rev 17638 - in kde-extras/kobby/trunk/debian: . patches

Ryan Kavanagh ryanakca-guest at alioth.debian.org
Fri Apr 9 21:57:23 UTC 2010


Author: ryanakca-guest
Date: 2010-04-09 21:57:22 +0000 (Fri, 09 Apr 2010)
New Revision: 17638

Added:
   kde-extras/kobby/trunk/debian/patches/03_No_icon_extension.diff
Modified:
   kde-extras/kobby/trunk/debian/changelog
   kde-extras/kobby/trunk/debian/patches/series
Log:
Don't have extensions on the icon's name in .desktop file

Modified: kde-extras/kobby/trunk/debian/changelog
===================================================================
--- kde-extras/kobby/trunk/debian/changelog	2010-04-09 21:37:22 UTC (rev 17637)
+++ kde-extras/kobby/trunk/debian/changelog	2010-04-09 21:57:22 UTC (rev 17638)
@@ -2,10 +2,18 @@
 
   * Move Kobby to section Network in the menu, gobby users would expect to
     find Kobby in the same section. (LP: #479534)
-    - 02_Move_to_menu_category_Network.diff
+    (Patch: 02_Move_to_menu_category_Network.diff)
+  * Don't have extensions on the icon's name in .desktop file. Fixes the
+    following message from desktop-file-validate:
+         ``/usr/share/applications/kde4/kobby.desktop: warning: value
+         "meeting-attending.png" for key "Icon" in group "Desktop Entry" is an
+         icon name with an extension, but there should be no extension as
+         described in the Icon Theme Specification if the value is not an
+         absolute path ''
+    (Patch: 03_No_icon_extension.diff)
   * Add my missing copyright do debian/copyright
 
- -- Ryan Kavanagh <ryanakca at kubuntu.org>  Fri, 09 Apr 2010 17:36:29 -0400
+ -- Ryan Kavanagh <ryanakca at kubuntu.org>  Fri, 09 Apr 2010 17:56:45 -0400
 
 kobby (1.0~beta5-1) unstable; urgency=low
 

Added: kde-extras/kobby/trunk/debian/patches/03_No_icon_extension.diff
===================================================================
--- kde-extras/kobby/trunk/debian/patches/03_No_icon_extension.diff	                        (rev 0)
+++ kde-extras/kobby/trunk/debian/patches/03_No_icon_extension.diff	2010-04-09 21:57:22 UTC (rev 17638)
@@ -0,0 +1,20 @@
+# 03_No_icon_extension.diff by Ryan Kavanagh <ryanakca at kubuntu.org>
+# Description: We shouldn't have extensions on the icon. desktop-file-validate
+# says:
+##  /usr/share/applications/kde4/kobby.desktop: warning: value
+##  "meeting-attending.png" for key "Icon" in group "Desktop Entry" is an icon
+##  name with an extension, but there should be no extension as described in
+##  the Icon Theme Specification if the value is not an absolute path
+Index: kobby-1.0~beta5/kobby/data/kobby.desktop
+===================================================================
+--- kobby-1.0~beta5.orig/kobby/data/kobby.desktop	2010-04-09 17:51:51.635458758 -0400
++++ kobby-1.0~beta5/kobby/data/kobby.desktop	2010-04-09 17:51:54.831459530 -0400
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Type=Application
+ Exec=kobby
+-Icon=meeting-attending.png
++Icon=meeting-attending
+ Name=Kobby
+ GenericName=Collaborative Text Editor
+ Categories=Qt;KDE;Utility;TextEditor;Network;

Modified: kde-extras/kobby/trunk/debian/patches/series
===================================================================
--- kde-extras/kobby/trunk/debian/patches/series	2010-04-09 21:37:22 UTC (rev 17637)
+++ kde-extras/kobby/trunk/debian/patches/series	2010-04-09 21:57:22 UTC (rev 17638)
@@ -1,2 +1,3 @@
 01_Dont_Typo.diff
 02_Move_to_menu_category_Network.diff
+03_No_icon_extension.diff




More information about the pkg-kde-commits mailing list