diff options
Diffstat (limited to 'meta/recipes-sato/leafpad')
-rw-r--r-- | meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb index 68402c5229..3d1bc43e47 100644 --- a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb +++ b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "Simple GTK+ Text Editor" | 1 | DESCRIPTION = "Simple GTK+ Text Editor" |
2 | HOMEPAGE = "http://tarot.freeshell.org/leafpad/" | 2 | HOMEPAGE = "http://tarot.freeshell.org/leafpad/" |
3 | BUGTRACKER = "" | ||
4 | 3 | ||
5 | LICENSE = "GPLv2 & GPLv2+" | 4 | LICENSE = "GPLv2 & GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
@@ -14,7 +13,7 @@ SRC_URI = "http://savannah.nongnu.org/download/${BPN}/${BPN}-${PV}.tar.gz \ | |||
14 | 13 | ||
15 | SRC_URI[md5sum] = "254a72fc67505e3aa52884c729cd7b97" | 14 | SRC_URI[md5sum] = "254a72fc67505e3aa52884c729cd7b97" |
16 | SRC_URI[sha256sum] = "959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c" | 15 | SRC_URI[sha256sum] = "959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c" |
17 | PR = "r1" | 16 | PR = "r2" |
18 | 17 | ||
19 | SRC_URI_append_poky += " file://owl-menu.patch;apply=yes " | 18 | SRC_URI_append_poky += " file://owl-menu.patch;apply=yes " |
20 | 19 | ||
@@ -29,3 +28,6 @@ do_install_append () { | |||
29 | } | 28 | } |
30 | 29 | ||
31 | FILES_${PN} += "${datadir}/applications/leafpad.desktop" | 30 | FILES_${PN} += "${datadir}/applications/leafpad.desktop" |
31 | |||
32 | PACKAGES += "leafpad-stock-icons" | ||
33 | FILES_leafpad-stock-icons = "${datadir}/icons/hicolor/" | ||