diff options
author | Matthew Allum <mallum@openedhand.com> | 2007-07-11 15:05:06 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2007-07-11 15:05:06 +0000 |
commit | b1b30eca86f69b96cb2d9daae5c97fb63ed33910 (patch) | |
tree | 2855c772861514ab3c7e856a558839978d513276 | |
parent | 61012de425932fbfbb8dc625ffe5f2857f772d57 (diff) | |
download | poky-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.desktop | 1 | ||||
-rw-r--r-- | meta/packages/leafpad/leafpad_0.8.9.bb | 2 |
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 @@ | |||
2 | Encoding=UTF-8 | 2 | Encoding=UTF-8 |
3 | Name=Notes | 3 | Name=Notes |
4 | Exec=/usr/bin/leafpad | 4 | Exec=/usr/bin/leafpad |
5 | Comment=Text Editor | ||
5 | Icon=accessories-text-editor | 6 | Icon=accessories-text-editor |
6 | Terminal=false | 7 | Terminal=false |
7 | Type=Application | 8 | 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" | |||
3 | SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ | 3 | SRC_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" |
6 | PR = "r5" | 6 | PR = "r6" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||