diff options
Diffstat (limited to 'meta/packages/leafpad')
-rw-r--r-- | meta/packages/leafpad/files/leafpad.desktop | 2 | ||||
-rw-r--r-- | meta/packages/leafpad/leafpad_0.8.9.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/leafpad/files/leafpad.desktop b/meta/packages/leafpad/files/leafpad.desktop index b3a65c467d..f9c39724d8 100644 --- a/meta/packages/leafpad/files/leafpad.desktop +++ b/meta/packages/leafpad/files/leafpad.desktop | |||
@@ -5,7 +5,7 @@ Exec=/usr/bin/leafpad | |||
5 | Icon=accessories-text-editor | 5 | Icon=accessories-text-editor |
6 | Terminal=false | 6 | Terminal=false |
7 | Type=Application | 7 | Type=Application |
8 | Categories=Utility;PIM; | 8 | Categories=Utility;Office; |
9 | SingleInstance=true | 9 | SingleInstance=true |
10 | StartupNotify=true | 10 | StartupNotify=true |
11 | 11 | ||
diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb index 0b19526b12..dfbba49308 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 = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||