diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-12-25 05:33:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:06 -0800 |
commit | 48a701b39f14ab6fd37dffb0d1626104dd8fe0be (patch) | |
tree | 42dc3f9b4f8daf5b409c0712b0cddb3aa6cf7fa6 | |
parent | 27ec8085c1edfaa2eb6ca370f31e8164cad40b3d (diff) | |
download | meta-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>
-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 6a583ade73..0472d4885f 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 @@ | |||
1 | DESCRIPTION = "Thumbnail service implementing the thumbnail management D-Bus specification" | 1 | DESCRIPTION = "Thumbnail service implementing the thumbnail management D-Bus specification" |
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf" | 5 | DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf libxfce4util" |
6 | 6 | ||
7 | inherit xfce gtk-doc | 7 | inherit xfce gtk-doc systemd |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66" | 9 | SRC_URI[sha256sum] = "4087f3af4ef31271d3f315421a2f1fe67e4fda7ad60bbab1f073627914dfcf00" |
10 | 10 | ||
11 | INSANE_SKIP:${PN} = "dev-so" | 11 | INSANE_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 | ||
28 | FILES:${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ | 29 | FILES:${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ |