From 7f621262df531f4e365fac18cceb981c1506aecc Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 8 Feb 2026 21:03:44 +0100 Subject: gnome-tweaks: upgrade 40.0 -> 40.10 Drop patch that is included in this release. Changes (note that there were no intermediate releases): 40.10: This release includes a fix for the broken GNOME Extensions link and several translation updates. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- ...002-meson-fix-invalid-positional-argument.patch | 33 ------------------ .../gnome-tweaks/gnome-tweaks_40.0.bb | 39 ---------------------- .../gnome-tweaks/gnome-tweaks_40.10.bb | 38 +++++++++++++++++++++ 3 files changed, 38 insertions(+), 72 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch delete mode 100644 meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb create mode 100644 meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.10.bb diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch deleted file mode 100644 index d921ff3308..0000000000 --- a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch +++ /dev/null @@ -1,33 +0,0 @@ -From dc9701e18775c01d0b69fabaa350147f70096da8 Mon Sep 17 00:00:00 2001 -From: Mae Dartmann -Date: Wed, 16 Feb 2022 06:08:41 +0000 -Subject: [PATCH] meson: fix invalid positional argument - -Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8] ---- - data/meson.build | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/data/meson.build b/data/meson.build -index fd6d5da..74f7e82 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -1,5 +1,5 @@ - appdata_file = 'org.gnome.tweaks.appdata.xml' --i18n.merge_file(appdata_file, -+i18n.merge_file( - input: appdata_file + '.in', - output: appdata_file, - po_dir: '../po', -@@ -8,7 +8,7 @@ i18n.merge_file(appdata_file, - ) - - desktop_file = 'org.gnome.tweaks.desktop' --i18n.merge_file(desktop_file, -+i18n.merge_file( - input: desktop_file + '.in', - output: desktop_file, - po_dir: '../po', --- -GitLab - diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb deleted file mode 100644 index 498d392e89..0000000000 --- a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = "GNOME tweaks: Advanced options for GNOME 3 session" -LICENSE = "GPL-3.0-only & CC0-1.0" -LIC_FILES_CHKSUM = " \ - file://LICENSES/CC0-1.0;md5=65d3616852dbf7b1a6d4b53b00626032 \ - file://LICENSES/GPL-3.0;md5=9eef91148a9b14ec7f9df333daebc746 \ -" - -DEPENDS = "libhandy" - - -inherit gnomebase gtk-icon-cache gobject-introspection features_check - -# same as gnome-shell -REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" - -# gobject-introspection is mandatory and cannot be configured -REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -GIR_MESON_OPTION = "" - -SRC_URI[archive.sha256sum] = "f95f3fe031b0b01c02f79a1659f889152d3772ae3e44df8403d1460ba5eec36a" -SRC_URI += " \ - file://0001-Make-python-path-configurable.patch \ - file://0002-meson-fix-invalid-positional-argument.patch \ -" - -EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}" - -# The optimised .pyc files contain buildpaths, delete them and leave the -# normal ones to be packaged. -do_install:append() { - find ${D}${PYTHON_SITEPACKAGES_DIR} -name *.opt*.pyc -delete -} - -FILES:${PN} += " \ - ${datadir}/metainfo \ - ${PYTHON_SITEPACKAGES_DIR} \ -" - -RDEPENDS:${PN} += "gnome-shell python3-core python3-logging libhandy" diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.10.bb b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.10.bb new file mode 100644 index 0000000000..d0f00a85e6 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.10.bb @@ -0,0 +1,38 @@ +SUMMARY = "GNOME tweaks: Advanced options for GNOME 3 session" +LICENSE = "GPL-3.0-only & CC0-1.0" +LIC_FILES_CHKSUM = " \ + file://LICENSES/CC0-1.0;md5=65d3616852dbf7b1a6d4b53b00626032 \ + file://LICENSES/GPL-3.0;md5=9eef91148a9b14ec7f9df333daebc746 \ +" + +DEPENDS = "libhandy" + + +inherit gnomebase gtk-icon-cache gobject-introspection features_check + +# same as gnome-shell +REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" + +# gobject-introspection is mandatory and cannot be configured +REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" +GIR_MESON_OPTION = "" + +SRC_URI[archive.sha256sum] = "cffd3b33a399577fbb4491ce8fbd02f54c5924f1056f30114e8d420290ef23fc" +SRC_URI += " \ + file://0001-Make-python-path-configurable.patch \ +" + +EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}" + +# The optimised .pyc files contain buildpaths, delete them and leave the +# normal ones to be packaged. +do_install:append() { + find ${D}${PYTHON_SITEPACKAGES_DIR} -name *.opt*.pyc -delete +} + +FILES:${PN} += " \ + ${datadir}/metainfo \ + ${PYTHON_SITEPACKAGES_DIR} \ +" + +RDEPENDS:${PN} += "gnome-shell python3-core python3-logging libhandy" -- cgit v1.2.3-54-g00ecf