diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/002-desktop_file.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/002-desktop_file.patch b/debian/patches/002-desktop_file.patch new file mode 100644 index 0000000..04fbc8e --- /dev/null +++ b/debian/patches/002-desktop_file.patch @@ -0,0 +1,15 @@ +Description: Add missing Keyword entry to desktop file +Author: Jörg Frings-Fürst +Forwarded: https://github.com/Simmesimme/Gnome-Pie/issues/78 +Last-Update: 2015-01-15 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/resources/gnome-pie.desktop +=================================================================== +--- trunk.orig/resources/gnome-pie.desktop ++++ trunk/resources/gnome-pie.desktop +@@ -5,3 +5,4 @@ Comment=Cakes don't lie. + Exec=gnome-pie + Icon=gnome-pie + Categories=GNOME;Utility; ++Keywords=Utility;Menu; diff --git a/debian/patches/series b/debian/patches/series index eb5e810..8241731 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +002-desktop_file.patch 001-gee-0.8.patch |