From: Matthew Allum Date: Wed, 11 Jul 2007 15:05:06 +0000 (+0000) Subject: Add comment field to .desktop file X-Git-Tag: 2011-1~11252 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b1b30eca86f69b96cb2d9daae5c97fb63ed33910;p=openembedded-core.git Add comment field to .desktop file git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2162 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/leafpad/files/leafpad.desktop b/meta/packages/leafpad/files/leafpad.desktop index d5ff7ed630..36a0987500 100644 --- a/meta/packages/leafpad/files/leafpad.desktop +++ b/meta/packages/leafpad/files/leafpad.desktop @@ -2,6 +2,7 @@ Encoding=UTF-8 Name=Notes Exec=/usr/bin/leafpad +Comment=Text Editor Icon=accessories-text-editor Terminal=false Type=Application diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb index d09bb6d098..301cb28edd 100644 --- a/meta/packages/leafpad/leafpad_0.8.9.bb +++ b/meta/packages/leafpad/leafpad_0.8.9.bb @@ -3,7 +3,7 @@ DEPENDS = "gtk+ intltool-native libowl" SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ file://owl-menu.patch;patch=1 \ file://leafpad.desktop" -PR = "r5" +PR = "r6" inherit autotools pkgconfig