diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-10-25 10:39:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 16:03:28 +0100 |
commit | 47f803a9cc6a7b43f10775172e6bc89632af322e (patch) | |
tree | fcc1346bc68db76eaab2b2ec020a52267c717ea1 /meta/recipes-support/libfm/libfm_1.1.2.2.bb | |
parent | c7ead34c51e77067cb5dd95cf0aa1bc35567a0f3 (diff) | |
download | openembedded-core-47f803a9cc6a7b43f10775172e6bc89632af322e.tar.gz openembedded-core-47f803a9cc6a7b43f10775172e6bc89632af322e.tar.bz2 openembedded-core-47f803a9cc6a7b43f10775172e6bc89632af322e.zip |
libfm: upgrade to upstream version 1.1.2.2
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm/libfm_1.1.2.2.bb')
-rw-r--r-- | meta/recipes-support/libfm/libfm_1.1.2.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.1.2.2.bb b/meta/recipes-support/libfm/libfm_1.1.2.2.bb new file mode 100644 index 0000000000..1146d16503 --- /dev/null +++ b/meta/recipes-support/libfm/libfm_1.1.2.2.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Library for file management" +HOMEPAGE = "http://pcmanfm.sourceforge.net/" +BUGTRACKER = "" + +LICENSE = "GPLv2 & GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ + file://src/fm.h;endline=22;md5=e64555171770a551e3b51cc06fc62f1a \ + file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17" + +SECTION = "x11/libs" +DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native libexif" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \ + file://fix-make-parallelism-issue.patch \ + " + +SRC_URI[md5sum] = "ea3d09b23ef4c37cb84ae57ea16b8f08" +SRC_URI[sha256sum] = "158e2b6974350d2dab15932b496bb4d448553e60bbf7cdfe4d6e9bd99d19d682" + +inherit autotools pkgconfig + +PACKAGES += "${PN}-mime" +FILES_${PN}-mime = "${datadir}/mime/" |