diff options
| author | Jason Schonberg <schonm@gmail.com> | 2026-01-13 05:26:53 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-13 08:28:58 -0800 |
| commit | 993fc63f43553c9633e6f4abd53265bfa803168a (patch) | |
| tree | 34c6e2fbd6a99114aeedf67ec5e2801902618ebd /meta-xfce/recipes-xfce/tumbler/tumbler_4.20.1.bb | |
| parent | 764f459fef771c1734068d302f98e1d3cf4ac1a3 (diff) | |
| download | meta-openembedded-993fc63f43553c9633e6f4abd53265bfa803168a.tar.gz | |
tumbler: upgrade 4.20.0 -> 4.20.1
Changelog: https://gitlab.xfce.org/xfce/tumbler/-/tags/tumbler-4.20.1
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/tumbler/tumbler_4.20.1.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/tumbler/tumbler_4.20.1.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_4.20.1.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_4.20.1.bb new file mode 100644 index 0000000000..c18d719c36 --- /dev/null +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_4.20.1.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | DESCRIPTION = "Thumbnail service implementing the thumbnail management D-Bus specification" | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/xfce/tumbler/start" | ||
| 3 | SECTION = "x11/libs" | ||
| 4 | LICENSE = "GPL-2.0-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 6 | DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf libxfce4util" | ||
| 7 | |||
| 8 | inherit xfce gtk-doc systemd | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "87b90df8f30144a292d70889e710c8619d8b8803f0e1db3280a4293367a42eae" | ||
| 11 | |||
| 12 | INSANE_SKIP:${PN} = "dev-so" | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "" | ||
| 15 | PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" | ||
| 16 | |||
| 17 | EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen" | ||
| 18 | |||
| 19 | do_install:append() { | ||
| 20 | # Makefile seems to race on creation of symlink. So ensure creation here | ||
| 21 | # until fixed properly | ||
| 22 | ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so | ||
| 23 | } | ||
| 24 | |||
| 25 | FILES:${PN} += "${datadir}/dbus-1/services \ | ||
| 26 | ${libdir}/tumbler-1/tumblerd \ | ||
| 27 | ${libdir}/tumbler-1/plugins/*.so \ | ||
| 28 | ${libdir}/tumbler-1/plugins/cache/*.so \ | ||
| 29 | ${systemd_user_unitdir}/tumblerd.service \ | ||
| 30 | " | ||
| 31 | |||
| 32 | FILES:${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ | ||
| 33 | ${libdir}/tumbler-1/plugins/cache/*.la \ | ||
| 34 | " | ||
