From effc4ab97654322b68f4c37d961c5f0f5d7d1a46 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 1 Jun 2020 23:45:16 +0200 Subject: gnome-control-center: upgrade 3.34.5 -> 3.36.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ================ Version 3.36.2 ================ - Updated translations CI - Update Flatpak libnma, mobile-broadband-provider-info, libhandy build depends Applications - Fix only connected snap interfaces showing Background - Allow adding multiple files to backgrounds Printers - Add whitespace between top right buttons Sharing - Set label for checkbox properly Sound - Fix translation of "System Sounds" Info: - Verify data coming from switcheroo-control ================ Version 3.36.1 ================ - Update man page for info panel change - Updated translations Display - Fix resolution options getting stuck in a low resolution Sound - Remove unused files ================ Version 3.35.92 ================ - Updated translations Applications - Update icon Background - Remove split desktop and lock screen wallpapers - Improve visuals of the background icons Network - Make VPN gear buttons consistent with oter buttons ================ Version 3.35.91 ================ - Share GCancellable code - Updated translations Background - Remove unused GCancellable Power - Fix mobile broadband switch logic Sharing - Remember password on remote desktop sharing Thunderbolt - Fix GCancellable leak User Accounts - Always generate user avatars ================ Version 3.35.90 ================ - New sidebar panel order and grouping - Introduce CcPermissionInfoBar - More code style updates - Updated translations Applications - Add "Run in Background" switch - Add "Set Desktop Background" switch - Show snap packages Network - Add SAE support - Many code refactorings - Switch to use GtkTemplate Power - Hide power button the chassis is handset Printers - Use CcPermissionInfoBar Region & Language - New design for the Formats dialog User Accounts - Use CcPermissionInfoBar - Improved layout Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../0001-Add-meson-option-to-pass-sysroot.patch | 2 +- .../gnome-control-center_3.34.5.bb | 55 ---------------------- .../gnome-control-center_3.36.2.bb | 55 ++++++++++++++++++++++ 3 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.5.bb create mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.2.bb (limited to 'meta-gnome/recipes-gnome') diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch index 7f82a152c7..8170f514ed 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch @@ -26,7 +26,7 @@ index a347168..2cd8121 100644 +option('oe_sysroot', type: 'string', value: '', description: 'Directory for OE-sysroot') option('cheese', type: 'boolean', value: true, description: 'build with cheese webcam support') option('documentation', type: 'boolean', value: false, description: 'build documentation') - option('gnome_session_libexecdir', type: 'string', value: '', description: 'Directory for gnome-session\'s libexecdir') + option('ibus', type: 'boolean', value: true, description: 'build with IBus support') diff --git a/panels/background/meson.build b/panels/background/meson.build index bb34b69..f22722e 100644 --- a/panels/background/meson.build diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.5.bb deleted file mode 100644 index bf8ec33557..0000000000 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.5.bb +++ /dev/null @@ -1,55 +0,0 @@ -SUMMARY = "GNOME Settings" -DESCRIPTION = "GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" - -GNOMEBASEBUILDCLASS = "meson" - -inherit gnomebase gsettings gettext vala upstream-version-is-even bash-completion features_check - -DEPENDS = " \ - gdk-pixbuf-native \ - colord-gtk \ - udisks2 \ - upower \ - polkit \ - pulseaudio \ - accountsservice \ - samba \ - gsettings-desktop-schemas \ - gnome-settings-daemon \ - gnome-desktop3 \ - gnome-online-accounts \ - libnma \ - gnome-bluetooth \ - grilo \ - libgtop \ - gsound \ - libpwquality \ -" - -REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11" - -SRC_URI[archive.md5sum] = "ca92151a2a58cc3e0a73e88379e96ce2" -SRC_URI[archive.sha256sum] = "b30d0afb99252f150e37d5ca4bc83b89bf4aa6d18c5d367230053278634e0c47" -SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" - -PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" -PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" -PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" - -# Once we have (lib)cheese we can make cheese a PACKAGECONFIG -EXTRA_OEMESON = " \ - -Doe_sysroot=${STAGING_DIR_HOST} \ - -Dcheese=false \ -" - -FILES_${PN} += " \ - ${datadir}/dbus-1 \ - ${datadir}/gnome-shell \ - ${datadir}/metainfo \ -" - -FILES_${PN}-dev += "${datadir}/gettext" - -RDEPENDS_${PN} += "gsettings-desktop-schemas" diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.2.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.2.bb new file mode 100644 index 0000000000..d3673a1fd9 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.2.bb @@ -0,0 +1,55 @@ +SUMMARY = "GNOME Settings" +DESCRIPTION = "GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" + +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase gsettings gettext vala upstream-version-is-even bash-completion features_check + +DEPENDS = " \ + gdk-pixbuf-native \ + colord-gtk \ + udisks2 \ + upower \ + polkit \ + pulseaudio \ + accountsservice \ + samba \ + gsettings-desktop-schemas \ + gnome-settings-daemon \ + gnome-desktop3 \ + gnome-online-accounts \ + libnma \ + gnome-bluetooth \ + grilo \ + libgtop \ + gsound \ + libpwquality \ +" + +REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11" + +SRC_URI[archive.md5sum] = "45832b7217c8d5fa5e2dbc214972c12d" +SRC_URI[archive.sha256sum] = "e0a5eff0c6d6c22db0c54fd070460de874d367ef3f9072e1559b70f28b847817" +SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" + +PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" +PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" +PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" + +# Once we have (lib)cheese we can make cheese a PACKAGECONFIG +EXTRA_OEMESON = " \ + -Doe_sysroot=${STAGING_DIR_HOST} \ + -Dcheese=false \ +" + +FILES_${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/gnome-shell \ + ${datadir}/metainfo \ +" + +FILES_${PN}-dev += "${datadir}/gettext" + +RDEPENDS_${PN} += "gsettings-desktop-schemas" -- cgit v1.2.3-54-g00ecf