From 61069ecc7677679115b6a7e4c37840ff8ad1fa94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 2 Mar 2015 22:13:55 +0100 Subject: [PATCH] tumbler: update to 0.1.31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * static libraries are gone * plugin link is created correctly so no need to recreate Signed-off-by: Andreas Müller --- .../tumbler/{tumbler_0.1.30.bb => tumbler_0.1.31.bb} | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.30.bb => tumbler_0.1.31.bb} (68%) diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb similarity index 68% rename from meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb rename to 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 \