diff options
author | Ross Burton <ross@openedhand.com> | 2007-06-14 11:40:05 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-06-14 11:40:05 +0000 |
commit | 0381bc479ad585dfb595bd02b29b9ab308f07124 (patch) | |
tree | 543201ebeab9e44afbfb0dffde3d833fc2905e26 /meta | |
parent | f621bc9602aa53b081ba24ddd1abb869f2e41ca1 (diff) | |
download | poky-0381bc479ad585dfb595bd02b29b9ab308f07124.tar.gz |
Move to the Office category
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1936 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 | ||