Author: pabs Date: 2009-04-05 13:22:56 +0000 (Sun, 05 Apr 2009) New Revision: 9420
Added: packages/trunk/attal/debian/patches/fix_desktop_files.patch Modified: packages/trunk/attal/debian/changelog Log: Add patch to fix the FreeDesktop menu files Modified: packages/trunk/attal/debian/changelog =================================================================== --- packages/trunk/attal/debian/changelog 2009-04-05 12:39:30 UTC (rev 9419) +++ packages/trunk/attal/debian/changelog 2009-04-05 13:22:56 UTC (rev 9420) @@ -11,6 +11,7 @@ * Add descriptions to the remaining patches * Bump Standards-Version due to the above changes * Install the upstream FreeDesktop menu files + * Add patch to fix the FreeDesktop menu files -- Paul Wise <[email protected]> Sun, 05 Apr 2009 16:15:22 +0800 Added: packages/trunk/attal/debian/patches/fix_desktop_files.patch =================================================================== --- packages/trunk/attal/debian/patches/fix_desktop_files.patch (rev 0) +++ packages/trunk/attal/debian/patches/fix_desktop_files.patch 2009-04-05 13:22:56 UTC (rev 9420) @@ -0,0 +1,60 @@ +Patch: fix_desktop_files.patch +Author: Paul Wise <[email protected]> +Description: Fix the FreeDesktop menu files +Forwarded: http://sf.net/support/tracker.php?aid=2734273 +--- a/admin/debian/attal.desktop ++++ b/admin/debian/attal.desktop +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + Name=Attal + Comment=Turn based strategy game + Comment[it]=Gioco strategico a turni +--- a/admin/debian/attalscenario.desktop ++++ b/admin/debian/attalscenario.desktop +@@ -1,11 +1,9 @@ + [Desktop Entry] +-Encoding=UTF-8 +-Name=AttalScenarioEditor +-Comment=Turn based strategy game +-Comment[it]=Gioco strategico a turni ++Name=Attal scenario editor + Exec=attal-scenario-editor + Icon= + StartupNotify=true + Terminal=false + Type=Application + Categories=Game;StrategyGame; ++NoDisplay=true +--- a/admin/debian/attalserver.desktop ++++ b/admin/debian/attalserver.desktop +@@ -1,11 +1,9 @@ + [Desktop Entry] +-Encoding=UTF-8 +-Name=AttalServer +-Comment=Turn based strategy game +-Comment[it]=Gioco strategico a turni ++Name=Attal server + Exec=attal-server + Icon= + StartupNotify=true + Terminal=false + Type=Application + Categories=Game;StrategyGame; ++NoDisplay=true +--- a/admin/debian/attaltheme.desktop ++++ b/admin/debian/attaltheme.desktop +@@ -1,11 +1,9 @@ + [Desktop Entry] +-Encoding=UTF-8 +-Name=AttalThemeEditor +-Comment=Turn based strategy game +-Comment[it]=Gioco strategico a turni ++Name=Attal theme editor + Exec=attal-theme-editor + Icon= + StartupNotify=true + Terminal=false + Type=Application + Categories=Game;StrategyGame; ++NoDisplay=true _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

