From patchwork Fri Sep 20 09:58:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 49345 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8369CE8D47 for ; Fri, 20 Sep 2024 09:57:58 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web10.14668.1726826268406581707 for ; Fri, 20 Sep 2024 02:57:48 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd79.aul.t-online.de (fwd79.aul.t-online.de [10.223.144.105]) by mailout02.t-online.de (Postfix) with SMTP id 96C2717D83 for ; Fri, 20 Sep 2024 11:57:22 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.38.23]) by fwd79.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1sraOA-0C1kdV0; Fri, 20 Sep 2024 11:57:22 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Subject: [oe-core][PATCH 1/4] glib-2.0: update 2.80.4 -> 2.82.1 Date: Fri, 20 Sep 2024 11:58:13 +0200 Message-ID: <20240920095816.261281-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1726826242-8D7F85A0-0BF5C7CE/0/0 CLEAN NORMAL X-TOI-MSGID: 9584c368-f643-4649-9de3-9b98b858a977 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 20 Sep 2024 09:57:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204733 - adjust 0010-Do-not-hardcode-python-path-into-various-tools.patch Signed-off-by: Markus Volk --- ...010-Do-not-hardcode-python-path-into-various-tools.patch | 6 +++--- ...lib-2.0-initial_2.80.4.bb => glib-2.0-initial_2.82.1.bb} | 0 .../glib-2.0/{glib-2.0_2.80.4.bb => glib-2.0_2.82.1.bb} | 0 meta/recipes-core/glib-2.0/glib.inc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0-initial_2.80.4.bb => glib-2.0-initial_2.82.1.bb} (100%) rename meta/recipes-core/glib-2.0/{glib-2.0_2.80.4.bb => glib-2.0_2.82.1.bb} (100%) diff --git a/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch b/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch index 30a6bd4c3a..4609f1fb2b 100644 --- a/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch +++ b/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch @@ -16,7 +16,7 @@ index 67d3675..4e92a7a 100755 --- a/gio/gdbus-2.0/codegen/gdbus-codegen.in +++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in @@ -1,4 +1,4 @@ --#!/usr/bin/env @PYTHON@ +-#!@PYTHON@ +#!/usr/bin/env python3 # GDBus - GLib D-Bus Library @@ -26,7 +26,7 @@ index aa5af43..56e8e2e 100755 --- a/gobject/glib-genmarshal.in +++ b/gobject/glib-genmarshal.in @@ -1,4 +1,4 @@ --#!/usr/bin/env @PYTHON@ +-#!@PYTHON@ +#!/usr/bin/env python3 # pylint: disable=too-many-lines, missing-docstring, invalid-name @@ -36,7 +36,7 @@ index e10b910..4b619f8 100755 --- a/gobject/glib-mkenums.in +++ b/gobject/glib-mkenums.in @@ -1,4 +1,4 @@ --#!/usr/bin/env @PYTHON@ +-#!@PYTHON@ +#!/usr/bin/env python3 # If the code below looks horrible and unpythonic, do not panic. diff --git a/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.4.bb b/meta/recipes-core/glib-2.0/glib-2.0-initial_2.82.1.bb similarity index 100% rename from meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.4.bb rename to meta/recipes-core/glib-2.0/glib-2.0-initial_2.82.1.bb diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.80.4.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.82.1.bb similarity index 100% rename from meta/recipes-core/glib-2.0/glib-2.0_2.80.4.bb rename to meta/recipes-core/glib-2.0/glib-2.0_2.82.1.bb diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 9e742c4d3b..0855e6eb00 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -221,17 +221,17 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \ file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \ file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \ - file://0010-Do-not-hardcode-python-path-into-various-tools.patch \ file://0001-Do-not-write-bindir-into-pkg-config-files.patch \ file://0001-meson-Run-atomics-test-on-clang-as-well.patch \ file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \ + file://0010-Do-not-hardcode-python-path-into-various-tools.patch \ file://skip-timeout.patch \ " SRC_URI:append:class-native = " file://relocate-modules.patch \ file://0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch \ " -SRC_URI[sha256sum] = "24e029c5dfc9b44e4573697adf33078a9827c48938555004b3b9096fa4ea034f" +SRC_URI[sha256sum] = "478634440bf52ee4ec4428d558787398c0be6b043c521beb308334b3db4489a6" # Find any meson cross files in FILESPATH that are relevant for the current # build (using siteinfo) and add them to EXTRA_OEMESON. From patchwork Fri Sep 20 09:58:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 49343 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA1BECE8D47 for ; Fri, 20 Sep 2024 09:57:48 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web10.14665.1726826261311667381 for ; Fri, 20 Sep 2024 02:57:41 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd79.aul.t-online.de (fwd79.aul.t-online.de [10.223.144.105]) by mailout03.t-online.de (Postfix) with SMTP id BC5B323A18 for ; Fri, 20 Sep 2024 11:57:28 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.38.23]) by fwd79.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1sraOE-0C1kdW0; Fri, 20 Sep 2024 11:57:27 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Subject: [oe-core][PATCH 2/4] libportal: update 0.7.1 -> 0.8.1 Date: Fri, 20 Sep 2024 11:58:14 +0200 Message-ID: <20240920095816.261281-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240920095816.261281-1-f_l_k@t-online.de> References: <20240920095816.261281-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1726826247-4E7FA5A0-260F05E6/0/0 CLEAN NORMAL X-TOI-MSGID: 80f83c06-7135-4f96-a8c2-b913b02d49b2 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 20 Sep 2024 09:57:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204731 Changes in 0.8.1, 04-09-2024 ========================== - Fix a regression in the Remote Desktop where it wouldn't work with the ScreenCast portal correctly. - Use non-deprecated functions in the GTK4 code - Run tests in CI so we catch regressions earlier - Make Qt tests use QTEST_GUILESS_MAIN - Fix an Input Capture test Changes in 0.8.0, 02-09-2024 ========================== - Add API to allow for persistence on RemoteDesktop sessions - Implement support for the Input Capture portal - Add support for Qt 6 - Support xdg-foreign with Qt 6 - Fix screencasting on wlroots-based compositors Signed-off-by: Markus Volk --- ...build-race-when-building-GTK-vapi-fi.patch | 49 ------------------- ...{libportal_0.7.1.bb => libportal_0.8.1.bb} | 5 +- 2 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 meta/recipes-gnome/libportal/files/0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch rename meta/recipes-gnome/libportal/{libportal_0.7.1.bb => libportal_0.8.1.bb} (86%) diff --git a/meta/recipes-gnome/libportal/files/0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch b/meta/recipes-gnome/libportal/files/0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch deleted file mode 100644 index fb015d3632..0000000000 --- a/meta/recipes-gnome/libportal/files/0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 26f96a178f8a0afded00bdd7238728c0b6e42a6b Mon Sep 17 00:00:00 2001 -From: Richard Purdie -Date: Thu, 9 May 2024 18:44:41 +0000 -Subject: [PATCH] meson.build: fix build race when building GTK vapi files - -There's a build race when building the GTK vapi files: - -FAILED: libportal/libportal-gtk4.vapi -error: Package `libportal' not found in specified Vala API directories or GObject-Introspection GIR directories - -This can be verified by adding "sleep 10;" to the command for the -libportal/libportal.vapi target in the generated build.ninja file. - -The GTK vapi files need to have access to the generic libportal.vapi file, -but there is no explicit dependency. Switch the dependency name 'libportal' -to the dependency object libportal_vapi so that Meson generates the -dependency correctly. - -Upstream-Status: Backport -Signed-off-by: Ross Burton ---- - libportal/meson.build | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/libportal/meson.build b/libportal/meson.build -index fff7603..4e67f40 100644 ---- a/libportal/meson.build -+++ b/libportal/meson.build -@@ -168,7 +168,7 @@ if gtk3_dep.found() - if vapi - libportal_gtk3_vapi = gnome.generate_vapi('libportal-gtk3', - sources: libportal_gtk3_gir[0], -- packages: ['gio-2.0', 'gtk+-3.0', 'libportal'], -+ packages: ['gio-2.0', 'gtk+-3.0', libportal_vapi], - gir_dirs: [meson.current_build_dir()], - vapi_dirs: [meson.current_build_dir()], - install: true, -@@ -227,7 +227,7 @@ if gtk4_dep.found() - if vapi - libportal_gtk4_vapi = gnome.generate_vapi('libportal-gtk4', - sources: libportal_gtk4_gir[0], -- packages: ['gio-2.0', 'gtk4', 'libportal'], -+ packages: ['gio-2.0', 'gtk4', libportal_vapi], - gir_dirs: [meson.current_build_dir()], - vapi_dirs: [meson.current_build_dir()], - install: true, --- -2.34.1 - diff --git a/meta/recipes-gnome/libportal/libportal_0.7.1.bb b/meta/recipes-gnome/libportal/libportal_0.8.1.bb similarity index 86% rename from meta/recipes-gnome/libportal/libportal_0.7.1.bb rename to meta/recipes-gnome/libportal/libportal_0.8.1.bb index 6ddfef76d3..0b88de4224 100644 --- a/meta/recipes-gnome/libportal/libportal_0.7.1.bb +++ b/meta/recipes-gnome/libportal/libportal_0.8.1.bb @@ -6,9 +6,8 @@ BUGTRACKER = "https://github.com/flatpak/libportal/issues" LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" -SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main \ - file://0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch" -SRCREV = "e9ed3a50cdde321eaf42361212480a66eb94a57a" +SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main" +SRCREV = "26c15008cbe579f57f89468384f8efc033f25f6f" S = "${WORKDIR}/git" inherit meson gi-docgen gobject-introspection vala features_check pkgconfig From patchwork Fri Sep 20 09:58:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 49344 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD039CF395E for ; Fri, 20 Sep 2024 09:57:48 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web11.14437.1726826261890595580 for ; Fri, 20 Sep 2024 02:57:42 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd79.aul.t-online.de (fwd79.aul.t-online.de [10.223.144.105]) by mailout03.t-online.de (Postfix) with SMTP id 330A2292AB for ; Fri, 20 Sep 2024 11:57:29 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.38.23]) by fwd79.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1sraOG-0C1kdX0; Fri, 20 Sep 2024 11:57:28 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Subject: [oe-core][PATCH 3/4] libadwaita: update 1.5.3 -> 1.6.0 Date: Fri, 20 Sep 2024 11:58:15 +0200 Message-ID: <20240920095816.261281-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240920095816.261281-1-f_l_k@t-online.de> References: <20240920095816.261281-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1726826249-8FFFD5A0-D33B36FA/0/0 CLEAN NORMAL X-TOI-MSGID: 00a919d9-8786-457e-9c9e-923575ac7f04 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 20 Sep 2024 09:57:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204732 ============= Version 1.6.0 ============= - AdwAboutDialog/Window - Support non-deprecated GPL-2/3.0-only SPDX IDs - AdwBottomSheet - Fix a crash in tests on some platforms - AdwHeaderBar - Fix back button menu picking up phantom pages in some situations - AdwMessageDialog - Fix title size - AdwTabOverview - Focus search entry with Ctrl+F - Docs - Screenshot tool fixes - Update screenshots - Tests - Add AdwBackButton tests - Stylesheet - Disable .devel header bars for bottom sheets, like for dialogs - Fix header bar in GTK dialogs - Fix fine-tune scale styles - Fix scroll undershoot in dropdowns and emoji picker - Translation updates - British English - Bulgarian - Czech - Danish - French - Galician - Indonesian - Korean - Lithuanian - Occitan - Polish - Portuguese - Spanish - Swedish - Turkish ============== Version 1.6.rc ============== - AdwMultiLayoutView - Hide slots when their child is invisible - AdwPreferencesDialog/Window - Support macOS keybindings - AdwSpinner - Work around a memory corruption issue - AdwTabBar/Overview - Fix 2 drag-n-drop crashes - AdwTabView - Support macOS keybindings - Demo - List ADW_DEBUG_ACCENT_COLOR in about dialog debug info - Support macOS keybindings - Docs - List available style classes for each widget - Typo fixes - Stylesheet - Add .ssd-frame style class for mutter titlebars - Make radio button focus ring round - Use relative font sizes - Support .property.monospace for AdwExpanderRow too - Fix GtkScale value overlapping with slider - Fix --window-radius 0px unit - Translation updates - Basque - Belarusian - Brazilian Portuguese - Catalan - Chinese (China) - Finnish - Georgian - German - Hebrew - Hindi - Hungarian - Norwegian Bokmål - Persian - Romanian - Russian - Slovenian - Ukrainian ================ Version 1.6.beta ================ - Introduce AdwSpinner and AdwSpinnerPaintable - AdwAlertDialog - Accessibility fixes - Fix a sizing bug with :prefer-wide-layout - AdwComboRow - Don't change sensitivity on model change - AdwDialog - Fix a memory leak - Speed up switching presentation - AdwEntryRow - Fix row activation - AdwPreferencesPage - Add an a11y relation to the description - AdwSpinRow - Set accessible role to presentation - AdwStatusPage - Adjust style when using AdwSpinnerPaintable - AdwStyleManager - Speed up reloading CSS - Partially support system accent color on macOS - AdwSwitchRow - Set accessible role to switch - AdwTabBar/Overview - Use AdwSpinnerPaintable for loading state - Fix a use after free when closing tabs - AdwToastOverlay - Announce appearing toasts for screen reader - Demo - Make strings HIG-compliant - Add ctrl+q shortcut, make ctrl+w close the window instead - Docs - Don't annotate user_data params with closure - Fix typos in migrating to breakpoints page - Stylesheet - Fix a specificity issue with scrolled windows in popovers - Fix file chooser styles - Translation updates - Chinese (Taiwan) - Georgian - Hebrew - Hindi - Russian - Slovenian - Turkish ================= Version 1.6.alpha ================= - Introduce AdwBottomSheet - Introduce AdwButtonRow - Introduce AdwMultiLayoutView - Deprecate AdwAboutWindow, AdwMessageDialog and AdwPreferencesWindow - Various annotation fixes - Build - Depend on GTK 4.15.2 - AdwAboutDialog/Window - Fix an outdated appstream reference in docs - AdwActionRow - Mention .property in docs - AdwAlertDialog - Refresh style, drop custom suggested and destructive button styles - Try harder to fit into landscape mobile screens - Fix initial focus - Fix the accessible role - Fix setting default widget when removing a response - Fix unmatched va_start() - AdwApplicationWindow - Default minimum size to 360×200 - AdwAvatar - Fix portrait avatars on hidpi - AdwBin - Fix a potential focus issue - AdwBreakpointBin - Fix a leak - AdwBreakpointCondition - Fix leaks when parsing - AdwCarousel - Fix a build warning - AdwComboRow - Add :header-factory - Add :search-match-mode - Fix initial checkmark - Handle model changes properly - AdwDialog - Fix toggling presentation mode - Fix close button ignoring :can-close - Fix ::close-attempt not emitting in some cases - Fix swipe area for bottom sheets - Make shortcuts work when there are no focusable widgets - Correctly restore focus when opening a dialog from a menu - Fix GtkWindow:deletable=false hiding close buttons in dialogs - Fix accessibility warnings - Leak fixes - AdwEntryRow - Add :max-length - Don't change size on focus - AdwExpanderRow - Fix get_title_lines() and get_subtitle_lines() return types - Fix remove() docs - AdwHeaderBar - Don't show title when used inside AdwBottomSheet with a drag handle - Fix split view links in docs - Fix initial focus for the back button - AdwMessageDialog - Refresh style, drop custom suggested and destructive button styles - Try harder to fit into landscape mobile screens - Fix unmatched va_start() - AdwOverlaySplitView - Unmap sidebar when it's hidden - AdwPreferencesGroup - Add :separate-rows - Fix :header-group annotations and notifications - Fix a potential focus issue - AdwPreferencesPage - Add :description-centered - Fix a potential focus issue - AdwSpinRow - Fix ::input handling - AdwStyleManager - Support system accent color on Linux and Windows - AdwSwipeTracker - Various fixes for swipe handling - AdwTabBar - Remove spinner unmap hack as GTK handles it now - AdwTabButton - Fix needs-attention badge on RTL - AdwTabOverview - Remove spinner unmap hack as GTK handles it now - AdwTabView - Fix a leak when closing the last page - Accessibility fixes - Document :close-page return value - AdwToast - Fix accessible role - AdwViewStack - Accessibility fixes - Fix a typo in docs - AdwWindow - Default minimum size to 360×200 - Docs - Add a AdwMultiLayout example to the adaptive layouts page - Replace the named colors page with css variables - Use modern CSS rgb() syntax instead of the legacy one - Stop mentioning _finish() functions, gi-docgen does it now - Stop using non-standard property getter/setter annotations - An attempt to make screenshot tool less flaky - Update screenshots - Don't list ADW_ENCODE_VERSION and ADW_UNAVAILABLE - Demo - Rename Dialogs page to Alert Dialog - Use :separate-rows for the entry rows group on the lists page - Remove colored buttons example - Use neutral accent color for tab pages - Refresh tab page colors - Fix writing style for subtitles - Fix the banner page button switch - Stylesheet - Use standard CSS functions instead of GTK-specific ones - Introduce a CSS variable for each named color: @accent_color -> --accent-color etc - @borders is replaced with --border-color, not --borders - Each variable by default points to its named color to ensure backwards compatibility - Introduce --standalone-color-oklab - Generate standalone colors from background colors by default - Introduce --accent-blue, --accent-teal, --accent-green, --accent-yellow, --accent-orange, --accent-red, --accent-pink, --accent-purple and --accent-slate matching the system accents - Introduce --border-opacity, --dim-opacity, --disabled-opacity - Introduce --window-radius - Introduce .boxed-list-separate - Refresh style for GtkMessageDialog too - Change .destructive-action style to make it distinct from .suggested-action - Support .navigation-sidebar for GtkGridView and GtkFlowBox - Support .monospace for property rows - Support .inline for text views - Use white accent color for .osd instead of overriding it for every widget inside - Use matching accent colors for .error, .warning and .success - Use red focus rings for destructive buttons - Make file chooser selection grey - Make sure --success-color, --warning-color and --error-color are legible in .osd - Add a hack to make GtkTreeView and GtkIconView redraw when accent color changes - Deprecate button.opaque - Fix entry progress bars - Various cleanups and refactoring - Translation updates - Brazilian Portuguese - Catalan - Dutch - Hungarian - Kabyle - Portuguese - Punjabi - Slovenian Signed-off-by: Markus Volk --- .../libadwaita/{libadwaita_1.5.3.bb => libadwaita_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libadwaita/{libadwaita_1.5.3.bb => libadwaita_1.6.0.bb} (88%) diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.5.3.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.6.0.bb similarity index 88% rename from meta/recipes-gnome/libadwaita/libadwaita_1.5.3.bb rename to meta/recipes-gnome/libadwaita/libadwaita_1.6.0.bb index 2e22211135..c643dd17d8 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.5.3.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.6.0.bb @@ -10,7 +10,7 @@ DEPENDS = " \ inherit gnomebase gobject-introspection gi-docgen vala features_check -SRC_URI[archive.sha256sum] = "3b358635f7ea455d9fe75101373e34d2fba130d1590bd1a1c87ab1ccfba05f32" +SRC_URI[archive.sha256sum] = "9ed783934cb99c9101639194e1fc072cb09303b8f3c2fc6623390186a9dad8d3" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "opengl" From patchwork Fri Sep 20 09:58:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 49342 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6322CE8D45 for ; Fri, 20 Sep 2024 09:57:38 +0000 (UTC) Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by mx.groups.io with SMTP id smtpd.web11.14434.1726826252795120695 for ; Fri, 20 Sep 2024 02:57:33 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.19, mailfrom: f_l_k@t-online.de) Received: from fwd79.aul.t-online.de (fwd79.aul.t-online.de [10.223.144.105]) by mailout06.t-online.de (Postfix) with SMTP id 9FD11103EE for ; Fri, 20 Sep 2024 11:57:30 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.38.23]) by fwd79.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1sraOI-0C1kdY0; Fri, 20 Sep 2024 11:57:30 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Subject: [oe-core][PATCH 4/4] gsettings-desktop-schemas: update 46.1 -> 47.1 Date: Fri, 20 Sep 2024 11:58:16 +0200 Message-ID: <20240920095816.261281-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240920095816.261281-1-f_l_k@t-online.de> References: <20240920095816.261281-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1726826250-AEFFB5A0-F4E34F64/0/0 CLEAN NORMAL X-TOI-MSGID: 603912ee-4fda-46ec-87af-566f1d9e0ffe List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 20 Sep 2024 09:57:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204730 Major changes in 47.1 =================== - meson: Fix project version Major changes in 47.0 =================== - Translation updates Major changes in 47.rc ====================== - Translation updates Major changes in 47.beta ======================== - Add break-reminder schema - Provide a new pressure range for styli - Add SwitchMonitor and Keybinding to the tablet stylus actions - Switch back to Cantarell font - Translation updates Major changes in 47.alpha ========================= - Add key to tweak font rendering - Include Settings in sort order - Add key to pick accent color - Translation updates Signed-off-by: Markus Volk --- ...sktop-schemas_46.1.bb => gsettings-desktop-schemas_47.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_46.1.bb => gsettings-desktop-schemas_47.1.bb} (84%) diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.1.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_47.1.bb similarity index 84% rename from meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.1.bb rename to meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_47.1.bb index 19a3948f59..3368443c25 100644 --- a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.1.bb +++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_47.1.bb @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" DEPENDS = "glib-2.0" - inherit gnomebase gsettings gobject-introspection gettext -SRC_URI[archive.sha256sum] = "9b88101437a6958ebe6bbd812e49bbf1d09cc667011e415559d847e870468a61" +SRC_URI[archive.sha256sum] = "a60204d9c9c0a1b264d6d0d134a38340ba5fc6076a34b84da945d8bfcc7a2815"