diff options
Diffstat (limited to 'meta-xfce')
-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 | ||
7 | inherit xfce gtk-doc | 7 | inherit xfce gtk-doc |
8 | 8 | ||
9 | SRC_URI[md5sum] = "2524e39439c13238565160da0b6fed2d" | 9 | SRC_URI[md5sum] = "0067054e6f1f90a13f90faadfca1e89e" |
10 | SRC_URI[sha256sum] = "e7c20d79c830465f8b3b792893f05e8b8d5ba90aec4973e7517e07ef31537304" | 10 | SRC_URI[sha256sum] = "d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173" |
11 | SRC_URI += "file://0001-configure-use-pkg-config-for-freetype2.patch" | 11 | SRC_URI += "file://0001-configure-use-pkg-config-for-freetype2.patch" |
12 | 12 | ||
13 | INSANE_SKIP_${PN} = "dev-so" | 13 | INSANE_SKIP_${PN} = "dev-so" |
14 | 14 | ||
15 | do_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 | |||
20 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "" |
21 | PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" | 16 | PACKAGECONFIG[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 | ||
29 | FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ | 24 | FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ |
30 | ${libdir}/tumbler-1/plugins/cache/*.la" | 25 | ${libdir}/tumbler-1/plugins/cache/*.la" |
31 | FILES_${PN}-staticdev += "${libdir}/tumbler-1/plugins/*.a \ | ||
32 | ${libdir}/tumbler-1/plugins/cache/*.a" | ||
33 | FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \ | 26 | FILES_${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 \ |