aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-09-27 23:41:13 +0200
committerGuido Günther <agx@sigxcpu.org>2011-09-27 23:41:13 +0200
commit24d4f35f2cf1dd0076bcceabc5a610a0016f2b8b (patch)
tree11a2c4721b6acaa0f7e3ab0f959e41b5ce8af2d7
parentDocument changes and release 3.2.0-1 (diff)
downloadkrb5-auth-dialog-24d4f35f2cf1dd0076bcceabc5a610a0016f2b8b.tar.gz
krb5-auth-dialog-24d4f35f2cf1dd0076bcceabc5a610a0016f2b8b.tar.bz2
krb5-auth-dialog-24d4f35f2cf1dd0076bcceabc5a610a0016f2b8b.zip
New patch 0001-Add-categories-to-desktop-file.patch
Add categories to desktop file
-rw-r--r--debian/patches/0001-Add-categories-to-desktop-file.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0001-Add-categories-to-desktop-file.patch b/debian/patches/0001-Add-categories-to-desktop-file.patch
new file mode 100644
index 0000000..d217276
--- /dev/null
+++ b/debian/patches/0001-Add-categories-to-desktop-file.patch
@@ -0,0 +1,22 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Tue, 27 Sep 2011 11:52:37 +0200
+Subject: Add categories to desktop file
+
+BZ: #660227
+---
+ src/krb5-auth-dialog.desktop.in | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in
+index 6f02571..7c2223a 100644
+--- a/src/krb5-auth-dialog.desktop.in
++++ b/src/krb5-auth-dialog.desktop.in
+@@ -5,6 +5,7 @@ Exec=krb5-auth-dialog
+ Terminal=false
+ Type=Application
+ Icon=krb-valid-ticket
++Categories=GNOME;GTK;Utility;Network;
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=krb5-auth-dialog
+ X-GNOME-Bugzilla-Component=general
+--
bgstack15