Author: apo-guest Date: 2014-03-20 11:14:24 +0000 (Thu, 20 Mar 2014) New Revision: 14970
Modified: packages/trunk/enemylines3/debian/changelog packages/trunk/enemylines3/debian/menu Log: Use the absolute icon path. Fix #726218 Modified: packages/trunk/enemylines3/debian/changelog =================================================================== --- packages/trunk/enemylines3/debian/changelog 2014-03-20 11:08:48 UTC (rev 14969) +++ packages/trunk/enemylines3/debian/changelog 2014-03-20 11:14:24 UTC (rev 14970) @@ -2,6 +2,10 @@ * Correct Vcs-* URLs to point to anonscm.debian.org + [ Markus Koschany ] + * Update menu file. Use the absolute icon path to display the menu icon. + (Closes: #726218) + -- Evgeni Golov <[email protected]> Mon, 15 Jul 2013 22:21:19 +0200 enemylines3 (1.2-7) unstable; urgency=low Modified: packages/trunk/enemylines3/debian/menu =================================================================== --- packages/trunk/enemylines3/debian/menu 2014-03-20 11:08:48 UTC (rev 14969) +++ packages/trunk/enemylines3/debian/menu 2014-03-20 11:14:24 UTC (rev 14970) @@ -1,4 +1,6 @@ -?package(enemylines3):needs="X11" section="Games/Action" \ - title="enemylines3" command="/usr/games/enemylines3" \ +?package(enemylines3):needs="X11" \ + section="Games/Action" \ + title="Enemylines3" \ + command="/usr/games/enemylines3" \ longtitle="Enemylines3 - semi-abstract first person 3d-shooter game" \ - icon="enemylines3.xpm" + icon="/usr/share/pixmaps/enemylines3.xpm" _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

