aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/tumbler
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-03-02 22:13:55 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-21 16:42:26 +0100
commit61069ecc7677679115b6a7e4c37840ff8ad1fa94 (patch)
tree01123d320321aa1a7cd69ddd4dbdd104c422aa1b /meta-xfce/recipes-xfce/tumbler
parent32bbf8f0289344400510c52705d7a34d641b8835 (diff)
downloadmeta-openembedded-contrib-61069ecc7677679115b6a7e4c37840ff8ad1fa94.tar.gz
tumbler: update to 0.1.31
* static libraries are gone * plugin link is created correctly so no need to recreate Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/tumbler')
-rw-r--r--meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb (renamed from meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb)11
1 files changed, 2 insertions, 9 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
index 5359545337..66385a41ff 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
@@ -6,17 +6,12 @@ DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native lib
inherit xfce gtk-doc
-SRC_URI[md5sum] = "2524e39439c13238565160da0b6fed2d"
-SRC_URI[sha256sum] = "e7c20d79c830465f8b3b792893f05e8b8d5ba90aec4973e7517e07ef31537304"
+SRC_URI[md5sum] = "0067054e6f1f90a13f90faadfca1e89e"
+SRC_URI[sha256sum] = "d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173"
SRC_URI += "file://0001-configure-use-pkg-config-for-freetype2.patch"
INSANE_SKIP_${PN} = "dev-so"
-do_install_append() {
- # correct tumbler-cache-plugin.so link (see plugins/xdg-cache/Makefile.am)
- ln -sf ${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so
-}
-
PACKAGECONFIG ??= ""
PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"
@@ -28,8 +23,6 @@ FILES_${PN} += "${datadir}/dbus-1/services \
FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \
${libdir}/tumbler-1/plugins/cache/*.la"
-FILES_${PN}-staticdev += "${libdir}/tumbler-1/plugins/*.a \
- ${libdir}/tumbler-1/plugins/cache/*.a"
FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \
${libdir}/tumbler-1/plugins/.debug \
${libdir}/tumbler-1/plugins/cache/.debug \