summaryrefslogtreecommitdiffstats
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
parent32bbf8f0289344400510c52705d7a34d641b8835 (diff)
downloadmeta-openembedded-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>
-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 535954533..66385a41f 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
6 6
7inherit xfce gtk-doc 7inherit xfce gtk-doc
8 8
9SRC_URI[md5sum] = "2524e39439c13238565160da0b6fed2d" 9SRC_URI[md5sum] = "0067054e6f1f90a13f90faadfca1e89e"
10SRC_URI[sha256sum] = "e7c20d79c830465f8b3b792893f05e8b8d5ba90aec4973e7517e07ef31537304" 10SRC_URI[sha256sum] = "d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173"
11SRC_URI += "file://0001-configure-use-pkg-config-for-freetype2.patch" 11SRC_URI += "file://0001-configure-use-pkg-config-for-freetype2.patch"
12 12
13INSANE_SKIP_${PN} = "dev-so" 13INSANE_SKIP_${PN} = "dev-so"
14 14
15do_install_append() {
16 # correct tumbler-cache-plugin.so link (see plugins/xdg-cache/Makefile.am)
17 ln -sf ${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so
18}
19
20PACKAGECONFIG ??= "" 15PACKAGECONFIG ??= ""
21PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" 16PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"
22 17
@@ -28,8 +23,6 @@ FILES_${PN} += "${datadir}/dbus-1/services \
28 23
29FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ 24FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \
30 ${libdir}/tumbler-1/plugins/cache/*.la" 25 ${libdir}/tumbler-1/plugins/cache/*.la"
31FILES_${PN}-staticdev += "${libdir}/tumbler-1/plugins/*.a \
32 ${libdir}/tumbler-1/plugins/cache/*.a"
33FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \ 26FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \
34 ${libdir}/tumbler-1/plugins/.debug \ 27 ${libdir}/tumbler-1/plugins/.debug \
35 ${libdir}/tumbler-1/plugins/cache/.debug \ 28 ${libdir}/tumbler-1/plugins/cache/.debug \