similarity index 78%
rename from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb
rename to meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.3.bb
@@ -9,14 +9,15 @@ DEPENDS = "libwnck3 libsm libxfce4ui libxfce4windowing virtual/libx11"
inherit xfce update-alternatives features_check
SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch"
-SRC_URI[sha256sum] = "5229233fe6ee692361cc28724886c5b08e0216d89f09c42d273191d38fd64f85"
+SRC_URI[sha256sum] = "dbf00672c5316a30b7001fe852e6a5ba9f889afeab8a247545a160d4302f1fa2"
REQUIRED_DISTRO_FEATURES = "x11"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}"
PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit"
-EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen"
+EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \
+ GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources"
ALTERNATIVE:${PN} = "x-session-manager"
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
@@ -30,6 +31,10 @@ FILES:${PN} += " \
${datadir}/themes/Default/balou/* \
${datadir}/polkit-1 \
${datadir}/xdg-desktop-portal/xfce-portals.conf \
+ ${datadir}/xfce4 \
+ ${datadir}/xfce4/labwc \
+ ${datadir}/xfce4/labwc/labwc-environment \
+ ${datadir}/xfce4/labwc/labwc-rc.xml \
"
RDEPENDS:${PN} = " \
| checking for glib-compile-resources... configure: error: could not find glib-compile-resources. Fix configure failure by adding to EXTRA_OECONF parameters. ERROR: xfce4-session-4.20.2-r0 do_package: QA Issue: xfce4-session: Files/directories were installed but not shipped in any package: /usr/share/xfce4 /usr/share/xfce4/labwc /usr/share/xfce4/labwc/labwc-environment /usr/share/xfce4/labwc/labwc-rc.xml Update FILES to fix QA error. Changelog: https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.20.3 Changelog: https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.20.2 Changelog: https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.20.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> --- .../{xfce4-session_4.20.0.bb => xfce4-session_4.20.3.bb} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-session/{xfce4-session_4.20.0.bb => xfce4-session_4.20.3.bb} (78%)