diff mbox series

[meta-xfce,5/6] xfdesktop: 4.18.1 -> 4.20.0

Message ID 20241219105225.555464-5-kai.kang@windriver.com
State Under Review
Headers show
Series [meta-xfce,1/6] xfce4-settings: 4.18.3 -> 4.20.0 | expand

Commit Message

Kai Dec. 19, 2024, 10:52 a.m. UTC
From: Kai Kang <kai.kang@windriver.com>

Upgrade xfdesktop from 4.18.1 to 4.20.0:

* add dependency libxfce4windowing
* set variables from glib-2.0.pc in EXTRA_OECONF since paths have been
  removed from the .pc file in oe-core

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../{xfdesktop_4.18.1.bb => xfdesktop_4.20.0.bb}         | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
 rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.18.1.bb => xfdesktop_4.20.0.bb} (55%)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb
similarity index 55%
rename from meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb
rename to meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb
index f4d5fef8e..d3360b293 100644
--- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb
@@ -12,6 +12,7 @@  DEPENDS = " \
     libwnck3 \
     libxfce4ui \
     libxfce4util \
+    libxfce4windowing \
     thunar \
     xfconf \
 "
@@ -20,9 +21,15 @@  inherit xfce features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756"
+SRC_URI[sha256sum] = "227041ba80c7f3eb9c99dec817f1132b35d8aec7a4335703f61ba1735cd65632"
 
 PACKAGECONFIG ??= "notify"
 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
 
+EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \
+                GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \
+                GLIB_GENMARSHAL=${STAGING_BINDIR_NATIVE}/glib-genmarshal \
+                GLIB_MKENUMS=${STAGING_BINDIR_NATIVE}/glib-mkenums \
+                "
+
 FILES:${PN} += "${datadir}/backgrounds"