Author: vcheng Date: 2014-01-28 07:06:36 +0000 (Tue, 28 Jan 2014) New Revision: 14896
Added: packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.xpm Modified: packages/trunk/excellent-bifurcation/debian/changelog packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.desktop packages/trunk/excellent-bifurcation/debian/install packages/trunk/excellent-bifurcation/debian/menu Log: e-b: Add icon Modified: packages/trunk/excellent-bifurcation/debian/changelog =================================================================== --- packages/trunk/excellent-bifurcation/debian/changelog 2014-01-28 07:02:55 UTC (rev 14895) +++ packages/trunk/excellent-bifurcation/debian/changelog 2014-01-28 07:06:36 UTC (rev 14896) @@ -9,7 +9,8 @@ * Update debian/patches/fix_allegro_linker_flag.patch. * Update my email address. * Build-depend on liballegro4-dev instead of virtual liballegro4.2-dev. - * Add desktop menu entry file. + * Add desktop menu entry file and icon (to both FDO and Debian menu files). + (Closes: #726220) * Update to Standards version 3.9.5, no changes required. -- Vincent Cheng <[email protected]> Mon, 27 Jan 2014 22:47:49 -0800 Modified: packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.desktop =================================================================== --- packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.desktop 2014-01-28 07:02:55 UTC (rev 14895) +++ packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.desktop 2014-01-28 07:06:36 UTC (rev 14896) @@ -2,6 +2,7 @@ Name=Excellent Bifurcation Comment=Abstract vertical shooter with two sides to play on Exec=/usr/games/excellent-bifurcation +Icon=/usr/share/pixmaps/excellent-bifurcation.xpm Terminal=false X-MultipleArgs=false Type=Application Added: packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.xpm =================================================================== --- packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.xpm (rev 0) +++ packages/trunk/excellent-bifurcation/debian/excellent-bifurcation.xpm 2014-01-28 07:06:36 UTC (rev 14896) @@ -0,0 +1,42 @@ +/* XPM */ +static char * Untitled_xpm[] = { +"32 32 7 1", +" c None", +". c #FF3C3C", +"+ c #000000", +"@ c #757575", +"# c #919191", +"$ c #D2D2D2", +"% c #656565", +".++++++++++++++++++++++++++++++.", +"................................", +".+++++@@@+++++++++++++@@@++++++.", +".++++@##@+++++++++++++@##@+++++.", +".+++@###@+++++++++++++@###@++++.", +".++@####@+++++++++++++@####@+++.", +".++@####@+++++++++++++@####@+++.", +".+@#####@+++++++++++++@#####@++.", +".+@#####@+++++++++++++@#####@++.", +".@######@+++++++++++++@######@+.", +".@######@+++++++++++++@######@+.", +".@######@+++++++++++++@######@+.", +".@######@+++++++++++++@######@+.", +".@######@@+++++++++++@@######@+.", +".@#####@@$@++@@@@@++@$@@#####@+.", +".@####@%@$@@@#####@@@$@%@####@+.", +".@###@%%@$@#########@$@%%@###@+.", +".@##@%%%@@@###@@@###@@@%%%@##@+.", +".@@#@%%%@+@##@$$$@##@+@%%%@#@@+.", +".+@#@%%%@+@#@$$$$$@#@+@%%%@#@++.", +".+@@@%%%@+@#@$$$$$@#@+@%%%@@@++.", +".++++@%%@+@#@$$$$$@#@+@%%@+++++.", +".+++++@%@+@#@$$$$$@#@+@%@++++++.", +".++++++@@+@#@$$$$$@#@+@@+++++++.", +".+++++++++@#@@@@@@@#@++++++++++.", +".++++++++++@@%@#@%@@+++++++++++.", +".+++++++++++@@@@@@@++++++++++++.", +".++++++++++++++++++++++++++++++.", +".++++++++++++++++++++++++++++++.", +".++++++++++++++++++++++++++++++.", +".++++++++++++++++++++++++++++++.", +".++++++++++++++++++++++++++++++."}; Modified: packages/trunk/excellent-bifurcation/debian/install =================================================================== --- packages/trunk/excellent-bifurcation/debian/install 2014-01-28 07:02:55 UTC (rev 14895) +++ packages/trunk/excellent-bifurcation/debian/install 2014-01-28 07:06:36 UTC (rev 14896) @@ -2,3 +2,5 @@ init.txt usr/share/games/excellent-bifurcation src/excellent-bifurcation usr/games wavs usr/share/games/excellent-bifurcation +debian/excellent-bifurcation.xpm usr/share/pixmaps/ +debian/excellent-bifurcation.desktop usr/share/applications/ Modified: packages/trunk/excellent-bifurcation/debian/menu =================================================================== --- packages/trunk/excellent-bifurcation/debian/menu 2014-01-28 07:02:55 UTC (rev 14895) +++ packages/trunk/excellent-bifurcation/debian/menu 2014-01-28 07:06:36 UTC (rev 14896) @@ -1,2 +1,4 @@ ?package(excellent-bifurcation):needs="X11" section="Games/Action" \ - title="excellent-bifurcation" command="/usr/games/excellent-bifurcation" + title="excellent-bifurcation" \ + command="/usr/games/excellent-bifurcation" \ + icon="/usr/share/pixmaps/excellent-bifurcation.xpm" _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

