diff options
| author | Andreas Müller <schnitzeltony@gmx.de> | 2011-11-14 21:35:10 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-15 19:58:50 +0100 |
| commit | d26a774ed4f74fbcb8bf6463233c9af23c1b22e1 (patch) | |
| tree | dffd8d226975b98e220e1dd80ac74696ab87bb1c /meta-xfce | |
| parent | 4a258d1c15c381b7eb602e244f9622012f500c9e (diff) | |
| download | meta-openembedded-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.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" | ||
