aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-11-14 21:35:10 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-15 19:58:50 +0100
commitd26a774ed4f74fbcb8bf6463233c9af23c1b22e1 (patch)
treedffd8d226975b98e220e1dd80ac74696ab87bb1c /meta-xfce
parent4a258d1c15c381b7eb602e244f9622012f500c9e (diff)
downloadmeta-openembedded-contrib-d26a774ed4f74fbcb8bf6463233c9af23c1b22e1.tar.gz
tumbler: initial add 0.1.22
* run tested on on overo with ristretto and thunar * TODO: split out plugins Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/tumbler/tumbler_0.1.22.bb32
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 @@
+DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus specification"
+SECTION = "x11/libs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "dbus-glib freetype gdk-pixbuf poppler"
+
+inherit xfce
+
+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
+}
+
+FILES_${PN} += "${datadir}/dbus-1/services \
+ ${libdir}/tumbler-1/tumblerd \
+ ${libdir}/tumbler-1/plugins/*.so \
+ ${libdir}/tumbler-1/plugins/cache/*.so \
+ "
+
+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 \
+"
+
+SRC_URI[md5sum] = "e7ba3b8f21f8f7e736f1e214906b4ca9"
+SRC_URI[sha256sum] = "9e41fe8f76f9422fb4f804e9635f6734552f0d82361f9971c0442a2119d451b6"