Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
LICENSE = "GPLv2"
DEPENDS = "gtk+ intltool-native libowl"
SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
- file://owl-menu.patch;patch=1 \
file://leafpad.desktop"
-PR = "r8"
+PR = "r9"
+
+SRC_URI_append_poky += " file://owl-menu.patch;patch=1 "
inherit autotools pkgconfig
do_install_append () {
install -d ${D}/${datadir}
install -d ${D}/${datadir}/applications
-
install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications
}