[X2Go-Commits] x2godesktopsharing.git - build-main (branch) updated: 3.0.1-2-17-ga8f6cbc

X2Go dev team git-admin at x2go.org
Sat Jun 8 01:13:19 CEST 2013


The branch, build-main has been updated
       via  a8f6cbcf717f2e01aabc86f9866afc52ca35fe76 (commit)
      from  b81927e5aeadaa0600703fdacd5da5d9e4f917a4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a8f6cbcf717f2e01aabc86f9866afc52ca35fe76
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Apr 14 23:38:05 2011 +0200

    fixes lintian issue: menu-icon-not-in-xpm-format /usr/share/x2godesktopsharing/icons/x2godesktopsharing.png

-----------------------------------------------------------------------

Summary of changes:
 debian/control                 |    2 +-
 debian/rules                   |    2 +-
 debian/x2godesktopsharing.menu |    2 +-
 icons/x2godesktopsharing.xpm   |  183 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 186 insertions(+), 3 deletions(-)
 create mode 100644 icons/x2godesktopsharing.xpm

The diff of changes is:
diff --git a/debian/control b/debian/control
index 24d348b..4d8c4ad 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.1
 
 Package: x2godesktopsharing
 Architecture: any
-Depends: ${misc:Depends}, x2goserver (>= 3.0.99), libqt4-gui, libc6
+Depends: ${misc:Depends}, x2goserver (>= 3.0.99), libqt4-gui, libc6 (>=2.4)
 Recommends:
 Description: share X2go desktops with other users (via shadow sessions)
  X2go is a server based computing environment with
diff --git a/debian/rules b/debian/rules
index ea918bf..45723eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ install: build
 	strip x2godesktopsharing
 	install -m 644 x2godesktopsharing $(CURDIR)/debian/x2godesktopsharing/usr/bin/
 	install -m 644 x2godesktopsharing.desktop $(CURDIR)/debian/x2godesktopsharing/usr/share/applications/
-	install -m 644 icons/128x128/x2godesktopsharing.png $(CURDIR)/debian/x2godesktopsharing/usr/share/x2godesktopsharing/icons/x2godesktopsharing.png
+	install -m 644 icons/x2godesktopsharing.xpm $(CURDIR)/debian/x2godesktopsharing/usr/share/x2godesktopsharing/icons/x2godesktopsharing.xpm
 	install -m 644 icons/128x128/x2godesktopsharing.png $(CURDIR)/debian/x2godesktopsharing/usr/share/icons/hicolor/128x128/apps/x2godesktopsharing.png
 	install -m 644 icons/16x16/x2godesktopsharing.png $(CURDIR)/debian/x2godesktopsharing/usr/share/icons/hicolor/16x16/apps/x2godesktopsharing.png
 	install -m 644 icons/64x64/x2godesktopsharing.png $(CURDIR)/debian/x2godesktopsharing/usr/share/icons/hicolor/64x64/apps/x2godesktopsharing.png
diff --git a/debian/x2godesktopsharing.menu b/debian/x2godesktopsharing.menu
index 88b7c97..0d5b6e7 100644
--- a/debian/x2godesktopsharing.menu
+++ b/debian/x2godesktopsharing.menu
@@ -2,5 +2,5 @@
 	needs="X11"\
 	section="Applications/Network/Communication"\
 	title="X2GO Desktop Sharing"\
-        icon="/usr/share/x2godesktopsharing/icons/x2godesktopsharing.png"\
+	icon="/usr/share/x2godesktopsharing/icons/x2godesktopsharing.xpm"\
 	command="/usr/bin/x2godesktopsharing"
diff --git a/icons/x2godesktopsharing.xpm b/icons/x2godesktopsharing.xpm
new file mode 100644
index 0000000..8c33eb7
--- /dev/null
+++ b/icons/x2godesktopsharing.xpm
@@ -0,0 +1,183 @@
+/* XPM */
+static char *x_godesktopsharing[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 145 2",
+"   c #4D4D4D",
+".  c #4E4E4E",
+"X  c #4F4F4F",
+"o  c #505050",
+"O  c #515151",
+"+  c #525252",
+"@  c #535353",
+"#  c #545454",
+"$  c #555555",
+"%  c #585858",
+"&  c #5A5A5A",
+"*  c #5C5C5C",
+"=  c #5D5D5D",
+"-  c #5E5E5E",
+";  c #5F5F5F",
+":  c #606060",
+">  c #616161",
+",  c #626262",
+"<  c #636363",
+"1  c #646464",
+"2  c #656565",
+"3  c #666666",
+"4  c #676767",
+"5  c #686868",
+"6  c #696969",
+"7  c #6A6A6A",
+"8  c #6C6C6C",
+"9  c #6D6D6D",
+"0  c #6E6E6E",
+"q  c #6F6F6F",
+"w  c #707070",
+"e  c #717171",
+"r  c #727272",
+"t  c #737373",
+"y  c #747474",
+"u  c #757575",
+"i  c #777777",
+"p  c #787878",
+"a  c #797979",
+"s  c #7B7B7B",
+"d  c #7C7C7C",
+"f  c #7E7E7E",
+"g  c #7F7F7F",
+"h  c #808080",
+"j  c #818181",
+"k  c #828282",
+"l  c #838383",
+"z  c #858585",
+"x  c #868686",
+"c  c #878787",
+"v  c #888888",
+"b  c #8A8A8A",
+"n  c #8B8B8B",
+"m  c #8C8C8C",
+"M  c #8D8D8D",
+"N  c #8F8F8F",
+"B  c #909090",
+"V  c #919191",
+"C  c #929292",
+"Z  c #959595",
+"A  c #969696",
+"S  c #989898",
+"D  c #9A9A9A",
+"F  c #9B9B9B",
+"G  c #9C9C9C",
+"H  c #9D9D9D",
+"J  c #9E9E9E",
+"K  c #9F9F9F",
+"L  c #A0A0A0",
+"P  c #A1A1A1",
+"I  c #A2A2A2",
+"U  c #A4A4A4",
+"Y  c #A5A5A5",
+"T  c #A7A7A7",
+"R  c #A8A8A8",
+"E  c #A9A9A9",
+"W  c #ABABAB",
+"Q  c #ACACAC",
+"!  c #ADADAD",
+"~  c #AEAEAE",
+"^  c #AFAFAF",
+"/  c #B2B2B2",
+"(  c #B4B4B4",
+")  c #B8B8B8",
+"_  c #B9B9B9",
+"`  c #BABABA",
+"'  c #BBBBBB",
+"]  c #BCBCBC",
+"[  c #BDBDBD",
+"{  c #BEBEBE",
+"}  c #BFBFBF",
+"|  c #C0C0C0",
+" . c #C1C1C1",
+".. c #C2C2C2",
+"X. c #C3C3C3",
+"o. c #C4C4C4",
+"O. c #C5C5C5",
+"+. c #C8C8C8",
+"@. c #C9C9C9",
+"#. c #CBCBCB",
+"$. c #CDCDCD",
+"%. c #CFCFCF",
+"&. c #D0D0D0",
+"*. c #D3D3D3",
+"=. c #D4D4D4",
+"-. c #D5D5D5",
+";. c #D6D6D6",
+":. c #D7D7D7",
+">. c #D8D8D8",
+",. c #D9D9D9",
+"<. c #DADADA",
+"1. c #DBDBDB",
+"2. c #DCDCDC",
+"3. c #DDDDDD",
+"4. c #DEDEDE",
+"5. c #DFDFDF",
+"6. c #E0E0E0",
+"7. c #E2E2E2",
+"8. c #E3E3E3",
+"9. c #E4E4E4",
+"0. c #E5E5E5",
+"q. c #E6E6E6",
+"w. c #E7E7E7",
+"e. c #E8E8E8",
+"r. c #E9E9E9",
+"t. c #EAEAEA",
+"y. c #EBEBEB",
+"u. c #ECECEC",
+"i. c #EDEDED",
+"p. c #EEEEEE",
+"a. c #EFEFEF",
+"s. c #F0F0F0",
+"d. c #F1F1F1",
+"f. c #F4F4F4",
+"g. c #F6F6F6",
+"h. c #F7F7F7",
+"j. c #F8F8F8",
+"k. c #F9F9F9",
+"l. c #FAFAFA",
+"z. c #FBFBFB",
+"x. c #FCFCFC",
+"c. c #FDFDFD",
+"v. c #FEFEFE",
+"b. c #FFFFFF",
+"n. c None",
+/* pixels */
+"n.                                                            n.",
+"  n.n.n.n.n.n.n.n.n.n.n.n.n.n.n.G D D G D D D G G D D D n.n.n.  ",
+"  n.                            ( _ _ _ _ _ _ ( _ _ _ _ ( W n.  ",
+"  n.o $ & : 2 7 w y a d y   7 7 o.o......._ _ _ [ ......o.o.n.  ",
+"  n.o $ & : 2 7 w y a d y o [ d.b.b.b.z.5._ _ _ +.q.b.b.z.6.L   ",
+"  n.$ = 2 w a k m A G W L 0 : : b.b.b.,.( _ _ ( _ _ f.z.[ _ D   ",
+"  n.o $ & = 2 7 0 w a d k z m 7 :.b.b.6._ ( _ _ _ [ b.:._ _ G   ",
+"  n.o $ & = 2 2 0 w a a k z m y _ z.b.z.[ _ _ _ _ ,.d._ ( _ D   ",
+"  n.$ = 7 w d z V D Y / ..,.e.f.5.q.b.b.:._ _ _ [ z.$._ ( _ D   ",
+"  n.o $ & : 2 7 0 z 5.a...D v a y v D o.d.&._ ( ,.a._ ( _ _ D   ",
+"  n.o $ & = : v q.:.a k Y V a : : a V Y k a :.5.b.o._ _ _ _ G   ",
+"  n.$ = 7 w :.5.m G q.a.d : Y ....Y : a a.q.G m 5..._ _ ( _ D   ",
+"  n.o $ y e.V D f.b.b.a 7 [ &.6.,.:._ 7 a b.b.f.G V :._ _ _ D   ",
+"  n.  Y :.a &.b.b.b._ = D $.a.b.b.d.$.D = _ b.b.b.&.y $.[ _ D   ",
+"  n.e.W V f.b.b.b.b.k 0 Q a.b.b.b.b.e.W 0 k b.b.b.b.f.V W 6.n.  ",
+"  n.W o.b.b.b.b.b.b.: w Q z.b.b.b.b.z._ y : b.b.b.b.b.b...Q n.  ",
+"  n.Q o.b.b.b.b.b.b.: w ( b.b.b.b.b.z.Q w : b.b.b.b.b.b.o.Q n.  ",
+"  n.e.Y V f.b.b.b.b.z 0 G q.b.b.b.b.e.G 0 k b.b.b.b.d.V Y 6.n.  ",
+"  n.o W :.y &.b.b.b._ = k / e.z.z.q.( k & _ b.b.b.&.a &.[ _ G   ",
+"  n.o $ y e.V D f.b.b.a 2 d G / _ G k : a b.b.z.D V :.( _ _ G   ",
+"  n.$ = 7 w :.6.m G q.a.d = 0 w w 0 = d a.q.G m 5.a._ _ ( _ D   ",
+"  n.  $ & = : v e.:.a k Y V y : : a V Y k d &.z.b.b.o._ _ _ D   ",
+"  n.o $ & : : 7 0 z 5.d...D v a y z D ..e.&._ &.b.b.6._ _ _ G   ",
+"  n.$ = 7 w d z V D L W [ :.e.f.5.a.q._ _ _ _ _ f.b.b.[ ( _ D   ",
+"  n.o $ & = 2 7 0 y a d k z m 2 ..b..._ _ ( _ _ ,.b.b.,._ ( G   ",
+"  n.o $ & : 2 7 0 y a d k v m & e.q._ _ _ _ _ ( [ b.b.z.[ _ G   ",
+"  n.$ = 2 w a k m A G W L a = v b.:._ ( _ _ _ _ _ a.b.b.q._ D   ",
+"  n.o $ & : 2 7 0 y a k y o ( f.b.f.,._ _ ( _ ..5.b.b.b.b.e.Q   ",
+"  n.o $ & : 2 7 w y a d y   w 0 o.o.o._ _ _ _ [ o.o.o.o.o.o.n.  ",
+"  n.                            _ _ _ _ ( _ _ ( _ _ _ _ _ W n.  ",
+"  n.n.n.n.n.n.n.n.n.n.n.n.n.n.n.G D D D D G G D D G D G n.n.n.  ",
+"n.                                                            n."
+};


hooks/post-receive
-- 
x2godesktopsharing.git (Desktop Sharing for X2Go)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2godesktopsharing.git" (Desktop Sharing for X2Go).




More information about the x2go-commits mailing list