diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb')
-rw-r--r-- | meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb new file mode 100644 index 000000000..a066713b4 --- /dev/null +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb | |||
@@ -0,0 +1,32 @@ | |||
1 | DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus specification" | ||
2 | SECTION = "x11/libs" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | DEPENDS = "dbus-glib freetype gdk-pixbuf poppler" | ||
6 | |||
7 | inherit xfce | ||
8 | |||
9 | SRC_URI[md5sum] = "874621e7820b3bfe0e8ab66d17f1dc31" | ||
10 | SRC_URI[sha256sum] = "6602ce700160d09edd88ea0b9bcb16abbc28974f372e646709e0ed8fbacc8a78" | ||
11 | |||
12 | INSANE_SKIP_${PN} = "dev-so" | ||
13 | |||
14 | do_install_append() { | ||
15 | # correct tumbler-cache-plugin.so link (see plugins/xdg-cache/Makefile.am) | ||
16 | ln -sf ${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so | ||
17 | } | ||
18 | |||
19 | FILES_${PN} += "${datadir}/dbus-1/services \ | ||
20 | ${libdir}/tumbler-1/tumblerd \ | ||
21 | ${libdir}/tumbler-1/plugins/*.so \ | ||
22 | ${libdir}/tumbler-1/plugins/cache/*.so \ | ||
23 | " | ||
24 | |||
25 | FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ | ||
26 | ${libdir}/tumbler-1/plugins/cache/*.la" | ||
27 | FILES_${PN}-staticdev += "${libdir}/tumbler-1/plugins/*.a \ | ||
28 | ${libdir}/tumbler-1/plugins/cache/*.a" | ||
29 | FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \ | ||
30 | ${libdir}/tumbler-1/plugins/.debug \ | ||
31 | ${libdir}/tumbler-1/plugins/cache/.debug \ | ||
32 | " | ||