Author: evgeni Date: 2014-03-23 11:06:27 +0000 (Sun, 23 Mar 2014) New Revision: 14981
Added: packages/trunk/desmume/debian/patches/add-keywords-to-desktop-files.patch Modified: packages/trunk/desmume/debian/changelog packages/trunk/desmume/debian/patches/series Log: add keywords to desktop files Modified: packages/trunk/desmume/debian/changelog =================================================================== --- packages/trunk/desmume/debian/changelog 2014-03-23 10:52:49 UTC (rev 14980) +++ packages/trunk/desmume/debian/changelog 2014-03-23 11:06:27 UTC (rev 14981) @@ -4,6 +4,7 @@ * Refresh 01_use_system_tinyxml.patch against 0.9.10. * Correct Vcs-* URLs to point to anonscm.debian.org * Standards-Version: 3.9.5 + * add keywords to desktop files, thanks lintian -- Evgeni Golov <[email protected]> Sun, 23 Mar 2014 11:40:59 +0100 Added: packages/trunk/desmume/debian/patches/add-keywords-to-desktop-files.patch =================================================================== --- packages/trunk/desmume/debian/patches/add-keywords-to-desktop-files.patch (rev 0) +++ packages/trunk/desmume/debian/patches/add-keywords-to-desktop-files.patch 2014-03-23 11:06:27 UTC (rev 14981) @@ -0,0 +1,34 @@ +From: Evgeni Golov <[email protected]> +Date: Sun, 23 Mar 2014 12:03:04 +0100 +Subject: add keywords to desktop files + +see + http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html + https://wiki.gnome.org/Initiatives/GnomeGoals/DesktopFileKeywords +for details +--- + src/gtk-glade/desmume-glade.desktop | 1 + + src/gtk/desmume.desktop | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/src/gtk-glade/desmume-glade.desktop b/src/gtk-glade/desmume-glade.desktop +index 64a7363..3c2360b 100644 +--- a/src/gtk-glade/desmume-glade.desktop ++++ b/src/gtk-glade/desmume-glade.desktop +@@ -7,3 +7,4 @@ TryExec=desmume-glade + Exec=desmume-glade + Icon=DeSmuME + Categories=GNOME;GTK;Game;Emulator; ++Keywords=nintendo;ds;emulator +diff --git a/src/gtk/desmume.desktop b/src/gtk/desmume.desktop +index cae4c8e..788c05a 100644 +--- a/src/gtk/desmume.desktop ++++ b/src/gtk/desmume.desktop +@@ -8,3 +8,4 @@ Exec=desmume + Icon=DeSmuME + Categories=GNOME;GTK;Game;Emulator; + MimeType=application/x-nintendo-ds-rom; ++Keywords=nintendo;ds;emulator +-- +1.9.1 + Modified: packages/trunk/desmume/debian/patches/series =================================================================== --- packages/trunk/desmume/debian/patches/series 2014-03-23 10:52:49 UTC (rev 14980) +++ packages/trunk/desmume/debian/patches/series 2014-03-23 11:06:27 UTC (rev 14981) @@ -1 +1,2 @@ 01_use_system_tinyxml.patch +add-keywords-to-desktop-files.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

