diff options
| author | Ross Burton <ross@openedhand.com> | 2007-11-14 10:07:28 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2007-11-14 10:07:28 +0000 |
| commit | f8484fc7d42b023ba23988dc527b25a4adc8895b (patch) | |
| tree | 50498659e62d7bca7f0127ff289a4274d300bac3 | |
| parent | 69248f88c1b83287dfc586faa2337f512e6bdd2a (diff) | |
| download | poky-f8484fc7d42b023ba23988dc527b25a4adc8895b.tar.gz | |
Fix desktop file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3155 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/leafpad/files/leafpad.desktop | 3 | ||||
| -rw-r--r-- | meta/packages/leafpad/leafpad_0.8.9.bb | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/leafpad/files/leafpad.desktop b/meta/packages/leafpad/files/leafpad.desktop index 36a0987500..c7e2d5bb58 100644 --- a/meta/packages/leafpad/files/leafpad.desktop +++ b/meta/packages/leafpad/files/leafpad.desktop | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [Desktop Entry] | 1 | [Desktop Entry] |
| 2 | Encoding=UTF-8 | ||
| 3 | Name=Notes | 2 | Name=Notes |
| 4 | Exec=/usr/bin/leafpad | 3 | Exec=/usr/bin/leafpad |
| 5 | Comment=Text Editor | 4 | Comment=Text Editor |
| @@ -7,5 +6,5 @@ Icon=accessories-text-editor | |||
| 7 | Terminal=false | 6 | Terminal=false |
| 8 | Type=Application | 7 | Type=Application |
| 9 | Categories=GTK;Utility;TextEditor; | 8 | Categories=GTK;Utility;TextEditor; |
| 10 | SingleInstance=true | 9 | X-MB-SingleInstance=true |
| 11 | StartupNotify=true | 10 | StartupNotify=true |
diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb index 301cb28edd..c5f63aa839 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 = "r6" | 6 | PR = "r7" |
| 7 | 7 | ||
| 8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
| 9 | 9 | ||
