summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2024-12-17 19:34:32 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:26 -0800
commita15a909e4a523f036d263bde5d3713bb0b3611ce (patch)
treeac23051734b9817ce8bb252a4e28c3ed9d467375 /meta-xfce/recipes-xfce
parentcd585b23085df69985c2558e3e158e55d4d12121 (diff)
downloadmeta-openembedded-a15a909e4a523f036d263bde5d3713bb0b3611ce.tar.gz
tumbler: 4.18.0 -> 4.20.0
Update tumbler from 4.18.0 to 4.20.0. And set variable GDBUS_CODEGEN for configure. Change log is at: https://gitlab.xfce.org/xfce/tumbler/-/blob/master/NEWS Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/tumbler/tumbler_4.20.0.bb (renamed from meta-xfce/recipes-xfce/tumbler/tumbler_4.18.0.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_4.18.0.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_4.20.0.bb
index 0472d4885f..6c5fce535c 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_4.18.0.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_4.20.0.bb
@@ -6,13 +6,15 @@ DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgs
6 6
7inherit xfce gtk-doc systemd 7inherit xfce gtk-doc systemd
8 8
9SRC_URI[sha256sum] = "4087f3af4ef31271d3f315421a2f1fe67e4fda7ad60bbab1f073627914dfcf00" 9SRC_URI[sha256sum] = "74b1647d55926547e98bfac70838ff63c5a84299a5e10c81c38d1fab90e25880"
10 10
11INSANE_SKIP:${PN} = "dev-so" 11INSANE_SKIP:${PN} = "dev-so"
12 12
13PACKAGECONFIG ??= "" 13PACKAGECONFIG ??= ""
14PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" 14PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"
15 15
16EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen"
17
16do_install:append() { 18do_install:append() {
17 # Makefile seems to race on creation of symlink. So ensure creation here 19 # Makefile seems to race on creation of symlink. So ensure creation here
18 # until fixed properly 20 # until fixed properly