summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2026-01-07 20:04:46 -0500
committerKhem Raj <raj.khem@gmail.com>2026-01-12 08:53:46 -0800
commitbedcf6d22640ad3194210ca810bff3d2e785c2fd (patch)
tree416740f04ca89c2ff994f247df21e66bdb1a2bf7
parentb92c4e249b5e077cdb244d94719ccf1f0e1ce3f7 (diff)
downloadmeta-openembedded-bedcf6d22640ad3194210ca810bff3d2e785c2fd.tar.gz
xfce4-session: upgrade 4.20.0 -> 4.20.3
| 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.3.bb (renamed from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb)9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.3.bb
index acff2d42b3..af7ab98ae5 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.3.bb
@@ -9,14 +9,15 @@ DEPENDS = "libwnck3 libsm libxfce4ui libxfce4windowing virtual/libx11"
9inherit xfce update-alternatives features_check 9inherit xfce update-alternatives features_check
10 10
11SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" 11SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch"
12SRC_URI[sha256sum] = "5229233fe6ee692361cc28724886c5b08e0216d89f09c42d273191d38fd64f85" 12SRC_URI[sha256sum] = "dbf00672c5316a30b7001fe852e6a5ba9f889afeab8a247545a160d4302f1fa2"
13 13
14REQUIRED_DISTRO_FEATURES = "x11" 14REQUIRED_DISTRO_FEATURES = "x11"
15 15
16PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}" 16PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}"
17PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" 17PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit"
18 18
19EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen" 19EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \
20 GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources"
20 21
21ALTERNATIVE:${PN} = "x-session-manager" 22ALTERNATIVE:${PN} = "x-session-manager"
22ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" 23ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
@@ -30,6 +31,10 @@ FILES:${PN} += " \
30 ${datadir}/themes/Default/balou/* \ 31 ${datadir}/themes/Default/balou/* \
31 ${datadir}/polkit-1 \ 32 ${datadir}/polkit-1 \
32 ${datadir}/xdg-desktop-portal/xfce-portals.conf \ 33 ${datadir}/xdg-desktop-portal/xfce-portals.conf \
34 ${datadir}/xfce4 \
35 ${datadir}/xfce4/labwc \
36 ${datadir}/xfce4/labwc/labwc-environment \
37 ${datadir}/xfce4/labwc/labwc-rc.xml \
33" 38"
34 39
35RDEPENDS:${PN} = " \ 40RDEPENDS:${PN} = " \