summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-12-25 05:33:40 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-27 16:03:06 -0800
commit48a701b39f14ab6fd37dffb0d1626104dd8fe0be (patch)
tree42dc3f9b4f8daf5b409c0712b0cddb3aa6cf7fa6 /meta-xfce
parent27ec8085c1edfaa2eb6ca370f31e8164cad40b3d (diff)
downloadmeta-openembedded-48a701b39f14ab6fd37dffb0d1626104dd8fe0be.tar.gz
tumbler: 4.16.0 -> 4.18.0
Update tumbler from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later * add dependency libxfce4util * inherit systemd Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/tumbler/tumbler_4.18.0.bb (renamed from meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_4.18.0.bb
index 6a583ade7..0472d4885 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_4.18.0.bb
@@ -1,12 +1,12 @@
1DESCRIPTION = "Thumbnail service implementing the thumbnail management D-Bus specification" 1DESCRIPTION = "Thumbnail service implementing the thumbnail management D-Bus specification"
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "GPL-2.0-only" 3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf" 5DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf libxfce4util"
6 6
7inherit xfce gtk-doc 7inherit xfce gtk-doc systemd
8 8
9SRC_URI[sha256sum] = "9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66" 9SRC_URI[sha256sum] = "4087f3af4ef31271d3f315421a2f1fe67e4fda7ad60bbab1f073627914dfcf00"
10 10
11INSANE_SKIP:${PN} = "dev-so" 11INSANE_SKIP:${PN} = "dev-so"
12 12
@@ -23,6 +23,7 @@ FILES:${PN} += "${datadir}/dbus-1/services \
23 ${libdir}/tumbler-1/tumblerd \ 23 ${libdir}/tumbler-1/tumblerd \
24 ${libdir}/tumbler-1/plugins/*.so \ 24 ${libdir}/tumbler-1/plugins/*.so \
25 ${libdir}/tumbler-1/plugins/cache/*.so \ 25 ${libdir}/tumbler-1/plugins/cache/*.so \
26 ${systemd_user_unitdir}/tumblerd.service \
26" 27"
27 28
28FILES:${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ 29FILES:${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \