[SCM] xboard PKG branch, master, updated. debian/4.4.0.alpha6-1-9-g194150c

Vincent Legout vincent at legout.info
Thu Aug 6 22:15:34 UTC 2009


The following commit has been merged in the master branch:
commit 5089d9868247d9f7c02f399a6eeba43e70923a05
Author: Vincent Legout <vincent at legout.info>
Date:   Thu Aug 6 23:30:22 2009 +0200

    Add debian/xboard.xpm and set as icon

diff --git a/debian/changelog b/debian/changelog
index d726396..2ade816 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ xboard (4.4.0~beta1-1) UNRELEASED; urgency=low
     - Drop 10_fix_failure_to_launch_on_8bit_display.dpatch, fixed upstream
   * Add myself in Uploaders
   * Remove source-contains-CVS-dir lintian override
+  * Add debian/xboard.xpm and set as icon , thanks to Nathan Handler
+    (Closes: #526709)
 
  -- Vincent Legout <vincent at legout.info>  Thu, 06 Aug 2009 17:53:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 430db61..7682da8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,8 @@ binary-arch: build install
 	install -d debian/xboard/usr/share/games/xboard/bitmaps.xchess
 	install -m644 bitmaps/*.bm \
 		debian/xboard/usr/share/games/xboard/bitmaps.xchess
+	install -d debian/xboard/usr/share/pixmaps
+	install -m644 debian/xboard.xpm debian/xboard/usr/share/pixmaps/
 	install -d debian/xboard/usr/share/applications
 	install -m644 debian/xboard.desktop debian/xboard/usr/share/applications/
 	install -d debian/xboard/usr/share/lintian/overrides/
diff --git a/debian/xboard.desktop b/debian/xboard.desktop
index 04b19e3..27db040 100644
--- a/debian/xboard.desktop
+++ b/debian/xboard.desktop
@@ -4,5 +4,6 @@ Name=XBoard
 GenericName=X Window Chess Board
 Comment=Use an X Windows Chess Board
 Exec=xboard
+Icon=xboard
 Terminal=false
 Categories=Game;BoardGame;
diff --git a/debian/xboard.xpm b/debian/xboard.xpm
new file mode 100644
index 0000000..5fbd2be
--- /dev/null
+++ b/debian/xboard.xpm
@@ -0,0 +1,40 @@
+/* XPM */
+static char *icon_outline[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 2 1",
+"  c gray100",
+". c black",
+/* pixels */
+"                                ",
+"               .                ",
+"         .     ..               ",
+"         ..    ..               ",
+"         . .   . .              ",
+"          . . .   ....          ",
+"         .   . .  .   .         ",
+"        .  ..          ..       ",
+"        .               ..      ",
+"       .  ..             ..     ",
+"       . ..              ..     ",
+"      .  .       .        ..    ",
+"      .          .        ..    ",
+"     .           .         ..   ",
+"     .           .         ..   ",
+"    .            .          .   ",
+"   .            .           ..  ",
+"  .            ..           ..  ",
+"  . .        .. .           ..  ",
+" . ..      ..   .           ..  ",
+" . .     ..    .            ..  ",
+" .    . .      .             .. ",
+"  .  . .      .              .. ",
+"   .. .      .               .. ",
+"     .      .                .. ",
+"           .                 .. ",
+"          .                  .. ",
+"          .                  .. ",
+"         .                   .. ",
+"         ...................... ",
+"                                ",
+"                                "
+};

-- 
xboard PKG



More information about the Pkg-games-commits mailing list