diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/tumbler/tumbler_0.1.22.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.22.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.22.bb new file mode 100644 index 0000000000..d06ae31fed --- /dev/null +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.22.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=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | DEPENDS = "dbus-glib freetype gdk-pixbuf poppler" | ||
| 6 | |||
| 7 | inherit xfce | ||
| 8 | |||
| 9 | INSANE_SKIP_${PN} = "dev-so" | ||
| 10 | |||
| 11 | do_install_append() { | ||
| 12 | # correct tumbler-cache-plugin.so link (see plugins/xdg-cache/Makefile.am) | ||
| 13 | ln -sf ${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so | ||
| 14 | } | ||
| 15 | |||
| 16 | FILES_${PN} += "${datadir}/dbus-1/services \ | ||
| 17 | ${libdir}/tumbler-1/tumblerd \ | ||
| 18 | ${libdir}/tumbler-1/plugins/*.so \ | ||
| 19 | ${libdir}/tumbler-1/plugins/cache/*.so \ | ||
| 20 | " | ||
| 21 | |||
| 22 | FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ | ||
| 23 | ${libdir}/tumbler-1/plugins/cache/*.la" | ||
| 24 | FILES_${PN}-staticdev += "${libdir}/tumbler-1/plugins/*.a \ | ||
| 25 | ${libdir}/tumbler-1/plugins/cache/*.a" | ||
| 26 | FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \ | ||
| 27 | ${libdir}/tumbler-1/plugins/.debug \ | ||
| 28 | ${libdir}/tumbler-1/plugins/cache/.debug \ | ||
| 29 | " | ||
| 30 | |||
| 31 | SRC_URI[md5sum] = "e7ba3b8f21f8f7e736f1e214906b4ca9" | ||
| 32 | SRC_URI[sha256sum] = "9e41fe8f76f9422fb4f804e9635f6734552f0d82361f9971c0442a2119d451b6" | ||
