diff options
-rw-r--r-- | meta/packages/leafpad/leafpad_0.8.9.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb index f99fa0acfa..49a8af1fe7 100644 --- a/meta/packages/leafpad/leafpad_0.8.9.bb +++ b/meta/packages/leafpad/leafpad_0.8.9.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | DEPENDS = "gtk+ intltool-native libowl" | 2 | 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 \ | ||
5 | file://leafpad.desktop" | 4 | file://leafpad.desktop" |
6 | PR = "r8" | 5 | PR = "r9" |
6 | |||
7 | SRC_URI_append_poky += " file://owl-menu.patch;patch=1 " | ||
7 | 8 | ||
8 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
9 | 10 | ||
@@ -12,7 +13,6 @@ EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print" | |||
12 | do_install_append () { | 13 | do_install_append () { |
13 | install -d ${D}/${datadir} | 14 | install -d ${D}/${datadir} |
14 | install -d ${D}/${datadir}/applications | 15 | install -d ${D}/${datadir}/applications |
15 | |||
16 | install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications | 16 | install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications |
17 | } | 17 | } |
18 | 18 | ||