diff options
| author | Jason Schonberg <schonm@gmail.com> | 2026-01-07 20:04:46 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 08:53:46 -0800 |
| commit | bedcf6d22640ad3194210ca810bff3d2e785c2fd (patch) | |
| tree | 416740f04ca89c2ff994f247df21e66bdb1a2bf7 | |
| parent | b92c4e249b5e077cdb244d94719ccf1f0e1ce3f7 (diff) | |
| download | meta-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" | |||
| 9 | inherit xfce update-alternatives features_check | 9 | inherit xfce update-alternatives features_check |
| 10 | 10 | ||
| 11 | SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" | 11 | SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" |
| 12 | SRC_URI[sha256sum] = "5229233fe6ee692361cc28724886c5b08e0216d89f09c42d273191d38fd64f85" | 12 | SRC_URI[sha256sum] = "dbf00672c5316a30b7001fe852e6a5ba9f889afeab8a247545a160d4302f1fa2" |
| 13 | 13 | ||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | 15 | ||
| 16 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}" | 16 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}" |
| 17 | PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" | 17 | PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" |
| 18 | 18 | ||
| 19 | EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen" | 19 | EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \ |
| 20 | GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources" | ||
| 20 | 21 | ||
| 21 | ALTERNATIVE:${PN} = "x-session-manager" | 22 | ALTERNATIVE:${PN} = "x-session-manager" |
| 22 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" | 23 | ALTERNATIVE_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 | ||
| 35 | RDEPENDS:${PN} = " \ | 40 | RDEPENDS:${PN} = " \ |
