From 3394aa1f16a0487075d0f289872b9fffa7acfb5e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 22 Jul 2025 18:53:43 +0200 Subject: gnome-control-center: update 48.0 -> 48.3 ============ Version 48.3 ============ - Various translation updates - Various accessibility fixes About - Properly close System Details dialog supressing dispose warning Common - Fix use-after-free in CcPermissionInfobar Colors - Remote extra line below the device name Global Shortcuts - Discard request from invalid app ID Wacom - Plug stylus motion backlog array leak ============ Version 48.2 ============ - Various translation updates - Wrap settings panel names in small window sizes - Call g_type_ensure for a custom class - Add rounded borders to illustrations About - Fix multiple GPU name display with NVIDIA GPU on Desktop PC Apps - Set bold style to the app name - Hide preference group if no permissions are shown Notifications - Fix crash when modifying app settings multiple times Power - Change power saver icon to leaf (matching GNOME Shell) System - Improve password generation logic - Use EFF's Wordlists for Random Passphrases for password generator Users - Don't crash when failing to crop avatar images Wacom - Get motion history from tablets in test drawing area ============ Version 48.1 ============ - Various translation updates Keyboard - Fix duplicated "Search" entries in the Custom Shortcuts Network - Fix bad memory access in wsec_size_group_clear() Power - Set suspend notice message visible by default Printers - Run printer details response callback when closing dialog Wellbeing - Don't make screen time row activatable - Fix NAN handling for chart labels - Fix chart height calculation for partially filled week Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gnome-control-center_48.0.bb | 66 ---------------------- .../gnome-control-center_48.3.bb | 66 ++++++++++++++++++++++ 2 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb create mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb deleted file mode 100644 index 340273aa33..0000000000 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb +++ /dev/null @@ -1,66 +0,0 @@ -SUMMARY = "GNOME Settings" -DESCRIPTION = "GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" - -GTKIC_VERSION = "4" - -DEPENDS = " \ - accountsservice \ - colord-gtk \ - gcr \ - gdk-pixbuf \ - glib-2.0 \ - gnome-bluetooth \ - gnome-desktop \ - gnome-online-accounts \ - gnome-settings-daemon \ - gsettings-desktop-schemas \ - gtk4 \ - libadwaita \ - libepoxy \ - libgtop \ - libgudev \ - libnma \ - libpwquality \ - libxml2 \ - polkit \ - pulseaudio \ - samba \ - setxkbmap-native \ - tecla \ - udisks2 \ - upower \ - ${@' libxslt-native docbook-xsl-stylesheets-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''} \ -" - -inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext gi-docgen upstream-version-is-even bash-completion features_check - -REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" - -SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" -SRC_URI[archive.sha256sum] = "1652202db36a2be7441019b9daff3574e80428598e82395a87418015a8c06624" - -PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" -PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper" -PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" -PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" -PACKAGECONFIG[file-share] = ",,,gnome-user-share" -PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler" -PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent,malcontent-ui" -PACKAGECONFIG[power-profiles] = ",,,power-profiles-daemon" - -EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}" -GIDOCGEN_MESON_OPTION = 'documentation' - -export XDG_DATA_DIRS = "${STAGING_DATADIR}" - -FILES:${PN} += " \ - ${datadir}/dbus-1 \ - ${datadir}/gnome-shell \ - ${datadir}/metainfo \ -" - -FILES:${PN}-dev += "${datadir}/gettext" - -RDEPENDS:${PN} += "gsettings-desktop-schemas tecla" diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb new file mode 100644 index 0000000000..d8d5849534 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb @@ -0,0 +1,66 @@ +SUMMARY = "GNOME Settings" +DESCRIPTION = "GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" + +GTKIC_VERSION = "4" + +DEPENDS = " \ + accountsservice \ + colord-gtk \ + gcr \ + gdk-pixbuf \ + glib-2.0 \ + gnome-bluetooth \ + gnome-desktop \ + gnome-online-accounts \ + gnome-settings-daemon \ + gsettings-desktop-schemas \ + gtk4 \ + libadwaita \ + libepoxy \ + libgtop \ + libgudev \ + libnma \ + libpwquality \ + libxml2 \ + polkit \ + pulseaudio \ + samba \ + setxkbmap-native \ + tecla \ + udisks2 \ + upower \ + ${@' libxslt-native docbook-xsl-stylesheets-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''} \ +" + +inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext gi-docgen upstream-version-is-even bash-completion features_check + +REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" + +SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" +SRC_URI[archive.sha256sum] = "c0698245a6420badd077c16ffb218860e457cd7300612718eabf9aba47222bae" + +PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" +PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper" +PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" +PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" +PACKAGECONFIG[file-share] = ",,,gnome-user-share" +PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler" +PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent,malcontent-ui" +PACKAGECONFIG[power-profiles] = ",,,power-profiles-daemon" + +EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}" +GIDOCGEN_MESON_OPTION = 'documentation' + +export XDG_DATA_DIRS = "${STAGING_DATADIR}" + +FILES:${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/gnome-shell \ + ${datadir}/metainfo \ +" + +FILES:${PN}-dev += "${datadir}/gettext" + +RDEPENDS:${PN} += "gsettings-desktop-schemas tecla" -- cgit v1.2.3-54-g00ecf