summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2007-07-11 15:05:06 +0000
committerMatthew Allum <mallum@openedhand.com>2007-07-11 15:05:06 +0000
commitb1b30eca86f69b96cb2d9daae5c97fb63ed33910 (patch)
tree2855c772861514ab3c7e856a558839978d513276
parent61012de425932fbfbb8dc625ffe5f2857f772d57 (diff)
downloadpoky-b1b30eca86f69b96cb2d9daae5c97fb63ed33910.tar.gz
Add comment field to .desktop file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2162 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/leafpad/files/leafpad.desktop1
-rw-r--r--meta/packages/leafpad/leafpad_0.8.9.bb2
2 files changed, 2 insertions, 1 deletions
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 @@
2Encoding=UTF-8 2Encoding=UTF-8
3Name=Notes 3Name=Notes
4Exec=/usr/bin/leafpad 4Exec=/usr/bin/leafpad
5Comment=Text Editor
5Icon=accessories-text-editor 6Icon=accessories-text-editor
6Terminal=false 7Terminal=false
7Type=Application 8Type=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"
3SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ 3SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
4 file://owl-menu.patch;patch=1 \ 4 file://owl-menu.patch;patch=1 \
5 file://leafpad.desktop" 5 file://leafpad.desktop"
6PR = "r5" 6PR = "r6"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9