From 90c89db4448dbde627afa5dad3d82b7464020824 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 27 Oct 2024 08:22:38 +0100 Subject: gnome-control-center: update 47.0.1 -> 47.1.1 ============== Version 47.1.1 ============== - Fix crash on display scales > 1 due to conflicting type registration ============ Version 47.1 ============ - Various translation updates - Require gsettings-desktop-schemas >= 47.0 About - Allow FQDN hostnames Appearance - Fix thumbnailing of backgrounds causing OOM kills Date and Time - Fix resize issue in the time format row when shown in small window sizes Online Accounts - Fix untranslated account provider info string Region and Language - Update language row after closing language selector Remote Desktop - Hide "Remote Desktop" row when gnome-remote-desktop is not available Wacom - Don't crash when handling an unknown stylus ID - Don't show Map Buttons for fallback devices - Handle all external remotes like an external TV remote-like device - Make assets recolaborable, supporting dark-style, high-contrast, and accent colors - Support HDPI for tablet/stylus illustration images Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gnome-control-center_47.0.1.bb | 67 ---------------------- .../gnome-control-center_47.1.1.bb | 67 ++++++++++++++++++++++ 2 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.0.1.bb create mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.1.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.0.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.0.1.bb deleted file mode 100644 index f2b0d09d5c..0000000000 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.0.1.bb +++ /dev/null @@ -1,67 +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 = "gitsm://gitlab.gnome.org/GNOME/gnome-control-center.git;protocol=https;nobranch=1" - -S = "${WORKDIR}/git" -SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" -SRCREV = "adb035fa5c61cdcff622536fde9456e3859211fd" - -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" - -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_47.1.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.1.1.bb new file mode 100644 index 0000000000..dce7711b81 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.1.1.bb @@ -0,0 +1,67 @@ +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 = "gitsm://gitlab.gnome.org/GNOME/gnome-control-center.git;protocol=https;nobranch=1" + +S = "${WORKDIR}/git" +SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" +SRCREV = "7985fc671ad43f5925b9012e6c51231ad73a628d" + +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" + +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