aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm_1.1.0.bb
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-12-28 13:24:14 +0200
committerSaul Wold <sgw@linux.intel.com>2013-01-04 22:12:05 -0800
commit013d96a601bfb9cc8a2ad51f456e0201666d7bc3 (patch)
tree3d86596c031589fa47a983f971a3708c7ba81ea0 /meta/recipes-support/libfm/libfm_1.1.0.bb
parentf2a530be5941ddf708720b920d0213d7d3928cd1 (diff)
downloadopenembedded-core-013d96a601bfb9cc8a2ad51f456e0201666d7bc3.tar.gz
libfm: upgrade to 1.1.0
libfm_fix_for_automake-1.12.patch: removed - problem not reprodicible anymore configure_fix.patch: removed - not used fix-make-parallelism-issue.patch: added - assures that the ${includedir}/libfm symlink is created Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libfm/libfm_1.1.0.bb')
-rw-r--r--meta/recipes-support/libfm/libfm_1.1.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.1.0.bb b/meta/recipes-support/libfm/libfm_1.1.0.bb
new file mode 100644
index 0000000000..87f22548cf
--- /dev/null
+++ b/meta/recipes-support/libfm/libfm_1.1.0.bb
@@ -0,0 +1,25 @@
+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"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
+ file://fix-make-parallelism-issue.patch \
+ "
+
+SRC_URI[md5sum] = "a5bc8b8291cf810c659bfb3af378b5de"
+SRC_URI[sha256sum] = "b9426e588670b53570b808c49abd1d103863614dd3622559b8c3ef1392fe0b3d"
+
+inherit autotools pkgconfig
+
+PACKAGES += "${PN}-mime"
+FILES_${PN}-mime = "${datadir}/mime/"