From 24d4f35f2cf1dd0076bcceabc5a610a0016f2b8b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 27 Sep 2011 23:41:13 +0200 Subject: New patch 0001-Add-categories-to-desktop-file.patch Add categories to desktop file --- .../0001-Add-categories-to-desktop-file.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/patches/0001-Add-categories-to-desktop-file.patch 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?= +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 +-- -- cgit