[Python-apps-commits] r10250 - in packages/gtg/trunk/debian (3 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Dec 12 11:19:04 UTC 2013
Date: Thursday, December 12, 2013 @ 11:19:03
Author: dktrkranz
Revision: 10250
Implement Keyword key in the .desktop file
Added:
packages/gtg/trunk/debian/patches/keywords.patch
Modified:
packages/gtg/trunk/debian/changelog
packages/gtg/trunk/debian/patches/series
Modified: packages/gtg/trunk/debian/changelog
===================================================================
--- packages/gtg/trunk/debian/changelog 2013-12-12 11:12:43 UTC (rev 10249)
+++ packages/gtg/trunk/debian/changelog 2013-12-12 11:19:03 UTC (rev 10250)
@@ -1,6 +1,8 @@
gtg (0.3.1-1) UNRELEASED; urgency=medium
* New upstream release.
+ * debian/patches/keyworks.patch:
+ - Implement Keyword key in the .desktop file.
* debian/patches/manpages.patch:
- Fix spelling errors in the man pages.
* debian/control:
Added: packages/gtg/trunk/debian/patches/keywords.patch
===================================================================
--- packages/gtg/trunk/debian/patches/keywords.patch (rev 0)
+++ packages/gtg/trunk/debian/patches/keywords.patch 2013-12-12 11:19:03 UTC (rev 10250)
@@ -0,0 +1,15 @@
+Description: Implement Keyword key in the .desktop file
+Author: Luca Falavigna <dktrkranz at debian.org>
+
+Index: gtg-0.3.1/gtg.desktop
+===================================================================
+--- gtg-0.3.1.orig/gtg.desktop 2013-12-12 11:14:33.000000000 +0000
++++ gtg-0.3.1/gtg.desktop 2013-12-12 11:15:23.147274875 +0000
+@@ -10,6 +10,7 @@
+ Terminal=false
+ Type=Application
+ Categories=Office;ProjectManagement;
++Keywords=Organizer;Task;Activity;Plan;Time;
+ MimeType=x-scheme-handler/gtg;
+ StartupNotify=true
+ X-Ayatana-Desktop-Shortcuts=NewTask
Modified: packages/gtg/trunk/debian/patches/series
===================================================================
--- packages/gtg/trunk/debian/patches/series 2013-12-12 11:12:43 UTC (rev 10249)
+++ packages/gtg/trunk/debian/patches/series 2013-12-12 11:19:03 UTC (rev 10250)
@@ -1 +1,2 @@
manpages.patch
+keywords.patch
More information about the Python-apps-commits
mailing list