From patchwork Tue Sep 15 07:43:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98286 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 BEB55C88E75 for ; Tue, 15 Sep 2026 07:44:39 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18110.1789458271365111232 for ; Tue, 15 Sep 2026 00:44:32 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=A00HS00l; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 9713A1C3AF for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npp-00ds5g0; Tue, 15 Sep 2026 09:44:09 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 01/31] loupe: add recipe Date: Tue, 15 Sep 2026 09:43:17 +0200 Message-ID: <20260915074347.6003-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458249-96FFA9B9-98FF0666/0/0 CLEAN NORMAL X-TOI-MSGID: acc66f44-7cf7-4a8b-b3f5-d7105fe55251 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=3HmTwyjDjILLy6E/RlWE1Ro09+5I50rFhKGX2OV7xr8=; h=From:To:Subject:Date; b=A00HS00lywzSbTUUef1czC3J+/yR5yP6mSxMg1cW2Zyn31SDM+czi0I02SCofheKx U3os1A8AI6T5Gc3GGksy+pozBPEFwoS+hvaUjo/Vrdp1ul821bTOL7aLXjfap1xFaw e0SsASejiGgQdbQVakmQcO1fLGoS04V/MSnPWtw6mGFRRiWY3kHpEDnmp64ybdgXgb qoe+kBsGWnHjK/9XYrhkHGW7hx/LeLRaB7e/7Uxl9focNvB7+HmXy0dXz4M+wGxuZY gaWhGiq9rBalmJr1zJgYNSkaC1PtSZHTEuWeAfoJbHsziCnNkNoMcpchvpQCAuVGr+ ysZojAVKrv4cw== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130052 Loupe is the GNOME image viewer that succeeds eog. It loads images via glycin, which is already packaged here, so the recipe only needs to add glycin-loaders as a runtime dependency. The build is meson driving cargo. Upstream invokes cargo without --target and copies the binary from the native artifact layout, so a patch teaches src/meson.build to read a rust_target property from the cross file, the same mechanism glycin uses. Built and packaged for corei7-64. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../recipes-gnome/loupe/loupe-crates.inc | 556 ++++++++++++++++++ ...oss-compilation-via-a-rust_target-cr.patch | 50 ++ meta-gnome/recipes-gnome/loupe/loupe_51.0.bb | 75 +++ 3 files changed, 681 insertions(+) create mode 100644 meta-gnome/recipes-gnome/loupe/loupe-crates.inc create mode 100644 meta-gnome/recipes-gnome/loupe/loupe/0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch create mode 100644 meta-gnome/recipes-gnome/loupe/loupe_51.0.bb diff --git a/meta-gnome/recipes-gnome/loupe/loupe-crates.inc b/meta-gnome/recipes-gnome/loupe/loupe-crates.inc new file mode 100644 index 0000000000..72a863efc2 --- /dev/null +++ b/meta-gnome/recipes-gnome/loupe/loupe-crates.inc @@ -0,0 +1,556 @@ +# Autogenerated with 'bitbake -c update_crates loupe' + +# from Cargo.lock +SRC_URI += " \ + crate://crates.io/adler2/2.0.1 \ + crate://crates.io/aho-corasick/1.1.5 \ + crate://crates.io/aliasable/0.1.3 \ + crate://crates.io/anyhow/1.0.104 \ + crate://crates.io/arc-swap/1.9.2 \ + crate://crates.io/ashpd/0.13.13 \ + crate://crates.io/async-broadcast/0.7.2 \ + crate://crates.io/async-channel/2.5.0 \ + crate://crates.io/async-executor/1.14.0 \ + crate://crates.io/async-fs/2.2.0 \ + crate://crates.io/async-global-executor/3.1.0 \ + crate://crates.io/async-io/2.6.0 \ + crate://crates.io/async-lock/3.4.2 \ + crate://crates.io/async-process/2.5.0 \ + crate://crates.io/async-recursion/1.1.1 \ + crate://crates.io/async-signal/0.2.14 \ + crate://crates.io/async-task/4.7.1 \ + crate://crates.io/async-trait/0.1.92 \ + crate://crates.io/atomic-waker/1.1.2 \ + crate://crates.io/autocfg/1.5.1 \ + crate://crates.io/bit_field/0.10.3 \ + crate://crates.io/bitflags/1.3.2 \ + crate://crates.io/bitflags/2.13.1 \ + crate://crates.io/block/0.1.6 \ + crate://crates.io/blocking/1.7.0 \ + crate://crates.io/bumpalo/3.20.3 \ + crate://crates.io/bytemuck/1.25.2 \ + crate://crates.io/byteorder-lite/0.1.0 \ + crate://crates.io/cairo-rs/0.22.0 \ + crate://crates.io/cairo-sys-rs/0.22.0 \ + crate://crates.io/cc/1.4.4 \ + crate://crates.io/cfg-expr/0.20.9 \ + crate://crates.io/cfg-if/1.0.4 \ + crate://crates.io/cfg_aliases/0.2.2 \ + crate://crates.io/chrono/0.4.45 \ + crate://crates.io/color_quant/1.1.0 \ + crate://crates.io/concurrent-queue/2.5.0 \ + crate://crates.io/crc32fast/1.5.1 \ + crate://crates.io/crossbeam-deque/0.8.7 \ + crate://crates.io/crossbeam-epoch/0.9.20 \ + crate://crates.io/crossbeam-utils/0.8.22 \ + crate://crates.io/crunchy/0.2.4 \ + crate://crates.io/defmt/1.1.1 \ + crate://crates.io/defmt-macros/1.1.1 \ + crate://crates.io/defmt-parser/1.0.0 \ + crate://crates.io/dlib/0.5.3 \ + crate://crates.io/either/1.18.0 \ + crate://crates.io/encoding_rs/0.8.35 \ + crate://crates.io/endi/1.1.1 \ + crate://crates.io/enumflags2/0.7.12 \ + crate://crates.io/enumflags2_derive/0.7.12 \ + crate://crates.io/env_filter/2.0.0 \ + crate://crates.io/env_logger/0.11.11 \ + crate://crates.io/equivalent/1.0.2 \ + crate://crates.io/errno/0.3.14 \ + crate://crates.io/event-listener/5.4.2 \ + crate://crates.io/event-listener-strategy/0.5.4 \ + crate://crates.io/exr/1.74.2 \ + crate://crates.io/fastrand/2.5.0 \ + crate://crates.io/fax/0.2.7 \ + crate://crates.io/fdeflate/0.3.7 \ + crate://crates.io/fearless_simd/0.4.1 \ + crate://crates.io/field-offset/0.3.6 \ + crate://crates.io/find-msvc-tools/0.1.11 \ + crate://crates.io/flate2/1.1.9 \ + crate://crates.io/futures-channel/0.3.34 \ + crate://crates.io/futures-core/0.3.34 \ + crate://crates.io/futures-executor/0.3.34 \ + crate://crates.io/futures-io/0.3.34 \ + crate://crates.io/futures-lite/2.6.1 \ + crate://crates.io/futures-macro/0.3.34 \ + crate://crates.io/futures-sink/0.3.34 \ + crate://crates.io/futures-task/0.3.34 \ + crate://crates.io/futures-timer/3.0.4 \ + crate://crates.io/futures-util/0.3.34 \ + crate://crates.io/gdk-pixbuf/0.22.0 \ + crate://crates.io/gdk-pixbuf-sys/0.22.0 \ + crate://crates.io/gdk4/0.11.4 \ + crate://crates.io/gdk4-sys/0.11.4 \ + crate://crates.io/gdk4-wayland/0.11.4 \ + crate://crates.io/gdk4-wayland-sys/0.11.0 \ + crate://crates.io/gdk4-x11/0.11.4 \ + crate://crates.io/gdk4-x11-sys/0.11.0 \ + crate://crates.io/getrandom/0.4.3 \ + crate://crates.io/gettext-rs/0.8.0 \ + crate://crates.io/gettext-sys/0.27.0 \ + crate://crates.io/gif/0.14.2 \ + crate://crates.io/gio/0.22.8 \ + crate://crates.io/gio-sys/0.22.8 \ + crate://crates.io/gio-unix/0.22.8 \ + crate://crates.io/gio-unix-sys/0.22.0 \ + crate://crates.io/glib/0.22.8 \ + crate://crates.io/glib-macros/0.22.6 \ + crate://crates.io/glib-sys/0.22.8 \ + crate://crates.io/glycin/4.0.0 \ + crate://crates.io/glycin-builtin/4.0.0 \ + crate://crates.io/glycin-common/2.0.0 \ + crate://crates.io/glycin-core/4.0.0 \ + crate://crates.io/glycin-external/4.0.0 \ + crate://crates.io/glycin-image-rs/2.2.0 \ + crate://crates.io/glycin-utils/5.0.0 \ + crate://crates.io/gobject-sys/0.22.6 \ + crate://crates.io/graphene-rs/0.22.8 \ + crate://crates.io/graphene-sys/0.22.8 \ + crate://crates.io/gsk4/0.11.4 \ + crate://crates.io/gsk4-sys/0.11.4 \ + crate://crates.io/gtk4/0.11.4 \ + crate://crates.io/gtk4-macros/0.11.4 \ + crate://crates.io/gtk4-sys/0.11.4 \ + crate://crates.io/gufo/0.5.0 \ + crate://crates.io/gufo-common/2.0.0 \ + crate://crates.io/gufo-exif/0.5.0 \ + crate://crates.io/gufo-jpeg/0.5.1 \ + crate://crates.io/gufo-png/0.5.0 \ + crate://crates.io/gufo-tiff/0.5.0 \ + crate://crates.io/gufo-webp/0.5.0 \ + crate://crates.io/gufo-xmp/0.5.0 \ + crate://crates.io/gvdb/0.10.0 \ + crate://crates.io/gvdb-macros/0.1.16 \ + crate://crates.io/gweather-sys/4.8.0 \ + crate://crates.io/half/2.7.1 \ + crate://crates.io/hashbrown/0.17.1 \ + crate://crates.io/hayro-jpeg2000/0.3.5 \ + crate://crates.io/heck/0.4.1 \ + crate://crates.io/heck/0.5.0 \ + crate://crates.io/hermit-abi/0.5.2 \ + crate://crates.io/hex/0.4.3 \ + crate://crates.io/image/0.25.10 \ + crate://crates.io/image-extras/0.1.1 \ + crate://crates.io/image-webp/0.2.4 \ + crate://crates.io/indexmap/2.14.0 \ + crate://crates.io/itoa/1.0.18 \ + crate://crates.io/jiff/0.2.35 \ + crate://crates.io/jiff-core/0.1.0 \ + crate://crates.io/jiff-static/0.2.35 \ + crate://crates.io/jpeg-encoder/0.7.1 \ + crate://crates.io/js-sys/0.3.104 \ + crate://crates.io/lazy_static/1.5.0 \ + crate://crates.io/lebe/0.5.3 \ + crate://crates.io/libadwaita/0.9.2 \ + crate://crates.io/libadwaita-sys/0.9.2 \ + crate://crates.io/libc/0.2.189 \ + crate://crates.io/libgweather/4.8.0 \ + crate://crates.io/libloading/0.8.9 \ + crate://crates.io/libm/0.2.16 \ + crate://crates.io/libseccomp/0.4.0 \ + crate://crates.io/libseccomp-sys/0.3.0 \ + crate://crates.io/linux-raw-sys/0.12.1 \ + crate://crates.io/litrs/1.0.0 \ + crate://crates.io/locale_config/0.3.0 \ + crate://crates.io/log/0.4.34 \ + crate://crates.io/malloc_buf/0.0.6 \ + crate://crates.io/matchers/0.2.0 \ + crate://crates.io/memchr/2.8.3 \ + crate://crates.io/memmap2/0.9.11 \ + crate://crates.io/memoffset/0.9.1 \ + crate://crates.io/miniz_oxide/0.8.9 \ + crate://crates.io/miniz_oxide/0.9.1 \ + crate://crates.io/moxcms/0.8.1 \ + crate://crates.io/nix/0.31.3 \ + crate://crates.io/nu-ansi-term/0.50.3 \ + crate://crates.io/num-complex/0.4.6 \ + crate://crates.io/num-traits/0.2.19 \ + crate://crates.io/objc/0.2.7 \ + crate://crates.io/objc-foundation/0.1.1 \ + crate://crates.io/objc_id/0.1.1 \ + crate://crates.io/once_cell/1.21.4 \ + crate://crates.io/ordered-stream/0.2.0 \ + crate://crates.io/ouroboros/0.18.5 \ + crate://crates.io/ouroboros_macro/0.18.5 \ + crate://crates.io/pango/0.22.8 \ + crate://crates.io/pango-sys/0.22.0 \ + crate://crates.io/parking/2.2.1 \ + crate://crates.io/paste/1.0.15 \ + crate://crates.io/pin-project-lite/0.2.17 \ + crate://crates.io/piper/0.2.5 \ + crate://crates.io/pkg-config/0.3.34 \ + crate://crates.io/png/0.18.1 \ + crate://crates.io/polling/3.11.0 \ + crate://crates.io/portable-atomic/1.15.0 \ + crate://crates.io/portable-atomic-util/0.2.7 \ + crate://crates.io/proc-macro-crate/3.5.0 \ + crate://crates.io/proc-macro2/1.0.107 \ + crate://crates.io/proc-macro2-diagnostics/0.10.1 \ + crate://crates.io/pulp/0.22.3 \ + crate://crates.io/pulp-wasm-simd-flag/0.1.1 \ + crate://crates.io/pxfm/0.1.30 \ + crate://crates.io/qoi/0.4.1 \ + crate://crates.io/quick-error/2.0.1 \ + crate://crates.io/quick-xml/0.39.4 \ + crate://crates.io/quote/1.0.47 \ + crate://crates.io/r-efi/6.0.0 \ + crate://crates.io/raw-cpuid/11.6.0 \ + crate://crates.io/rayon/1.12.0 \ + crate://crates.io/rayon-core/1.13.0 \ + crate://crates.io/reborrow/0.5.5 \ + crate://crates.io/regex/1.13.1 \ + crate://crates.io/regex-automata/0.4.18 \ + crate://crates.io/regex-syntax/0.8.11 \ + crate://crates.io/rmp/0.8.15 \ + crate://crates.io/rmp-serde/1.3.1 \ + crate://crates.io/rustc_version/0.4.1 \ + crate://crates.io/rustix/1.1.4 \ + crate://crates.io/rustversion/1.0.23 \ + crate://crates.io/same-file/1.0.6 \ + crate://crates.io/semver/1.0.28 \ + crate://crates.io/serde/1.0.229 \ + crate://crates.io/serde_core/1.0.229 \ + crate://crates.io/serde_derive/1.0.229 \ + crate://crates.io/serde_json/1.0.151 \ + crate://crates.io/serde_repr/0.1.21 \ + crate://crates.io/serde_spanned/1.1.1 \ + crate://crates.io/sharded-slab/0.1.7 \ + crate://crates.io/shlex/2.0.1 \ + crate://crates.io/signal-hook-registry/1.4.8 \ + crate://crates.io/simd-adler32/0.3.10 \ + crate://crates.io/slab/0.4.12 \ + crate://crates.io/smallvec/1.15.2 \ + crate://crates.io/static_assertions/1.1.0 \ + crate://crates.io/strum/0.28.0 \ + crate://crates.io/strum_macros/0.28.0 \ + crate://crates.io/syn/2.0.119 \ + crate://crates.io/syn/3.0.4 \ + crate://crates.io/system-deps/7.0.8 \ + crate://crates.io/target-lexicon/0.13.5 \ + crate://crates.io/temp-dir/0.1.16 \ + crate://crates.io/tempfile/3.27.0 \ + crate://crates.io/thiserror/2.0.20 \ + crate://crates.io/thiserror-impl/2.0.20 \ + crate://crates.io/thread_local/1.1.10 \ + crate://crates.io/tiff/0.11.3 \ + crate://crates.io/toml/1.1.4+spec-1.1.0 \ + crate://crates.io/toml_datetime/1.1.1+spec-1.1.0 \ + crate://crates.io/toml_edit/0.25.13+spec-1.1.0 \ + crate://crates.io/toml_parser/1.1.3+spec-1.1.0 \ + crate://crates.io/toml_writer/1.1.2+spec-1.1.0 \ + crate://crates.io/tracing/0.1.44 \ + crate://crates.io/tracing-attributes/0.1.31 \ + crate://crates.io/tracing-core/0.1.36 \ + crate://crates.io/tracing-subscriber/0.3.23 \ + crate://crates.io/uds_windows/1.2.1 \ + crate://crates.io/unicode-ident/1.0.24 \ + crate://crates.io/uuid/1.25.0 \ + crate://crates.io/version-compare/0.2.1 \ + crate://crates.io/version_check/0.9.5 \ + crate://crates.io/walkdir/2.5.0 \ + crate://crates.io/wasm-bindgen/0.2.127 \ + crate://crates.io/wasm-bindgen-macro/0.2.127 \ + crate://crates.io/wasm-bindgen-macro-support/0.2.127 \ + crate://crates.io/wasm-bindgen-shared/0.2.127 \ + crate://crates.io/weezl/0.1.12 \ + crate://crates.io/winapi/0.3.9 \ + crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \ + crate://crates.io/winapi-util/0.1.11 \ + crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \ + crate://crates.io/windows-link/0.2.1 \ + crate://crates.io/windows-sys/0.61.2 \ + crate://crates.io/winnow/1.0.4 \ + crate://crates.io/x11-dl/2.21.0 \ + crate://crates.io/xml/1.4.0 \ + crate://crates.io/yansi/1.0.1 \ + crate://crates.io/yeslogic-fontconfig-sys/6.0.1 \ + crate://crates.io/zbus/5.19.0 \ + crate://crates.io/zbus_macros/5.19.0 \ + crate://crates.io/zbus_names/4.3.4 \ + crate://crates.io/zcheapstr/1.1.0 \ + crate://crates.io/zerocopy/0.8.56 \ + crate://crates.io/zerocopy-derive/0.8.56 \ + crate://crates.io/zmij/1.0.23 \ + crate://crates.io/zune-core/0.5.3 \ + crate://crates.io/zune-inflate/0.2.54 \ + crate://crates.io/zune-jpeg/0.5.15 \ + crate://crates.io/zvariant/5.15.0 \ + crate://crates.io/zvariant_derive/5.15.0 \ + crate://crates.io/zvariant_utils/4.2.0 \ +" + +SRC_URI[adler2-2.0.1.sha256sum] = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" +SRC_URI[aho-corasick-1.1.5.sha256sum] = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" +SRC_URI[aliasable-0.1.3.sha256sum] = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" +SRC_URI[anyhow-1.0.104.sha256sum] = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" +SRC_URI[arc-swap-1.9.2.sha256sum] = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b" +SRC_URI[ashpd-0.13.13.sha256sum] = "fb8421aaa9644a5faf26735f258b669b15f063313ef8f8e2bdb28912a1a6f111" +SRC_URI[async-broadcast-0.7.2.sha256sum] = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" +SRC_URI[async-channel-2.5.0.sha256sum] = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" +SRC_URI[async-executor-1.14.0.sha256sum] = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" +SRC_URI[async-fs-2.2.0.sha256sum] = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" +SRC_URI[async-global-executor-3.1.0.sha256sum] = "13f937e26114b93193065fd44f507aa2e9169ad0cdabbb996920b1fe1ddea7ba" +SRC_URI[async-io-2.6.0.sha256sum] = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" +SRC_URI[async-lock-3.4.2.sha256sum] = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" +SRC_URI[async-process-2.5.0.sha256sum] = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" +SRC_URI[async-recursion-1.1.1.sha256sum] = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" +SRC_URI[async-signal-0.2.14.sha256sum] = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" +SRC_URI[async-task-4.7.1.sha256sum] = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" +SRC_URI[async-trait-0.1.92.sha256sum] = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667" +SRC_URI[atomic-waker-1.1.2.sha256sum] = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" +SRC_URI[autocfg-1.5.1.sha256sum] = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" +SRC_URI[bit_field-0.10.3.sha256sum] = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" +SRC_URI[bitflags-1.3.2.sha256sum] = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +SRC_URI[bitflags-2.13.1.sha256sum] = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" +SRC_URI[block-0.1.6.sha256sum] = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" +SRC_URI[blocking-1.7.0.sha256sum] = "a70e4329df6cb94385eed412ec92375c3cdd8a6e502493d1229b6414e4036dfa" +SRC_URI[bumpalo-3.20.3.sha256sum] = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" +SRC_URI[bytemuck-1.25.2.sha256sum] = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797" +SRC_URI[byteorder-lite-0.1.0.sha256sum] = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" +SRC_URI[cairo-rs-0.22.0.sha256sum] = "5cc8d9aa793480744cd9a0524fef1a2e197d9eaa0f739cde19d16aba530dcb95" +SRC_URI[cairo-sys-rs-0.22.0.sha256sum] = "f8b4985713047f5faee02b8db6a6ef32bbb50269ff53c1aee716d1d195b76d54" +SRC_URI[cc-1.4.4.sha256sum] = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273" +SRC_URI[cfg-expr-0.20.9.sha256sum] = "fe4ece8474b5f766c63426647e7b4b316b67431ade1036a8313cee24a03ae917" +SRC_URI[cfg-if-1.0.4.sha256sum] = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" +SRC_URI[cfg_aliases-0.2.2.sha256sum] = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" +SRC_URI[chrono-0.4.45.sha256sum] = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" +SRC_URI[color_quant-1.1.0.sha256sum] = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" +SRC_URI[concurrent-queue-2.5.0.sha256sum] = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" +SRC_URI[crc32fast-1.5.1.sha256sum] = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550" +SRC_URI[crossbeam-deque-0.8.7.sha256sum] = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" +SRC_URI[crossbeam-epoch-0.9.20.sha256sum] = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" +SRC_URI[crossbeam-utils-0.8.22.sha256sum] = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" +SRC_URI[crunchy-0.2.4.sha256sum] = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" +SRC_URI[defmt-1.1.1.sha256sum] = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1" +SRC_URI[defmt-macros-1.1.1.sha256sum] = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8" +SRC_URI[defmt-parser-1.0.0.sha256sum] = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" +SRC_URI[dlib-0.5.3.sha256sum] = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" +SRC_URI[either-1.18.0.sha256sum] = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34" +SRC_URI[encoding_rs-0.8.35.sha256sum] = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +SRC_URI[endi-1.1.1.sha256sum] = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" +SRC_URI[enumflags2-0.7.12.sha256sum] = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" +SRC_URI[enumflags2_derive-0.7.12.sha256sum] = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" +SRC_URI[env_filter-2.0.0.sha256sum] = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217" +SRC_URI[env_logger-0.11.11.sha256sum] = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6" +SRC_URI[equivalent-1.0.2.sha256sum] = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" +SRC_URI[errno-0.3.14.sha256sum] = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" +SRC_URI[event-listener-5.4.2.sha256sum] = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" +SRC_URI[event-listener-strategy-0.5.4.sha256sum] = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" +SRC_URI[exr-1.74.2.sha256sum] = "711fe42c9964295e01ee3fba3f9fe0e1d24b98886950d68efe81b1c76e21adf3" +SRC_URI[fastrand-2.5.0.sha256sum] = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" +SRC_URI[fax-0.2.7.sha256sum] = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a" +SRC_URI[fdeflate-0.3.7.sha256sum] = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" +SRC_URI[fearless_simd-0.4.1.sha256sum] = "b97b65636e5b9ef369943878ac74335ba1c55c1cb6adbf1e2c293c624248d693" +SRC_URI[field-offset-0.3.6.sha256sum] = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" +SRC_URI[find-msvc-tools-0.1.11.sha256sum] = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890" +SRC_URI[flate2-1.1.9.sha256sum] = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" +SRC_URI[futures-channel-0.3.34.sha256sum] = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4" +SRC_URI[futures-core-0.3.34.sha256sum] = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e" +SRC_URI[futures-executor-0.3.34.sha256sum] = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432" +SRC_URI[futures-io-0.3.34.sha256sum] = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed" +SRC_URI[futures-lite-2.6.1.sha256sum] = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" +SRC_URI[futures-macro-0.3.34.sha256sum] = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44" +SRC_URI[futures-sink-0.3.34.sha256sum] = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d" +SRC_URI[futures-task-0.3.34.sha256sum] = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd" +SRC_URI[futures-timer-3.0.4.sha256sum] = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968" +SRC_URI[futures-util-0.3.34.sha256sum] = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc" +SRC_URI[gdk-pixbuf-0.22.0.sha256sum] = "25f420376dbee041b2db374ce4573892a36222bb3f6c0c43e24f0d67eae9b646" +SRC_URI[gdk-pixbuf-sys-0.22.0.sha256sum] = "48f31b37b1fc4b48b54f6b91b7ef04c18e00b4585d98359dd7b998774bbd91fb" +SRC_URI[gdk4-0.11.4.sha256sum] = "d81e2a6c6ecba2aab60633a98df1868b03fa0bfdce8105edc27c1bccf71f0e39" +SRC_URI[gdk4-sys-0.11.4.sha256sum] = "3d8f608d8d7d229975c4d0d026f5d3071598c4ddab3c5262b0a31840fec78d13" +SRC_URI[gdk4-wayland-0.11.4.sha256sum] = "32d95828dadc0357dee236cc6a5712808bd894d3217159982592ce24f2b8aaf7" +SRC_URI[gdk4-wayland-sys-0.11.0.sha256sum] = "653cafb8715f2ac1c56edaf8060d9360ae3acbe3c6fb61b676a2917d42b668cf" +SRC_URI[gdk4-x11-0.11.4.sha256sum] = "9d892b4cf5a07e90e1390e93cd792975746c68b59f790a2de9e96ce77211ea9a" +SRC_URI[gdk4-x11-sys-0.11.0.sha256sum] = "24d41f2e28f62378b081288914325d73bddbb6ccbbadb41aa6392afc71d27002" +SRC_URI[getrandom-0.4.3.sha256sum] = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" +SRC_URI[gettext-rs-0.8.0.sha256sum] = "9df5e3fa8c077b15fdfa8ce130e2bc73d663b8aaa6d51b71421b8659980b1d80" +SRC_URI[gettext-sys-0.27.0.sha256sum] = "4caa7e4460b196107cc1bb2629488e8b6dbb7f34f6683ea6753c4ac22f590785" +SRC_URI[gif-0.14.2.sha256sum] = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159" +SRC_URI[gio-0.22.8.sha256sum] = "8b3e1f669909c326b9413bde5a742097b8c90a7d78f45326db13668984769ded" +SRC_URI[gio-sys-0.22.8.sha256sum] = "353fdc7da7cd16da916104b1e0e4e7de380ec9c8aaa20d4d742d66310ab4b0d5" +SRC_URI[gio-unix-0.22.8.sha256sum] = "ce8d768735e229742c135afa3d3326604088d2df0679901cdb05e791fe2fbe0a" +SRC_URI[gio-unix-sys-0.22.0.sha256sum] = "44bab97ce39112040216e268f074645f50b31caeb53af708ab5d7e4e67f0dbfd" +SRC_URI[glib-0.22.8.sha256sum] = "ddbcf514bd1881fc1b960e4e52b4e82873f4da3bceddbd58d42827b508888100" +SRC_URI[glib-macros-0.22.6.sha256sum] = "506d23499707c7142898429757e8d9a3871d965239a2cb66dfa05052be6d6f19" +SRC_URI[glib-sys-0.22.8.sha256sum] = "030967459f9f676851872c6304adea7825c6d462ec9b72554c733cf0c5952233" +SRC_URI[glycin-4.0.0.sha256sum] = "dc9bb9cfa3d4db9eab0e2394f0e60fe4071fd31affd1704f2ecccc6bdd24c7b9" +SRC_URI[glycin-builtin-4.0.0.sha256sum] = "b801b326426a0ccb61899174b0a08c2316defd323cfe78be9aa6232a2efdfeac" +SRC_URI[glycin-common-2.0.0.sha256sum] = "f34692fa7314e5108eafaba7621460d958caba839a6d5040f1caba98d7b4a692" +SRC_URI[glycin-core-4.0.0.sha256sum] = "9466e4f18a53312faee414ea85813d6674d4cb5badad059365c4882984b40201" +SRC_URI[glycin-external-4.0.0.sha256sum] = "a7d335778b14437e1339d703afd1ce69e61df8ab5420882b4b7821b9a2ca9d4a" +SRC_URI[glycin-image-rs-2.2.0.sha256sum] = "3df0cbc11fe5d5523575b04f724c82d8d50e2c03830622b655e7d4015eba6472" +SRC_URI[glycin-utils-5.0.0.sha256sum] = "68b112ddb84bd9c1453b119292e38788aa18015d5c12158c1d6fab1b9e353ee7" +SRC_URI[gobject-sys-0.22.6.sha256sum] = "22a861859b887a79cf461359c192c97a57d8fb0229dd291232e57aa11f6fa72c" +SRC_URI[graphene-rs-0.22.8.sha256sum] = "eb856b9c558971c3f13ab692358926da710b046932a4e087aedcc35b040d7dff" +SRC_URI[graphene-sys-0.22.8.sha256sum] = "5c7ffdfde88f3570d3705e0d8a2433e036d387a1f2930bbf47eafcb5f569fd04" +SRC_URI[gsk4-0.11.4.sha256sum] = "b867be1c5f14dcb8f552c0eff6e9a9b1da5f8b43943e8efc3a63c889d84952ff" +SRC_URI[gsk4-sys-0.11.4.sha256sum] = "5b7c7eb2e681ee896646cfb8872b431f24d09f53ba9283289d9b10caa6707088" +SRC_URI[gtk4-0.11.4.sha256sum] = "98a0a0466484f64b07b5b8184d43fa46be78eb0b8e04ae4e179af31d770b76d9" +SRC_URI[gtk4-macros-0.11.4.sha256sum] = "5ac7179400a36a04de039c24206bb841c5596992b907b43b23ee8d5bdc40d00e" +SRC_URI[gtk4-sys-0.11.4.sha256sum] = "82b8f954786af0b1984425c4446b77f5ff6594346181316be3f850caab1c6f01" +SRC_URI[gufo-0.5.0.sha256sum] = "6a16d7faeeb03e2925ac6b0f40630b15b1992d08c50add402f35fde495e44f64" +SRC_URI[gufo-common-2.0.0.sha256sum] = "d583cdde9eb6985dbb6e596d27677e5d353d5eee44763cbf7c7ead3147d337bf" +SRC_URI[gufo-exif-0.5.0.sha256sum] = "e99100988e312c22c6f209663b289e727db3918d06fbcbbc2315149457b42b75" +SRC_URI[gufo-jpeg-0.5.1.sha256sum] = "383907a5c532bff484b2914d649e368e98ce6426829458353fe40070225b07a5" +SRC_URI[gufo-png-0.5.0.sha256sum] = "e5c3065acab6cf458afbe53f73462a0dbf17348a2af3c889183f8714b3bff6fc" +SRC_URI[gufo-tiff-0.5.0.sha256sum] = "e9c77c38e7815b76e08b1943dc67517e02543504c14a29e071a4ddf9bee111ec" +SRC_URI[gufo-webp-0.5.0.sha256sum] = "04d6d3dc0ccd22a30619df68ce347c844d8adb49b822f42660d9a92e6ae14540" +SRC_URI[gufo-xmp-0.5.0.sha256sum] = "903aaa13213b860bbad3565e62f3fbd1087ca9404692ebe53728654653470561" +SRC_URI[gvdb-0.10.0.sha256sum] = "bc3adcee31520d9e6948d21ed883171c4af26c6bc96ac171769b5aba2fa6d486" +SRC_URI[gvdb-macros-0.1.16.sha256sum] = "da74c814e031bedf9606a4403e70a1904443ae91c32618852d5126c34690ffbf" +SRC_URI[gweather-sys-4.8.0.sha256sum] = "5bd48d8a64d00703dc2a77efb2284c07192a1345d0162e0bc15488b55d577f0e" +SRC_URI[half-2.7.1.sha256sum] = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" +SRC_URI[hashbrown-0.17.1.sha256sum] = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" +SRC_URI[hayro-jpeg2000-0.3.5.sha256sum] = "c75ab947623ef4ccaa7acf0579edf7cbb5a73838e3839a7be73335e522f433a1" +SRC_URI[heck-0.4.1.sha256sum] = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" +SRC_URI[hermit-abi-0.5.2.sha256sum] = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" +SRC_URI[hex-0.4.3.sha256sum] = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +SRC_URI[image-0.25.10.sha256sum] = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" +SRC_URI[image-extras-0.1.1.sha256sum] = "60d02eb2c9ccbbab470538fce34c7bc3be7b4e59268e65a3171367b296cdb842" +SRC_URI[image-webp-0.2.4.sha256sum] = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" +SRC_URI[indexmap-2.14.0.sha256sum] = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +SRC_URI[itoa-1.0.18.sha256sum] = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" +SRC_URI[jiff-0.2.35.sha256sum] = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc" +SRC_URI[jiff-core-0.1.0.sha256sum] = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09" +SRC_URI[jiff-static-0.2.35.sha256sum] = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204" +SRC_URI[jpeg-encoder-0.7.1.sha256sum] = "a0370574b86f7eca156b9f298392b5e69a23f8c86f3f865add60bbc2e79467a6" +SRC_URI[js-sys-0.3.104.sha256sum] = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" +SRC_URI[lazy_static-1.5.0.sha256sum] = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" +SRC_URI[lebe-0.5.3.sha256sum] = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" +SRC_URI[libadwaita-0.9.2.sha256sum] = "85b9900e67182a4b5b1f157b448d94f0715c8b9770cce21cf000801917f53bfa" +SRC_URI[libadwaita-sys-0.9.2.sha256sum] = "28d3c27642b389852aa99341bd4a4c19ec6f8a2b63ebdd7f5ba1952198079ccd" +SRC_URI[libc-0.2.189.sha256sum] = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" +SRC_URI[libgweather-4.8.0.sha256sum] = "18dd39da07edc7e068f1b02da95d5813030343cfd94ae1f132d25695ba8e6c9f" +SRC_URI[libloading-0.8.9.sha256sum] = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" +SRC_URI[libm-0.2.16.sha256sum] = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" +SRC_URI[libseccomp-0.4.0.sha256sum] = "0e5310a2c5b6ffbc094b5f70a2ca7b79ed36ad90e6f90994b166489a1bce3fcc" +SRC_URI[libseccomp-sys-0.3.0.sha256sum] = "60276e2d41bbb68b323e566047a1bfbf952050b157d8b5cdc74c07c1bf4ca3b6" +SRC_URI[linux-raw-sys-0.12.1.sha256sum] = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" +SRC_URI[litrs-1.0.0.sha256sum] = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" +SRC_URI[locale_config-0.3.0.sha256sum] = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" +SRC_URI[log-0.4.34.sha256sum] = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" +SRC_URI[malloc_buf-0.0.6.sha256sum] = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" +SRC_URI[matchers-0.2.0.sha256sum] = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" +SRC_URI[memchr-2.8.3.sha256sum] = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" +SRC_URI[memmap2-0.9.11.sha256sum] = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" +SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" +SRC_URI[miniz_oxide-0.8.9.sha256sum] = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +SRC_URI[miniz_oxide-0.9.1.sha256sum] = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c" +SRC_URI[moxcms-0.8.1.sha256sum] = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" +SRC_URI[nix-0.31.3.sha256sum] = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" +SRC_URI[nu-ansi-term-0.50.3.sha256sum] = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" +SRC_URI[num-complex-0.4.6.sha256sum] = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" +SRC_URI[num-traits-0.2.19.sha256sum] = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +SRC_URI[objc-0.2.7.sha256sum] = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" +SRC_URI[objc-foundation-0.1.1.sha256sum] = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" +SRC_URI[objc_id-0.1.1.sha256sum] = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" +SRC_URI[once_cell-1.21.4.sha256sum] = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" +SRC_URI[ordered-stream-0.2.0.sha256sum] = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" +SRC_URI[ouroboros-0.18.5.sha256sum] = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" +SRC_URI[ouroboros_macro-0.18.5.sha256sum] = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" +SRC_URI[pango-0.22.8.sha256sum] = "5d800d8d0de2ad5d0fb046f5344dbaba14a003cf3dd27cc21d85893d35ea316c" +SRC_URI[pango-sys-0.22.0.sha256sum] = "bbd111a20ca90fedf03e09c59783c679c00900f1d8491cca5399f5e33609d5d6" +SRC_URI[parking-2.2.1.sha256sum] = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" +SRC_URI[paste-1.0.15.sha256sum] = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" +SRC_URI[pin-project-lite-0.2.17.sha256sum] = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" +SRC_URI[piper-0.2.5.sha256sum] = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" +SRC_URI[pkg-config-0.3.34.sha256sum] = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548" +SRC_URI[png-0.18.1.sha256sum] = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" +SRC_URI[polling-3.11.0.sha256sum] = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" +SRC_URI[portable-atomic-1.15.0.sha256sum] = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85" +SRC_URI[portable-atomic-util-0.2.7.sha256sum] = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" +SRC_URI[proc-macro-crate-3.5.0.sha256sum] = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" +SRC_URI[proc-macro2-1.0.107.sha256sum] = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" +SRC_URI[proc-macro2-diagnostics-0.10.1.sha256sum] = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" +SRC_URI[pulp-0.22.3.sha256sum] = "046aa45b989642ec2e4717c8e72d677b13edd831a4d3b6cf37d9a3e54912496a" +SRC_URI[pulp-wasm-simd-flag-0.1.1.sha256sum] = "1d8f70e07b9c3962945a74e59ca1c511bba65b6419468acc217c457d93f3c740" +SRC_URI[pxfm-0.1.30.sha256sum] = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea" +SRC_URI[qoi-0.4.1.sha256sum] = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" +SRC_URI[quick-error-2.0.1.sha256sum] = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" +SRC_URI[quick-xml-0.39.4.sha256sum] = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" +SRC_URI[quote-1.0.47.sha256sum] = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" +SRC_URI[r-efi-6.0.0.sha256sum] = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" +SRC_URI[raw-cpuid-11.6.0.sha256sum] = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" +SRC_URI[rayon-1.12.0.sha256sum] = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" +SRC_URI[rayon-core-1.13.0.sha256sum] = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" +SRC_URI[reborrow-0.5.5.sha256sum] = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" +SRC_URI[regex-1.13.1.sha256sum] = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" +SRC_URI[regex-automata-0.4.18.sha256sum] = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" +SRC_URI[regex-syntax-0.8.11.sha256sum] = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" +SRC_URI[rmp-0.8.15.sha256sum] = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" +SRC_URI[rmp-serde-1.3.1.sha256sum] = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" +SRC_URI[rustc_version-0.4.1.sha256sum] = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" +SRC_URI[rustix-1.1.4.sha256sum] = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" +SRC_URI[rustversion-1.0.23.sha256sum] = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" +SRC_URI[same-file-1.0.6.sha256sum] = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +SRC_URI[semver-1.0.28.sha256sum] = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" +SRC_URI[serde-1.0.229.sha256sum] = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" +SRC_URI[serde_core-1.0.229.sha256sum] = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" +SRC_URI[serde_derive-1.0.229.sha256sum] = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" +SRC_URI[serde_json-1.0.151.sha256sum] = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" +SRC_URI[serde_repr-0.1.21.sha256sum] = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" +SRC_URI[serde_spanned-1.1.1.sha256sum] = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" +SRC_URI[sharded-slab-0.1.7.sha256sum] = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" +SRC_URI[shlex-2.0.1.sha256sum] = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" +SRC_URI[signal-hook-registry-1.4.8.sha256sum] = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" +SRC_URI[simd-adler32-0.3.10.sha256sum] = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" +SRC_URI[slab-0.4.12.sha256sum] = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" +SRC_URI[smallvec-1.15.2.sha256sum] = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" +SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" +SRC_URI[strum-0.28.0.sha256sum] = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" +SRC_URI[strum_macros-0.28.0.sha256sum] = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" +SRC_URI[syn-2.0.119.sha256sum] = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" +SRC_URI[syn-3.0.4.sha256sum] = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f" +SRC_URI[system-deps-7.0.8.sha256sum] = "396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7" +SRC_URI[target-lexicon-0.13.5.sha256sum] = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" +SRC_URI[temp-dir-0.1.16.sha256sum] = "83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964" +SRC_URI[tempfile-3.27.0.sha256sum] = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" +SRC_URI[thiserror-2.0.20.sha256sum] = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" +SRC_URI[thiserror-impl-2.0.20.sha256sum] = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" +SRC_URI[thread_local-1.1.10.sha256sum] = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" +SRC_URI[tiff-0.11.3.sha256sum] = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52" +SRC_URI[toml-1.1.4+spec-1.1.0.sha256sum] = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +SRC_URI[toml_datetime-1.1.1+spec-1.1.0.sha256sum] = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" +SRC_URI[toml_edit-0.25.13+spec-1.1.0.sha256sum] = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" +SRC_URI[toml_parser-1.1.3+spec-1.1.0.sha256sum] = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" +SRC_URI[toml_writer-1.1.2+spec-1.1.0.sha256sum] = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" +SRC_URI[tracing-0.1.44.sha256sum] = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" +SRC_URI[tracing-attributes-0.1.31.sha256sum] = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" +SRC_URI[tracing-core-0.1.36.sha256sum] = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" +SRC_URI[tracing-subscriber-0.3.23.sha256sum] = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" +SRC_URI[uds_windows-1.2.1.sha256sum] = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" +SRC_URI[unicode-ident-1.0.24.sha256sum] = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" +SRC_URI[uuid-1.25.0.sha256sum] = "f053576934f05a761a402421fbbe3d425d9366f75f978806a037b3ca481abecc" +SRC_URI[version-compare-0.2.1.sha256sum] = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" +SRC_URI[version_check-0.9.5.sha256sum] = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" +SRC_URI[walkdir-2.5.0.sha256sum] = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +SRC_URI[wasm-bindgen-0.2.127.sha256sum] = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" +SRC_URI[wasm-bindgen-macro-0.2.127.sha256sum] = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" +SRC_URI[wasm-bindgen-macro-support-0.2.127.sha256sum] = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" +SRC_URI[wasm-bindgen-shared-0.2.127.sha256sum] = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" +SRC_URI[weezl-0.1.12.sha256sum] = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" +SRC_URI[winapi-0.3.9.sha256sum] = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +SRC_URI[winapi-i686-pc-windows-gnu-0.4.0.sha256sum] = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" +SRC_URI[winapi-util-0.1.11.sha256sum] = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" +SRC_URI[winapi-x86_64-pc-windows-gnu-0.4.0.sha256sum] = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +SRC_URI[windows-link-0.2.1.sha256sum] = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" +SRC_URI[windows-sys-0.61.2.sha256sum] = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +SRC_URI[winnow-1.0.4.sha256sum] = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" +SRC_URI[x11-dl-2.21.0.sha256sum] = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" +SRC_URI[xml-1.4.0.sha256sum] = "2f45bb2c13fec6a6cb4c0f76a7e94839e110a14ec803ec2940777a94c347bc52" +SRC_URI[yansi-1.0.1.sha256sum] = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" +SRC_URI[yeslogic-fontconfig-sys-6.0.1.sha256sum] = "1d8b8abf912b9a29ff112e1671c97c33636903d13a69712037190e6805af4f76" +SRC_URI[zbus-5.19.0.sha256sum] = "5db4be7c075cb421e4b7ee645541604239bd243ba7c357511f4ff3a74b555907" +SRC_URI[zbus_macros-5.19.0.sha256sum] = "2990635d09ade6df1868f72f8cac69a876a90981e8bd3c40b1be413f8dc88f40" +SRC_URI[zbus_names-4.3.4.sha256sum] = "d8bf88b4a3ff53e883001e0e0115b297a9d53c31b9c1edd2bfdd853e3428624e" +SRC_URI[zcheapstr-1.1.0.sha256sum] = "d1afec51604565183aeb5c54c20aeab286120d4e4460f7f76e3e8bb8c0d99473" +SRC_URI[zerocopy-0.8.56.sha256sum] = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" +SRC_URI[zerocopy-derive-0.8.56.sha256sum] = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" +SRC_URI[zmij-1.0.23.sha256sum] = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" +SRC_URI[zune-core-0.5.3.sha256sum] = "d56377fd46368984a170bc5aac5567e52ca5da874caa60bea39fcbca78fb658b" +SRC_URI[zune-inflate-0.2.54.sha256sum] = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" +SRC_URI[zune-jpeg-0.5.15.sha256sum] = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296" +SRC_URI[zvariant-5.15.0.sha256sum] = "c1d34c27cc6cdd1f458427519dd6b8612f7b7e3f7b9a0b2355d041dda9869147" +SRC_URI[zvariant_derive-5.15.0.sha256sum] = "864155e69b4352db0c7f374917bf45d1e0c8d17659c8b3dbf9795f3673f8c497" +SRC_URI[zvariant_utils-4.2.0.sha256sum] = "bad0294361a320b694a328460dc73add56c306150f5cb6bfafc44446120008a3" diff --git a/meta-gnome/recipes-gnome/loupe/loupe/0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch b/meta-gnome/recipes-gnome/loupe/loupe/0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch new file mode 100644 index 0000000000..3266b946ae --- /dev/null +++ b/meta-gnome/recipes-gnome/loupe/loupe/0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch @@ -0,0 +1,50 @@ +From 4d4d6bc1a5540b182b9e66ff7e16587b6a0167f6 Mon Sep 17 00:00:00 2001 +From: Markus Volk +Date: Tue, 15 Sep 2026 07:26:34 +0200 +Subject: [PATCH] meson: Support cross-compilation via a rust_target cross + property + +cargo is always invoked without --target and the binary is copied from +the native artifact layout (src//), so loupe cannot be +cross-compiled. Read the rust target triple from the cross file's +[properties] (rust_target); when set, pass it as --target and read the +binary from the per-target subdirectory cargo writes to. When it is +unset the build is unchanged. + +AI-Generated: Uses Claude Code (Claude Opus 5) +Upstream-Status: Pending +--- + src/meson.build | 10 +++++++++- + 1 file changed, 9 insertions(+), 1 deletion(-) + +diff --git a/src/meson.build b/src/meson.build +index b5a4130..d33489f 100644 +--- a/src/meson.build ++++ b/src/meson.build +@@ -9,6 +9,14 @@ if gtk4_x11.found() + cargo_options += ['--features', 'x11'] + endif + ++cargo_build_target = meson.get_external_property('rust_target', '') ++if cargo_build_target != '' ++ cargo_options += ['--target', cargo_build_target] ++ cargo_artifact_dir = 'src' / cargo_build_target ++else ++ cargo_artifact_dir = 'src' ++endif ++ + if profile == 'dev' + rust_target = 'debug' + elif profile == 'release' +@@ -48,7 +56,7 @@ custom_target( + output: meson.project_name(), + command: [ + 'cp', +- 'src' / rust_target / meson.project_name(), ++ cargo_artifact_dir / rust_target / meson.project_name(), + '@OUTPUT@', + ], + ) +-- +2.55.0 + diff --git a/meta-gnome/recipes-gnome/loupe/loupe_51.0.bb b/meta-gnome/recipes-gnome/loupe/loupe_51.0.bb new file mode 100644 index 0000000000..cc3d855b56 --- /dev/null +++ b/meta-gnome/recipes-gnome/loupe/loupe_51.0.bb @@ -0,0 +1,75 @@ +SUMMARY = "Image viewer for GNOME" +DESCRIPTION = "Loupe shows images with support for zooming, rotating and printing. \ +Images are loaded via glycin, which decodes them in sandboxed subprocesses." +HOMEPAGE = "https://gitlab.gnome.org/GNOME/loupe" +BUGTRACKER = "https://gitlab.gnome.org/GNOME/loupe/-/issues" +SECTION = "graphics" + +LICENSE = "GPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING.md;md5=97a733ff40c50b4bfc74471e1f6ca88b" + +inherit cargo_common cargo-update-recipe-crates meson pkgconfig gettext itstool gnome-help gsettings gtk-icon-cache mime-xdg features_check + +REQUIRED_DISTRO_FEATURES = "opengl" + +GTKIC_VERSION = "4" + +SRC_URI = "git://gitlab.gnome.org/GNOME/loupe.git;protocol=https;branch=main;tag=${PV} \ + file://0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch \ + " +SRCREV = "0ae0d797d11e18a045b2d383e47a097181b4062b" + +UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/GNOME/loupe/-/tags" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" + +require ${BPN}-crates.inc + +DEPENDS = " \ + cairo \ + desktop-file-utils \ + fontconfig \ + gdk-pixbuf \ + glib-2.0 \ + glib-2.0-native \ + graphene \ + gtk4 \ + hicolor-icon-theme \ + libadwaita \ + libgweather4 \ + libseccomp \ + pango \ +" + +do_write_config:append:class-target() { + cat > ${WORKDIR}/meson-rust.cross <<-EOF + [properties] + rust_target = '${RUST_HOST_SYS}' + EOF +} + +EXTRA_OEMESON:append:class-target = " --cross-file ${WORKDIR}/meson-rust.cross" + +do_configure:prepend() { + cargo_common_do_configure +} + +do_compile:prepend() { + mkdir -p ${B}/cargo-home + install -m 0644 ${CARGO_HOME}/config.toml ${B}/cargo-home/config.toml +} + +EXTRA_OEMESON += "-Dprofile=release" + +export CARGO_NET_OFFLINE = "1" +export CARGO_BUILD_JOBS = "${@oe.utils.cpu_count()}" +export RUSTFLAGS + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" +PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled," + +FILES:${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/metainfo \ +" + +RDEPENDS:${PN} += "glycin-loaders" From patchwork Tue Sep 15 07:43:18 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98295 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 26237C982CE for ; Tue, 15 Sep 2026 07:44:41 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18078.1789458271433288534 for ; Tue, 15 Sep 2026 00:44:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=bSW2JByP; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id A58501C3B7 for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npp-00ds5h0; Tue, 15 Sep 2026 09:44:09 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 02/31] gnome-remote-desktop: upgrade 50.2 -> 51.0 Date: Tue, 15 Sep 2026 09:43:18 +0200 Message-ID: <20260915074347.6003-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458249-C4FF69B9-83766EA2/0/0 CLEAN NORMAL X-TOI-MSGID: 323adca8-f3b1-4b7e-8289-cfab8a47e896 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=z/P4GK+UWWP+ldPsEM3WtDrx67CKqSStzTCcrtUSFP4=; h=From:To:Subject:Date:In-Reply-To:References; b=bSW2JByPOrYoF32C8074s1wvogb42X+QCQFEzvwONnHlQBYd1INdg5AqoZcrYB+RR v3a12gqThtf5J6OTxz8y+I2haQHHcoIKsP/HiYnrUNWjGdK68Ilo9L4W1tKDLgthnN KeFkziv4EV9H2gQ+OK6mGG0UdRrD7R4g3JHLz/nnnuAbceQvRvNmigCaS0Sq4S/zSE Ynnf+q6VRz98fwjWgp2oBd7cQ0xSOwSUVwrY0oB9i9552hhqCQRX3Gvq/IOcLYDULH 3LDajScnTtKBM9LpYHfAnsJFz9xb/wLwZ9gH5+SSSQQtLzanL93mcrEFqoCikQ+EZg jHCEtTf6mVJQQ== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130050 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- ...nome-remote-desktop_50.2.bb => gnome-remote-desktop_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/{gnome-remote-desktop_50.2.bb => gnome-remote-desktop_51.0.bb} (94%) diff --git a/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_50.2.bb b/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_51.0.bb similarity index 94% rename from meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_50.2.bb rename to meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_51.0.bb index 51076d004c..cf6132fa97 100644 --- a/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_50.2.bb +++ b/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_51.0.bb @@ -8,7 +8,7 @@ inherit gnomebase pkgconfig gettext gsettings features_check useradd REQUIRED_DISTRO_FEATURES = "opengl polkit" -SRC_URI[archive.sha256sum] = "31df628f4113573f136ffc8dc001763aed633cd85bed21e58bc61f8a17df091f" +SRC_URI[archive.sha256sum] = "c7954b34da5766288ea19b56026421c9c1fe2c23ef379e57ec209dc0cf13df2b" DEPENDS = " \ asciidoc-native \ From patchwork Tue Sep 15 07:43:19 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98281 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 A9114C88E53 for ; Tue, 15 Sep 2026 07:44:39 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18111.1789458271393364188 for ; Tue, 15 Sep 2026 00:44:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=poL2JEoO; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id B336B1C3BE for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npp-00ds5i0; Tue, 15 Sep 2026 09:44:09 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 03/31] evolution-data-server: upgrade 3.60.2 -> 3.62.0 Date: Tue, 15 Sep 2026 09:43:19 +0200 Message-ID: <20260915074347.6003-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458249-FBD159B9-AEA6C885/0/0 CLEAN NORMAL X-TOI-MSGID: 1863f6ea-b038-4395-b94b-fb23ebfe35c5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=CBXwkzxovgIaKFX0KxO5RNNZW0f3ddRUMdb6rj4oeqI=; h=From:To:Subject:Date:In-Reply-To:References; b=poL2JEoOvEot4o3I6VIGu4zUvwHDFUC4fNLgbZmuXwfBafI+KFb75ZyfZzgWxODay 7lQGvPlcrzvP7oebrSNIK65g5i3Pd79kBf3EhmpBy2jdqQH4wkTSS2WHk6t4KvZqYF /IdtzDkXrNclXgqyD0cZIZ5Bis9SusHRXc6RM8n+hd24V2tNLkv7Qjp6adxzvf7fhW +Ig7ikByQBRwwnq4MB8ideP6BgNILQir+UJRFA1h5vjRqD2X9b9VTcS6WDrkzNBxtu /CMTQbmn5OzNrPwRy2f3q7FDMizj+bQn001kIIV9ZXkqwVagi21W1feOeZh8YIG+p8 ZGvLke406QO/g== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130048 The license headers of camel.h and e-data-server-util.h were converted to SPDX tags; the license itself is unchanged. Point LIC_FILES_CHKSUM at the end of the header comment so that added includes no longer change the checksum. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../evolution-data-server/evolution-data-server.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc index 31db864bcd..8f248c7362 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc @@ -4,12 +4,12 @@ BUGTRACKER = "https://bugzilla.gnome.org/" LICENSE = "LGPL-2.0-only AND LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ - file://src/camel/camel.h;endline=24;md5=4150eec6c74e359401d8ed7f266984b9 \ - file://src/libedataserver/e-data-server-util.h;endline=20;md5=fa7fca32c1bf07f87a52094b414fe7a8 \ + file://src/camel/camel.h;endline=5;md5=fd00ddcc6fd84a9e7c8a3b1f760617da \ + file://src/libedataserver/e-data-server-util.h;endline=7;md5=48ebc221795bd4ff17dec7035065e865 \ " GNOMEBASEBUILDCLASS = "cmake" inherit gnomebase upstream-version-is-even -SRC_URI[archive.sha256sum] = "2084dbdac396371b365d504c1ff45866ba8dca2f1252e5da1d3d9c33abdc1286" -PV = "3.60.2" +SRC_URI[archive.sha256sum] = "78be88e9a511f5afe7ff2e363eade84b622dd0282647fc576edb2d4ff2962cba" +PV = "3.62.0" From patchwork Tue Sep 15 07:43:20 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98294 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 C0D3AC982CD for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18112.1789458271408157670 for ; Tue, 15 Sep 2026 00:44:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=O9+Bkt+W; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id C1D3E1C376 for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npp-00ds5j0; Tue, 15 Sep 2026 09:44:09 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 04/31] gdm: upgrade 50.2 -> 51.0 Date: Tue, 15 Sep 2026 09:43:20 +0200 Message-ID: <20260915074347.6003-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458249-77FFC9B9-BAD6F81D/0/0 CLEAN NORMAL X-TOI-MSGID: e33f6d96-2b19-47fc-84bc-2b70ce195793 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=/Deyzx5xvatcIMLE3d9k0Dy+BrKVJfB5I+q+pl198CU=; h=From:To:Subject:Date:In-Reply-To:References; b=O9+Bkt+WdTxG2yqhfmCjsO39zo6rFeRg39s7V/z6qhNziH41m4rvxwWsn86cg0Bi4 yT1SJ+WEZwcpcXZDlC0XnKCGq7v2mSmm1a/rrN7o6uHap+CFQ5U2rreQI70RpbwwWv CqJmBhM0OQMfROki48To1k3NmCqQyXV53yzs1BegL+m7YJiETtd833r5flV9tuVius Ri3izjGaYohoxUaNsQO1dGI7LldqiwkIECzteqEJBiYkhTo+t1+PordMhUvqSIqCjw LY8gqfARl02f8L5ZCcUGsgFV3zRmNWo/n+PavERoOBuJDbJyRMfw8NUmwv/GaOyxno jBTRMHV2M/srQ== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130049 gdm now installs its PAM service files into the vendor directory ${prefix}/lib/pam.d. libpam is configured with vendordir=${sysconfdir} here, so pass -Dpam-services-dir to keep them in ${sysconfdir}/pam.d, where do_install:append() amends gdm-password. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/gdm/{gdm_50.2.bb => gdm_51.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gdm/{gdm_50.2.bb => gdm_51.0.bb} (94%) diff --git a/meta-gnome/recipes-gnome/gdm/gdm_50.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_51.0.bb similarity index 94% rename from meta-gnome/recipes-gnome/gdm/gdm_50.2.bb rename to meta-gnome/recipes-gnome/gdm/gdm_51.0.bb index c87b958fcd..00e1fd930d 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_50.2.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_51.0.bb @@ -21,7 +21,7 @@ GIR_MESON_OPTION = "" inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check -SRC_URI[archive.sha256sum] = "8a4679e47cddfe8b0a1bd9d3836042deb68fb3e1b0e7e62dfd0631dc5b6fc541" +SRC_URI[archive.sha256sum] = "2ce5acf5a438b8f6dc1d14fd777a911be5eeb2f7ab9a7c4600166205b15d6536" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" PACKAGECONFIG[plymouth] = "-Dplymouth=enabled,-Dplymouth=disabled,plymouth" @@ -30,6 +30,7 @@ PACKAGECONFIG[x11] = "-Dx11-support=true,-Dx11-support=false,xau" EXTRA_OEMESON = " \ -Ddefault-pam-config=openembedded \ -Dpam-mod-dir=${base_libdir}/security \ + -Dpam-services-dir=${sysconfdir}/pam.d \ --cross-file=${WORKDIR}/meson-${PN}.cross \ " From patchwork Tue Sep 15 07:43:21 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98297 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 339F4C982D2 for ; Tue, 15 Sep 2026 07:44:41 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18079.1789458271648498507 for ; Tue, 15 Sep 2026 00:44:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=azEoDYmm; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id D07951C3B8 for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npp-00ds5k0; Tue, 15 Sep 2026 09:44:09 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 05/31] gjs: upgrade 1.88.1 -> 1.90.0 Date: Tue, 15 Sep 2026 09:43:21 +0200 Message-ID: <20260915074347.6003-5-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458249-65FF89B9-69CE36FE/0/0 CLEAN NORMAL X-TOI-MSGID: 9e09d33d-8b62-4a06-89ea-38c55bfd53b6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=2zwyadWxxPiJ/ONDUWnO/WH6zM0AiPvUTNXlsCsUh4s=; h=From:To:Subject:Date:In-Reply-To:References; b=azEoDYmmrGbbpHzu9MX74ABNMpCI2RHQacXVkz/re0wG7DrwB2xOg+dQOfgMzLm5E rDidD7R1yMoc3ZkRqDIBtc/x2u/z/6WFpYbjVXerNFrLmFtzC/XLfUC9SAUkJ9vkzN Lj1eI8nJLdcAUTg/WsrdhUGJFfZj5XKkGx1Co4DFSbnFCCpyUiA3NromO9uLuswbtT SQ/0CKUl1FPqDLN8XpjTGrM4dulAUfmQJN1BmLIt946yXFA9AWXRmWPArxGduvTmhP gRdOm6tUP4ZSn3I4rn0mxF3jevspjMTTKGDZauwoBndXmifm35AQA49uQBAJ42W58c qiObnnJlSM9bA== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130051 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/gjs/{gjs_1.88.1.bb => gjs_1.90.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gjs/{gjs_1.88.1.bb => gjs_1.90.0.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.88.1.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.90.0.bb similarity index 95% rename from meta-gnome/recipes-gnome/gjs/gjs_1.88.1.bb rename to meta-gnome/recipes-gnome/gjs/gjs_1.90.0.bb index 16c8636d84..50bbc20e71 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.88.1.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.90.0.bb @@ -10,7 +10,7 @@ inherit meson pkgconfig gettext gobject-introspection features_check SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BP}.tar.xz;name=archive" SRC_URI += "file://0001-Support-cross-builds-a-bit-better.patch" SRC_URI += "file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch" -SRC_URI[archive.sha256sum] = "767bab80e665d672cb00563c25f0b392a9ec8c2996ed1d4454c698b4c2f0a3d9" +SRC_URI[archive.sha256sum] = "47e9f22b1d4aca841c6c492b449b6de32ff680972183e26fe7b98a45c5c3fee1" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" From patchwork Tue Sep 15 07:43:22 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98299 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 2A6D1C982C3 for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18114.1789458273650019820 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=Y882cOit; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id E12851C3D9 for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npp-00ds5l0; Tue, 15 Sep 2026 09:44:09 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 06/31] glycin: upgrade 2.1.5 -> 2.2.0 Date: Tue, 15 Sep 2026 09:43:22 +0200 Message-ID: <20260915074347.6003-6-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458249-E4FF69B9-25C4D9EC/0/0 CLEAN NORMAL X-TOI-MSGID: 1b8830dc-32fa-4b8e-a1ec-f9bb66cfa1ca DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=TKbyh96YP8j1yfT9set509QzlF3PEnyCC3QTa/jdAM8=; h=From:To:Subject:Date:In-Reply-To:References; b=Y882cOit9SK3S/zfg4GmZz3sfOJ8e40mvqPWin/3wRfV2VPmBnD+GAUeGB8LlL8Ig TONvnDjF6ZsfsYmG80M/6668xKNFJF+AvtG8oUZ3pb7jjjWI7MXIkJBC3BAjXR+dLC 90d17JKCHSGv7Q9OPllSCZsCrkvGj5jeg+j/qovTfo7aeSDncAJ9BAJaBBiiAcF6mh YAvserSwGGdoKUtRcGzIVF2CHZwzJ2KkHAFibn+k3oPGt9Ul1I3dWO2zcQY81k9ms1 Vizu283RfItpLOqop1AE0SvNysWu2EZ8y1PQyQlU1KufhIyDXM95pXcTtOCnMTyJHS MbPFNxflUYe5Q== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130061 Both cross-compilation patches are part of the release now. Upstream handles the rust target via meson.is_cross_build() and the rust_target cross property the recipe already provides. The 2.2 series is released from main, so follow that branch. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../recipes-gnome/glycin/glycin-crates.inc | 674 +++++++++--------- ...oss-compilation-via-a-rust_target-cr.patch | 97 --- ...argo-artifacts-from-the-per-target-s.patch | 31 - .../{glycin_2.1.5.bb => glycin_2.2.0.bb} | 7 +- 4 files changed, 354 insertions(+), 455 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/glycin/glycin/0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch delete mode 100644 meta-gnome/recipes-gnome/glycin/glycin/0002-libglycin-Read-cargo-artifacts-from-the-per-target-s.patch rename meta-gnome/recipes-gnome/glycin/{glycin_2.1.5.bb => glycin_2.2.0.bb} (93%) diff --git a/meta-gnome/recipes-gnome/glycin/glycin-crates.inc b/meta-gnome/recipes-gnome/glycin/glycin-crates.inc index b1a982eff2..4760801a3a 100644 --- a/meta-gnome/recipes-gnome/glycin/glycin-crates.inc +++ b/meta-gnome/recipes-gnome/glycin/glycin-crates.inc @@ -5,9 +5,12 @@ SRC_URI += " \ crate://crates.io/adler2/2.0.1 \ crate://crates.io/ahash/0.8.12 \ crate://crates.io/aho-corasick/1.1.4 \ + crate://crates.io/aliasable/0.1.3 \ + crate://crates.io/alloca/0.4.0 \ crate://crates.io/allocator-api2/0.2.21 \ crate://crates.io/android_system_properties/0.1.5 \ - crate://crates.io/anyhow/1.0.102 \ + crate://crates.io/anes/0.1.6 \ + crate://crates.io/anstyle/1.0.14 \ crate://crates.io/approx/0.5.1 \ crate://crates.io/async-broadcast/0.7.2 \ crate://crates.io/async-channel/2.5.0 \ @@ -18,265 +21,282 @@ SRC_URI += " \ crate://crates.io/async-lock/3.4.2 \ crate://crates.io/async-process/2.5.0 \ crate://crates.io/async-recursion/1.1.1 \ - crate://crates.io/async-signal/0.2.13 \ + crate://crates.io/async-signal/0.2.14 \ crate://crates.io/async-task/4.7.1 \ - crate://crates.io/async-trait/0.1.89 \ + crate://crates.io/async-trait/0.1.91 \ crate://crates.io/atomic-waker/1.1.2 \ - crate://crates.io/autocfg/1.5.0 \ + crate://crates.io/autocfg/1.5.1 \ crate://crates.io/bit_field/0.10.3 \ - crate://crates.io/bitflags/2.11.0 \ + crate://crates.io/bitflags/1.3.2 \ + crate://crates.io/bitflags/2.13.1 \ crate://crates.io/bitreader/0.3.11 \ crate://crates.io/blocking/1.6.2 \ - crate://crates.io/bon/3.9.0 \ - crate://crates.io/bon-macros/3.9.0 \ - crate://crates.io/bumpalo/3.20.2 \ - crate://crates.io/bytemuck/1.25.0 \ + crate://crates.io/bon/3.9.3 \ + crate://crates.io/bon-macros/3.9.3 \ + crate://crates.io/bumpalo/3.20.3 \ + crate://crates.io/bytemuck/1.25.2 \ crate://crates.io/byteorder/1.5.0 \ crate://crates.io/byteorder-lite/0.1.0 \ - crate://crates.io/bytes/1.11.1 \ + crate://crates.io/bytes/1.12.1 \ crate://crates.io/cairo-rs/0.22.0 \ crate://crates.io/cairo-sys-rs/0.22.0 \ - crate://crates.io/cc/1.2.56 \ - crate://crates.io/cfg-expr/0.20.7 \ + crate://crates.io/cast/0.3.0 \ + crate://crates.io/cc/1.4.0 \ + crate://crates.io/cfg-expr/0.20.8 \ crate://crates.io/cfg-if/1.0.4 \ - crate://crates.io/cfg_aliases/0.2.1 \ - crate://crates.io/chrono/0.4.44 \ + crate://crates.io/cfg_aliases/0.2.2 \ + crate://crates.io/chrono/0.4.45 \ + crate://crates.io/ciborium/0.2.2 \ + crate://crates.io/ciborium-io/0.2.2 \ + crate://crates.io/ciborium-ll/0.2.2 \ + crate://crates.io/clap/4.6.4 \ + crate://crates.io/clap_builder/4.6.2 \ + crate://crates.io/clap_lex/1.1.0 \ crate://crates.io/color_quant/1.1.0 \ crate://crates.io/concurrent-queue/2.5.0 \ crate://crates.io/core-foundation-sys/0.8.7 \ crate://crates.io/crc32fast/1.5.0 \ - crate://crates.io/crossbeam-deque/0.8.6 \ - crate://crates.io/crossbeam-epoch/0.9.18 \ - crate://crates.io/crossbeam-utils/0.8.21 \ + crate://crates.io/criterion/0.8.2 \ + crate://crates.io/criterion-plot/0.8.2 \ + crate://crates.io/crossbeam-deque/0.8.7 \ + crate://crates.io/crossbeam-epoch/0.9.20 \ + crate://crates.io/crossbeam-utils/0.8.22 \ crate://crates.io/crunchy/0.2.4 \ crate://crates.io/darling/0.23.0 \ crate://crates.io/darling_core/0.23.0 \ crate://crates.io/darling_macro/0.23.0 \ + crate://crates.io/defmt/1.1.1 \ + crate://crates.io/defmt-macros/1.1.1 \ + crate://crates.io/defmt-parser/1.0.0 \ crate://crates.io/dlib/0.5.3 \ - crate://crates.io/dunce/1.0.5 \ - crate://crates.io/either/1.15.0 \ + crate://crates.io/either/1.17.0 \ crate://crates.io/encoding_rs/0.8.35 \ crate://crates.io/endi/1.1.1 \ crate://crates.io/enumflags2/0.7.12 \ crate://crates.io/enumflags2_derive/0.7.12 \ crate://crates.io/enumn/0.1.14 \ - crate://crates.io/env_filter/1.0.0 \ - crate://crates.io/env_logger/0.11.9 \ + crate://crates.io/env_filter/2.0.0 \ + crate://crates.io/env_logger/0.11.11 \ crate://crates.io/equivalent/1.0.2 \ crate://crates.io/errno/0.3.14 \ - crate://crates.io/event-listener/5.4.1 \ + crate://crates.io/event-listener/5.4.2 \ crate://crates.io/event-listener-strategy/0.5.4 \ - crate://crates.io/exr/1.74.0 \ - crate://crates.io/fallible_collections/0.5.1 \ - crate://crates.io/fastrand/2.3.0 \ - crate://crates.io/fax/0.2.6 \ - crate://crates.io/fax_derive/0.2.0 \ + crate://crates.io/exr/1.74.2 \ + crate://crates.io/fallible_collections/0.5.2 \ + crate://crates.io/fastrand/2.5.0 \ + crate://crates.io/fax/0.2.7 \ crate://crates.io/fdeflate/0.3.7 \ - crate://crates.io/fearless_simd/0.3.0 \ + crate://crates.io/fearless_simd/0.4.1 \ crate://crates.io/find-msvc-tools/0.1.9 \ crate://crates.io/flate2/1.1.9 \ - crate://crates.io/foldhash/0.1.5 \ - crate://crates.io/foreign-types/0.5.0 \ - crate://crates.io/foreign-types-macros/0.2.3 \ - crate://crates.io/foreign-types-shared/0.3.1 \ crate://crates.io/four-cc/0.4.0 \ - crate://crates.io/futures-channel/0.3.32 \ - crate://crates.io/futures-core/0.3.32 \ - crate://crates.io/futures-executor/0.3.32 \ - crate://crates.io/futures-io/0.3.32 \ + crate://crates.io/futures-channel/0.3.33 \ + crate://crates.io/futures-core/0.3.33 \ + crate://crates.io/futures-executor/0.3.33 \ + crate://crates.io/futures-io/0.3.33 \ crate://crates.io/futures-lite/2.6.1 \ - crate://crates.io/futures-macro/0.3.32 \ - crate://crates.io/futures-task/0.3.32 \ - crate://crates.io/futures-timer/3.0.3 \ - crate://crates.io/futures-util/0.3.32 \ + crate://crates.io/futures-macro/0.3.33 \ + crate://crates.io/futures-sink/0.3.33 \ + crate://crates.io/futures-task/0.3.33 \ + crate://crates.io/futures-timer/3.0.4 \ + crate://crates.io/futures-util/0.3.33 \ crate://crates.io/gdk-pixbuf/0.22.0 \ crate://crates.io/gdk-pixbuf-sys/0.22.0 \ - crate://crates.io/gdk4/0.11.0 \ - crate://crates.io/gdk4-sys/0.11.0 \ + crate://crates.io/gdk4/0.11.4 \ + crate://crates.io/gdk4-sys/0.11.4 \ crate://crates.io/getopts/0.2.24 \ - crate://crates.io/getrandom/0.3.4 \ - crate://crates.io/getrandom/0.4.1 \ - crate://crates.io/gif/0.14.1 \ - crate://crates.io/gio/0.22.2 \ - crate://crates.io/gio-sys/0.22.0 \ - crate://crates.io/gio-unix/0.22.0 \ + crate://crates.io/getrandom/0.4.3 \ + crate://crates.io/gif/0.14.2 \ + crate://crates.io/gio/0.22.8 \ + crate://crates.io/gio-sys/0.22.8 \ + crate://crates.io/gio-unix/0.22.8 \ crate://crates.io/gio-unix-sys/0.22.0 \ - crate://crates.io/glib/0.22.2 \ - crate://crates.io/glib-macros/0.22.2 \ - crate://crates.io/glib-sys/0.22.0 \ - crate://crates.io/gobject-sys/0.22.0 \ - crate://crates.io/gufo/0.4.1 \ - crate://crates.io/gufo-common/1.1.0 \ - crate://crates.io/gufo-exif/0.4.0 \ - crate://crates.io/gufo-jpeg/0.4.0 \ - crate://crates.io/gufo-png/0.4.1 \ - crate://crates.io/gufo-tiff/0.4.0 \ - crate://crates.io/gufo-webp/0.4.0 \ - crate://crates.io/gufo-xmp/0.4.0 \ + crate://crates.io/glib/0.22.8 \ + crate://crates.io/glib-macros/0.22.6 \ + crate://crates.io/glib-sys/0.22.8 \ + crate://crates.io/gobject-sys/0.22.6 \ + crate://crates.io/gufo/0.5.0 \ + crate://crates.io/gufo-common/2.0.0 \ + crate://crates.io/gufo-exif/0.5.0 \ + crate://crates.io/gufo-jpeg/0.5.1 \ + crate://crates.io/gufo-png/0.5.0 \ + crate://crates.io/gufo-svg/0.5.0 \ + crate://crates.io/gufo-tiff/0.5.0 \ + crate://crates.io/gufo-webp/0.5.0 \ + crate://crates.io/gufo-xmp/0.5.0 \ crate://crates.io/half/2.7.1 \ crate://crates.io/hashbrown/0.14.5 \ - crate://crates.io/hashbrown/0.15.5 \ - crate://crates.io/hashbrown/0.16.1 \ - crate://crates.io/hayro-jpeg2000/0.3.4 \ + crate://crates.io/hashbrown/0.17.1 \ + crate://crates.io/hayro-jpeg2000/0.3.5 \ + crate://crates.io/heck/0.4.1 \ crate://crates.io/heck/0.5.0 \ crate://crates.io/hermit-abi/0.5.2 \ crate://crates.io/hex/0.4.3 \ crate://crates.io/iana-time-zone/0.1.65 \ crate://crates.io/iana-time-zone-haiku/0.1.2 \ - crate://crates.io/id-arena/2.3.0 \ crate://crates.io/ident_case/1.0.1 \ crate://crates.io/image/0.25.10 \ - crate://crates.io/image-extras/0.1.0 \ + crate://crates.io/image-extras/0.1.1 \ crate://crates.io/image-webp/0.2.4 \ - crate://crates.io/indexmap/2.13.0 \ - crate://crates.io/itoa/1.0.17 \ - crate://crates.io/jiff/0.2.23 \ - crate://crates.io/jiff-static/0.2.23 \ - crate://crates.io/jobserver/0.1.34 \ + crate://crates.io/indexmap/2.14.0 \ + crate://crates.io/itertools/0.13.0 \ + crate://crates.io/itoa/1.0.18 \ + crate://crates.io/jiff/0.2.35 \ + crate://crates.io/jiff-core/0.1.0 \ + crate://crates.io/jiff-static/0.2.35 \ crate://crates.io/jpeg-decoder/0.3.2 \ - crate://crates.io/jpeg-encoder/0.7.0 \ - crate://crates.io/jpegxl-rs/0.12.0+libjxl-0.11.1 \ - crate://crates.io/jpegxl-sys/0.12.0+libjxl-0.11.1 \ - crate://crates.io/js-sys/0.3.91 \ + crate://crates.io/jpeg-encoder/0.7.1 \ + crate://crates.io/jpegxl-rs/0.14.0+libjxl-0.11.2 \ + crate://crates.io/jpegxl-sys/0.12.1+libjxl-0.11.2 \ + crate://crates.io/js-sys/0.3.103 \ crate://crates.io/lazy_static/1.5.0 \ - crate://crates.io/lcms2/6.1.1 \ - crate://crates.io/lcms2-sys/4.0.6 \ - crate://crates.io/leb128fmt/0.1.0 \ crate://crates.io/lebe/0.5.3 \ - crate://crates.io/libc/0.2.183 \ + crate://crates.io/libc/0.2.189 \ crate://crates.io/libheif-rs/2.7.0 \ - crate://crates.io/libheif-sys/5.2.0+1.21.2 \ + crate://crates.io/libheif-sys/5.3.0+1.23.0 \ crate://crates.io/libloading/0.8.9 \ + crate://crates.io/libm/0.2.16 \ crate://crates.io/libopenraw/0.4.0-alpha.12 \ crate://crates.io/librsvg-rebind/0.3.0 \ crate://crates.io/librsvg-rebind-sys/0.3.0 \ crate://crates.io/libseccomp/0.4.0 \ crate://crates.io/libseccomp-sys/0.3.0 \ crate://crates.io/linux-raw-sys/0.12.1 \ - crate://crates.io/log/0.4.29 \ + crate://crates.io/log/0.4.33 \ crate://crates.io/matchers/0.2.0 \ - crate://crates.io/matrixmultiply/0.3.10 \ - crate://crates.io/memchr/2.8.0 \ - crate://crates.io/memfd/0.6.5 \ + crate://crates.io/matrixmultiply/0.3.11 \ + crate://crates.io/memchr/2.8.3 \ crate://crates.io/memmap2/0.9.11 \ crate://crates.io/memoffset/0.9.1 \ crate://crates.io/miniz_oxide/0.8.9 \ - crate://crates.io/miniz_oxide/0.9.0 \ - crate://crates.io/mio/1.1.1 \ + crate://crates.io/miniz_oxide/0.9.1 \ + crate://crates.io/mio/1.2.2 \ crate://crates.io/moxcms/0.8.1 \ crate://crates.io/multiversion/0.8.0 \ crate://crates.io/multiversion-macros/0.8.0 \ - crate://crates.io/nalgebra/0.33.2 \ + crate://crates.io/nalgebra/0.33.3 \ crate://crates.io/nalgebra-macros/0.2.2 \ - crate://crates.io/nix/0.30.1 \ + crate://crates.io/nix/0.31.3 \ crate://crates.io/nu-ansi-term/0.50.3 \ - crate://crates.io/num-bigint/0.4.6 \ + crate://crates.io/num-bigint/0.4.8 \ crate://crates.io/num-complex/0.4.6 \ crate://crates.io/num-integer/0.1.46 \ crate://crates.io/num-rational/0.4.2 \ crate://crates.io/num-traits/0.2.19 \ - crate://crates.io/num_enum/0.7.5 \ - crate://crates.io/num_enum_derive/0.7.5 \ - crate://crates.io/once_cell/1.21.3 \ + crate://crates.io/num_enum/0.7.6 \ + crate://crates.io/num_enum_derive/0.7.6 \ + crate://crates.io/once_cell/1.21.4 \ + crate://crates.io/oorandom/11.1.5 \ crate://crates.io/ordered-stream/0.2.0 \ - crate://crates.io/pango/0.22.0 \ + crate://crates.io/ouroboros/0.18.5 \ + crate://crates.io/ouroboros_macro/0.18.5 \ + crate://crates.io/page_size/0.6.0 \ + crate://crates.io/pango/0.22.8 \ crate://crates.io/pango-sys/0.22.0 \ crate://crates.io/parking/2.2.1 \ crate://crates.io/paste/1.0.15 \ crate://crates.io/pin-project-lite/0.2.17 \ crate://crates.io/piper/0.2.5 \ - crate://crates.io/pkg-config/0.3.32 \ + crate://crates.io/pkg-config/0.3.33 \ + crate://crates.io/plotters/0.3.7 \ + crate://crates.io/plotters-backend/0.3.7 \ + crate://crates.io/plotters-svg/0.3.7 \ crate://crates.io/png/0.18.1 \ crate://crates.io/polling/3.11.0 \ - crate://crates.io/portable-atomic/1.13.1 \ - crate://crates.io/portable-atomic-util/0.2.5 \ + crate://crates.io/portable-atomic/1.14.0 \ + crate://crates.io/portable-atomic-util/0.2.7 \ crate://crates.io/prettyplease/0.2.37 \ - crate://crates.io/proc-macro-crate/3.4.0 \ - crate://crates.io/proc-macro2/1.0.106 \ - crate://crates.io/pxfm/0.1.28 \ + crate://crates.io/proc-macro-crate/3.5.0 \ + crate://crates.io/proc-macro2/1.0.107 \ + crate://crates.io/proc-macro2-diagnostics/0.10.1 \ + crate://crates.io/pulp/0.22.3 \ + crate://crates.io/pulp-wasm-simd-flag/0.1.1 \ + crate://crates.io/pxfm/0.1.30 \ crate://crates.io/qoi/0.4.1 \ crate://crates.io/quick-error/2.0.1 \ - crate://crates.io/quote/1.0.45 \ - crate://crates.io/r-efi/5.3.0 \ + crate://crates.io/quote/1.0.47 \ + crate://crates.io/r-efi/6.0.0 \ + crate://crates.io/raw-cpuid/11.6.0 \ crate://crates.io/rawpointer/0.2.1 \ - crate://crates.io/rayon/1.11.0 \ + crate://crates.io/rayon/1.12.0 \ crate://crates.io/rayon-core/1.13.0 \ - crate://crates.io/regex-automata/0.4.14 \ - crate://crates.io/regex-syntax/0.8.10 \ + crate://crates.io/reborrow/0.5.5 \ + crate://crates.io/regex/1.13.1 \ + crate://crates.io/regex-automata/0.4.16 \ + crate://crates.io/regex-syntax/0.8.11 \ crate://crates.io/rmp/0.8.15 \ crate://crates.io/rmp-serde/1.3.1 \ crate://crates.io/rustix/1.1.4 \ - crate://crates.io/rustversion/1.0.22 \ + crate://crates.io/rustversion/1.0.23 \ crate://crates.io/ryu/1.0.23 \ crate://crates.io/safe-transmute/0.11.3 \ crate://crates.io/safe_arch/0.7.4 \ crate://crates.io/same-file/1.0.6 \ - crate://crates.io/semver/1.0.27 \ - crate://crates.io/serde/1.0.228 \ - crate://crates.io/serde_core/1.0.228 \ - crate://crates.io/serde_derive/1.0.228 \ - crate://crates.io/serde_json/1.0.149 \ - crate://crates.io/serde_repr/0.1.20 \ - crate://crates.io/serde_spanned/1.0.4 \ + crate://crates.io/serde/1.0.229 \ + crate://crates.io/serde_core/1.0.229 \ + crate://crates.io/serde_derive/1.0.229 \ + crate://crates.io/serde_json/1.0.151 \ + crate://crates.io/serde_repr/0.1.21 \ + crate://crates.io/serde_spanned/1.1.1 \ crate://crates.io/serde_yaml_ng/0.10.0 \ crate://crates.io/sharded-slab/0.1.7 \ crate://crates.io/shell-words/1.1.1 \ - crate://crates.io/shlex/1.3.0 \ + crate://crates.io/shlex/2.0.1 \ crate://crates.io/signal-hook-registry/1.4.8 \ crate://crates.io/simba/0.9.1 \ - crate://crates.io/simd-adler32/0.3.8 \ + crate://crates.io/simd-adler32/0.3.10 \ crate://crates.io/simple_logger/5.2.0 \ crate://crates.io/slab/0.4.12 \ - crate://crates.io/smallvec/1.15.1 \ - crate://crates.io/socket2/0.6.3 \ + crate://crates.io/smallvec/1.15.2 \ + crate://crates.io/socket2/0.6.5 \ crate://crates.io/static_assertions/1.1.0 \ crate://crates.io/strsim/0.11.1 \ - crate://crates.io/syn/2.0.117 \ - crate://crates.io/system-deps/7.0.7 \ + crate://crates.io/syn/2.0.119 \ + crate://crates.io/syn/3.0.3 \ + crate://crates.io/system-deps/7.0.8 \ crate://crates.io/target-features/0.1.6 \ - crate://crates.io/target-lexicon/0.13.3 \ - crate://crates.io/tempfile/3.26.0 \ - crate://crates.io/thiserror/2.0.18 \ - crate://crates.io/thiserror-impl/2.0.18 \ - crate://crates.io/thread_local/1.1.9 \ + crate://crates.io/target-lexicon/0.13.5 \ + crate://crates.io/tempfile/3.27.0 \ + crate://crates.io/thiserror/2.0.19 \ + crate://crates.io/thiserror-impl/2.0.19 \ + crate://crates.io/thread_local/1.1.10 \ crate://crates.io/tiff/0.11.3 \ - crate://crates.io/tokio/1.50.0 \ - crate://crates.io/tokio-stream/0.1.18 \ - crate://crates.io/toml/0.9.12+spec-1.1.0 \ - crate://crates.io/toml_datetime/0.7.5+spec-1.1.0 \ - crate://crates.io/toml_edit/0.23.10+spec-1.0.0 \ - crate://crates.io/toml_parser/1.0.9+spec-1.1.0 \ - crate://crates.io/toml_writer/1.0.6+spec-1.1.0 \ + crate://crates.io/tinytemplate/1.2.1 \ + crate://crates.io/tokio/1.53.1 \ + crate://crates.io/tokio-stream/0.1.19 \ + crate://crates.io/toml/1.1.4+spec-1.1.0 \ + crate://crates.io/toml_datetime/1.1.1+spec-1.1.0 \ + crate://crates.io/toml_edit/0.25.13+spec-1.1.0 \ + crate://crates.io/toml_parser/1.1.3+spec-1.1.0 \ + crate://crates.io/toml_writer/1.1.2+spec-1.1.0 \ crate://crates.io/tracing/0.1.44 \ crate://crates.io/tracing-attributes/0.1.31 \ crate://crates.io/tracing-core/0.1.36 \ crate://crates.io/tracing-log/0.2.0 \ - crate://crates.io/tracing-subscriber/0.3.22 \ - crate://crates.io/typenum/1.19.0 \ + crate://crates.io/tracing-subscriber/0.3.23 \ + crate://crates.io/typenum/1.20.1 \ crate://crates.io/uds_windows/1.2.1 \ crate://crates.io/unicode-ident/1.0.24 \ crate://crates.io/unicode-width/0.2.2 \ - crate://crates.io/unicode-xid/0.2.6 \ crate://crates.io/unsafe-libyaml/0.2.11 \ - crate://crates.io/uuid/1.22.0 \ + crate://crates.io/uuid/1.24.0 \ crate://crates.io/valuable/0.1.1 \ crate://crates.io/vcpkg/0.2.15 \ crate://crates.io/version-compare/0.2.1 \ crate://crates.io/version_check/0.9.5 \ crate://crates.io/walkdir/2.5.0 \ crate://crates.io/wasi/0.11.1+wasi-snapshot-preview1 \ - crate://crates.io/wasip2/1.0.2+wasi-0.2.9 \ - crate://crates.io/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06 \ - crate://crates.io/wasm-bindgen/0.2.114 \ - crate://crates.io/wasm-bindgen-macro/0.2.114 \ - crate://crates.io/wasm-bindgen-macro-support/0.2.114 \ - crate://crates.io/wasm-bindgen-shared/0.2.114 \ - crate://crates.io/wasm-encoder/0.244.0 \ - crate://crates.io/wasm-metadata/0.244.0 \ - crate://crates.io/wasmparser/0.244.0 \ + crate://crates.io/wasm-bindgen/0.2.126 \ + crate://crates.io/wasm-bindgen-macro/0.2.126 \ + crate://crates.io/wasm-bindgen-macro-support/0.2.126 \ + crate://crates.io/wasm-bindgen-shared/0.2.126 \ + crate://crates.io/web-sys/0.3.103 \ crate://crates.io/weezl/0.1.12 \ crate://crates.io/wide/0.7.33 \ + crate://crates.io/winapi/0.3.9 \ + crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \ crate://crates.io/winapi-util/0.1.11 \ + crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \ crate://crates.io/windows-core/0.62.2 \ crate://crates.io/windows-implement/0.60.2 \ crate://crates.io/windows-interface/0.59.3 \ @@ -284,35 +304,33 @@ SRC_URI += " \ crate://crates.io/windows-result/0.4.1 \ crate://crates.io/windows-strings/0.5.1 \ crate://crates.io/windows-sys/0.61.2 \ - crate://crates.io/winnow/0.7.15 \ - crate://crates.io/wit-bindgen/0.51.0 \ - crate://crates.io/wit-bindgen-core/0.51.0 \ - crate://crates.io/wit-bindgen-rust/0.51.0 \ - crate://crates.io/wit-bindgen-rust-macro/0.51.0 \ - crate://crates.io/wit-component/0.244.0 \ - crate://crates.io/wit-parser/0.244.0 \ - crate://crates.io/xml-rs/0.8.28 \ - crate://crates.io/yeslogic-fontconfig-sys/6.0.0 \ - crate://crates.io/zbus/5.14.0 \ - crate://crates.io/zbus_macros/5.14.0 \ - crate://crates.io/zbus_names/4.3.1 \ - crate://crates.io/zerocopy/0.8.42 \ - crate://crates.io/zerocopy-derive/0.8.42 \ - crate://crates.io/zmij/1.0.21 \ + crate://crates.io/winnow/1.0.4 \ + crate://crates.io/xml/1.3.0 \ + crate://crates.io/yansi/1.0.1 \ + crate://crates.io/yeslogic-fontconfig-sys/6.0.1 \ + crate://crates.io/zbus/5.18.0 \ + crate://crates.io/zbus_macros/5.18.0 \ + crate://crates.io/zbus_names/4.3.4 \ + crate://crates.io/zerocopy/0.8.55 \ + crate://crates.io/zerocopy-derive/0.8.55 \ + crate://crates.io/zmij/1.0.23 \ crate://crates.io/zune-core/0.5.1 \ crate://crates.io/zune-inflate/0.2.54 \ - crate://crates.io/zune-jpeg/0.5.12 \ - crate://crates.io/zvariant/5.10.0 \ - crate://crates.io/zvariant_derive/5.10.0 \ - crate://crates.io/zvariant_utils/3.3.0 \ + crate://crates.io/zune-jpeg/0.5.15 \ + crate://crates.io/zvariant/5.13.1 \ + crate://crates.io/zvariant_derive/5.13.1 \ + crate://crates.io/zvariant_utils/3.5.0 \ " SRC_URI[adler2-2.0.1.sha256sum] = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" SRC_URI[ahash-0.8.12.sha256sum] = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" SRC_URI[aho-corasick-1.1.4.sha256sum] = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" +SRC_URI[aliasable-0.1.3.sha256sum] = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" +SRC_URI[alloca-0.4.0.sha256sum] = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4" SRC_URI[allocator-api2-0.2.21.sha256sum] = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" SRC_URI[android_system_properties-0.1.5.sha256sum] = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" -SRC_URI[anyhow-1.0.102.sha256sum] = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +SRC_URI[anes-0.1.6.sha256sum] = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" +SRC_URI[anstyle-1.0.14.sha256sum] = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" SRC_URI[approx-0.5.1.sha256sum] = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" SRC_URI[async-broadcast-0.7.2.sha256sum] = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" SRC_URI[async-channel-2.5.0.sha256sum] = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" @@ -323,265 +341,282 @@ SRC_URI[async-io-2.6.0.sha256sum] = "456b8a8feb6f42d237746d4b3e9a178494627745c3c SRC_URI[async-lock-3.4.2.sha256sum] = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" SRC_URI[async-process-2.5.0.sha256sum] = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" SRC_URI[async-recursion-1.1.1.sha256sum] = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" -SRC_URI[async-signal-0.2.13.sha256sum] = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" +SRC_URI[async-signal-0.2.14.sha256sum] = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" SRC_URI[async-task-4.7.1.sha256sum] = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" -SRC_URI[async-trait-0.1.89.sha256sum] = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" +SRC_URI[async-trait-0.1.91.sha256sum] = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" SRC_URI[atomic-waker-1.1.2.sha256sum] = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" -SRC_URI[autocfg-1.5.0.sha256sum] = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" +SRC_URI[autocfg-1.5.1.sha256sum] = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" SRC_URI[bit_field-0.10.3.sha256sum] = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" -SRC_URI[bitflags-2.11.0.sha256sum] = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" +SRC_URI[bitflags-1.3.2.sha256sum] = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +SRC_URI[bitflags-2.13.1.sha256sum] = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" SRC_URI[bitreader-0.3.11.sha256sum] = "886559b1e163d56c765bc3a985febb4eee8009f625244511d8ee3c432e08c066" SRC_URI[blocking-1.6.2.sha256sum] = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" -SRC_URI[bon-3.9.0.sha256sum] = "2d13a61f2963b88eef9c1be03df65d42f6996dfeac1054870d950fcf66686f83" -SRC_URI[bon-macros-3.9.0.sha256sum] = "d314cc62af2b6b0c65780555abb4d02a03dd3b799cd42419044f0c38d99738c0" -SRC_URI[bumpalo-3.20.2.sha256sum] = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" -SRC_URI[bytemuck-1.25.0.sha256sum] = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" +SRC_URI[bon-3.9.3.sha256sum] = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561" +SRC_URI[bon-macros-3.9.3.sha256sum] = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" +SRC_URI[bumpalo-3.20.3.sha256sum] = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" +SRC_URI[bytemuck-1.25.2.sha256sum] = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797" SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" SRC_URI[byteorder-lite-0.1.0.sha256sum] = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" -SRC_URI[bytes-1.11.1.sha256sum] = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" +SRC_URI[bytes-1.12.1.sha256sum] = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" SRC_URI[cairo-rs-0.22.0.sha256sum] = "5cc8d9aa793480744cd9a0524fef1a2e197d9eaa0f739cde19d16aba530dcb95" SRC_URI[cairo-sys-rs-0.22.0.sha256sum] = "f8b4985713047f5faee02b8db6a6ef32bbb50269ff53c1aee716d1d195b76d54" -SRC_URI[cc-1.2.56.sha256sum] = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" -SRC_URI[cfg-expr-0.20.7.sha256sum] = "3c6b04e07d8080154ed4ac03546d9a2b303cc2fe1901ba0b35b301516e289368" +SRC_URI[cast-0.3.0.sha256sum] = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" +SRC_URI[cc-1.4.0.sha256sum] = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9" +SRC_URI[cfg-expr-0.20.8.sha256sum] = "fb693542bcafa528e198be0ebd9d3632ca5b7c93dbe7237460e199910835997c" SRC_URI[cfg-if-1.0.4.sha256sum] = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" -SRC_URI[cfg_aliases-0.2.1.sha256sum] = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" -SRC_URI[chrono-0.4.44.sha256sum] = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" +SRC_URI[cfg_aliases-0.2.2.sha256sum] = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" +SRC_URI[chrono-0.4.45.sha256sum] = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" +SRC_URI[ciborium-0.2.2.sha256sum] = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" +SRC_URI[ciborium-io-0.2.2.sha256sum] = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" +SRC_URI[ciborium-ll-0.2.2.sha256sum] = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" +SRC_URI[clap-4.6.4.sha256sum] = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7" +SRC_URI[clap_builder-4.6.2.sha256sum] = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" +SRC_URI[clap_lex-1.1.0.sha256sum] = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" SRC_URI[color_quant-1.1.0.sha256sum] = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" SRC_URI[concurrent-queue-2.5.0.sha256sum] = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" SRC_URI[core-foundation-sys-0.8.7.sha256sum] = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" SRC_URI[crc32fast-1.5.0.sha256sum] = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" -SRC_URI[crossbeam-deque-0.8.6.sha256sum] = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" -SRC_URI[crossbeam-epoch-0.9.18.sha256sum] = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" -SRC_URI[crossbeam-utils-0.8.21.sha256sum] = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" +SRC_URI[criterion-0.8.2.sha256sum] = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3" +SRC_URI[criterion-plot-0.8.2.sha256sum] = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea" +SRC_URI[crossbeam-deque-0.8.7.sha256sum] = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" +SRC_URI[crossbeam-epoch-0.9.20.sha256sum] = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" +SRC_URI[crossbeam-utils-0.8.22.sha256sum] = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" SRC_URI[crunchy-0.2.4.sha256sum] = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" SRC_URI[darling-0.23.0.sha256sum] = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" SRC_URI[darling_core-0.23.0.sha256sum] = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" SRC_URI[darling_macro-0.23.0.sha256sum] = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" +SRC_URI[defmt-1.1.1.sha256sum] = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1" +SRC_URI[defmt-macros-1.1.1.sha256sum] = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8" +SRC_URI[defmt-parser-1.0.0.sha256sum] = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" SRC_URI[dlib-0.5.3.sha256sum] = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" -SRC_URI[dunce-1.0.5.sha256sum] = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" -SRC_URI[either-1.15.0.sha256sum] = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" +SRC_URI[either-1.17.0.sha256sum] = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d" SRC_URI[encoding_rs-0.8.35.sha256sum] = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" SRC_URI[endi-1.1.1.sha256sum] = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" SRC_URI[enumflags2-0.7.12.sha256sum] = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" SRC_URI[enumflags2_derive-0.7.12.sha256sum] = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" SRC_URI[enumn-0.1.14.sha256sum] = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" -SRC_URI[env_filter-1.0.0.sha256sum] = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f" -SRC_URI[env_logger-0.11.9.sha256sum] = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" +SRC_URI[env_filter-2.0.0.sha256sum] = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217" +SRC_URI[env_logger-0.11.11.sha256sum] = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6" SRC_URI[equivalent-1.0.2.sha256sum] = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" SRC_URI[errno-0.3.14.sha256sum] = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" -SRC_URI[event-listener-5.4.1.sha256sum] = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" +SRC_URI[event-listener-5.4.2.sha256sum] = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" SRC_URI[event-listener-strategy-0.5.4.sha256sum] = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" -SRC_URI[exr-1.74.0.sha256sum] = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" -SRC_URI[fallible_collections-0.5.1.sha256sum] = "8b3e85d14d419ba3e1db925519461c0d17a49bdd2d67ea6316fa965ca7acdf74" -SRC_URI[fastrand-2.3.0.sha256sum] = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" -SRC_URI[fax-0.2.6.sha256sum] = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" -SRC_URI[fax_derive-0.2.0.sha256sum] = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" +SRC_URI[exr-1.74.2.sha256sum] = "711fe42c9964295e01ee3fba3f9fe0e1d24b98886950d68efe81b1c76e21adf3" +SRC_URI[fallible_collections-0.5.2.sha256sum] = "dab93c7205280c4785c44517fe84d99751b81f6deb8450cb196da6be88e332bb" +SRC_URI[fastrand-2.5.0.sha256sum] = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" +SRC_URI[fax-0.2.7.sha256sum] = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a" SRC_URI[fdeflate-0.3.7.sha256sum] = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" -SRC_URI[fearless_simd-0.3.0.sha256sum] = "8fb2907d1f08b2b316b9223ced5b0e89d87028ba8deae9764741dba8ff7f3903" +SRC_URI[fearless_simd-0.4.1.sha256sum] = "b97b65636e5b9ef369943878ac74335ba1c55c1cb6adbf1e2c293c624248d693" SRC_URI[find-msvc-tools-0.1.9.sha256sum] = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" SRC_URI[flate2-1.1.9.sha256sum] = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" -SRC_URI[foldhash-0.1.5.sha256sum] = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" -SRC_URI[foreign-types-0.5.0.sha256sum] = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" -SRC_URI[foreign-types-macros-0.2.3.sha256sum] = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" -SRC_URI[foreign-types-shared-0.3.1.sha256sum] = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" SRC_URI[four-cc-0.4.0.sha256sum] = "795cbfc56d419a7ce47ccbb7504dd9a5b7c484c083c356e797de08bd988d9629" -SRC_URI[futures-channel-0.3.32.sha256sum] = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" -SRC_URI[futures-core-0.3.32.sha256sum] = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" -SRC_URI[futures-executor-0.3.32.sha256sum] = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" -SRC_URI[futures-io-0.3.32.sha256sum] = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" +SRC_URI[futures-channel-0.3.33.sha256sum] = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" +SRC_URI[futures-core-0.3.33.sha256sum] = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" +SRC_URI[futures-executor-0.3.33.sha256sum] = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458" +SRC_URI[futures-io-0.3.33.sha256sum] = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" SRC_URI[futures-lite-2.6.1.sha256sum] = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" -SRC_URI[futures-macro-0.3.32.sha256sum] = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" -SRC_URI[futures-task-0.3.32.sha256sum] = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" -SRC_URI[futures-timer-3.0.3.sha256sum] = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" -SRC_URI[futures-util-0.3.32.sha256sum] = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" +SRC_URI[futures-macro-0.3.33.sha256sum] = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" +SRC_URI[futures-sink-0.3.33.sha256sum] = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" +SRC_URI[futures-task-0.3.33.sha256sum] = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" +SRC_URI[futures-timer-3.0.4.sha256sum] = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968" +SRC_URI[futures-util-0.3.33.sha256sum] = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" SRC_URI[gdk-pixbuf-0.22.0.sha256sum] = "25f420376dbee041b2db374ce4573892a36222bb3f6c0c43e24f0d67eae9b646" SRC_URI[gdk-pixbuf-sys-0.22.0.sha256sum] = "48f31b37b1fc4b48b54f6b91b7ef04c18e00b4585d98359dd7b998774bbd91fb" -SRC_URI[gdk4-0.11.0.sha256sum] = "2e9a95621b043a35e70ea9f6da89e1a471658ee5771258874f000a11f6a9cb89" -SRC_URI[gdk4-sys-0.11.0.sha256sum] = "4d322515677e4a12e10efe7e758743c3e5faa56940237f19ba6890ba8edbbb76" +SRC_URI[gdk4-0.11.4.sha256sum] = "d81e2a6c6ecba2aab60633a98df1868b03fa0bfdce8105edc27c1bccf71f0e39" +SRC_URI[gdk4-sys-0.11.4.sha256sum] = "3d8f608d8d7d229975c4d0d026f5d3071598c4ddab3c5262b0a31840fec78d13" SRC_URI[getopts-0.2.24.sha256sum] = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" -SRC_URI[getrandom-0.3.4.sha256sum] = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" -SRC_URI[getrandom-0.4.1.sha256sum] = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" -SRC_URI[gif-0.14.1.sha256sum] = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" -SRC_URI[gio-0.22.2.sha256sum] = "816b6743c46b217aa8fba679095ac6f2162fd53259dc8f186fcdbff9c555db03" -SRC_URI[gio-sys-0.22.0.sha256sum] = "64729ba2772c080448f9f966dba8f4456beeb100d8c28a865ef8a0f2ef4987e1" -SRC_URI[gio-unix-0.22.0.sha256sum] = "69db2f0bb80c9d97c315720c395db76d4649969bce3a130aea6c5c9d757bf80f" +SRC_URI[getrandom-0.4.3.sha256sum] = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" +SRC_URI[gif-0.14.2.sha256sum] = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159" +SRC_URI[gio-0.22.8.sha256sum] = "8b3e1f669909c326b9413bde5a742097b8c90a7d78f45326db13668984769ded" +SRC_URI[gio-sys-0.22.8.sha256sum] = "353fdc7da7cd16da916104b1e0e4e7de380ec9c8aaa20d4d742d66310ab4b0d5" +SRC_URI[gio-unix-0.22.8.sha256sum] = "ce8d768735e229742c135afa3d3326604088d2df0679901cdb05e791fe2fbe0a" SRC_URI[gio-unix-sys-0.22.0.sha256sum] = "44bab97ce39112040216e268f074645f50b31caeb53af708ab5d7e4e67f0dbfd" -SRC_URI[glib-0.22.2.sha256sum] = "16877c6e619447e0bcb6de326a42a8bd02b36328cfeeda210135425e576efa3d" -SRC_URI[glib-macros-0.22.2.sha256sum] = "bda575994e3689b1bc12f89c3df621ead46ff292623b76b4710a3a5b79be54bb" -SRC_URI[glib-sys-0.22.0.sha256sum] = "48073e3b228419faa80b9b7f7122759d4ab2f44cd52a065fde7ca08f34c03147" -SRC_URI[gobject-sys-0.22.0.sha256sum] = "18eda93f09d3778f38255b231b17ef67195013a592c91624a4daf8bead875565" -SRC_URI[gufo-0.4.1.sha256sum] = "99a86855fe55303654418ebd8b07312057a32b5887fb768a38170fd54ed944db" -SRC_URI[gufo-common-1.1.0.sha256sum] = "9f23bc0d0e791259ce4fe703c4d988c64317e33477bc4d1d7526ab8eb9fcaab6" -SRC_URI[gufo-exif-0.4.0.sha256sum] = "ad61fccc591119491879e7bee63ebbfbd27811b35367b4728a857119fde78843" -SRC_URI[gufo-jpeg-0.4.0.sha256sum] = "5606b919ea2538d6e761781be87eaf5186427c3d64849c1013359aa3681e68d2" -SRC_URI[gufo-png-0.4.1.sha256sum] = "aa9d6a919b2c9f4b5f344bf0e2991b08b23ab69ab336b65195657a6c624fb8a5" -SRC_URI[gufo-tiff-0.4.0.sha256sum] = "51743619d12e8ead9fdd3cdd2ad3d0ed994a538542857f5115d74d6547a0083b" -SRC_URI[gufo-webp-0.4.0.sha256sum] = "218ea90042f1766b38b487dfbb261b6f21636e5cfd570e1ac6709119dae92fe2" -SRC_URI[gufo-xmp-0.4.0.sha256sum] = "020d604dbaf16f257f9d8bf7c1109551089be459ad8dc54c4205d28fe1688399" +SRC_URI[glib-0.22.8.sha256sum] = "ddbcf514bd1881fc1b960e4e52b4e82873f4da3bceddbd58d42827b508888100" +SRC_URI[glib-macros-0.22.6.sha256sum] = "506d23499707c7142898429757e8d9a3871d965239a2cb66dfa05052be6d6f19" +SRC_URI[glib-sys-0.22.8.sha256sum] = "030967459f9f676851872c6304adea7825c6d462ec9b72554c733cf0c5952233" +SRC_URI[gobject-sys-0.22.6.sha256sum] = "22a861859b887a79cf461359c192c97a57d8fb0229dd291232e57aa11f6fa72c" +SRC_URI[gufo-0.5.0.sha256sum] = "6a16d7faeeb03e2925ac6b0f40630b15b1992d08c50add402f35fde495e44f64" +SRC_URI[gufo-common-2.0.0.sha256sum] = "d583cdde9eb6985dbb6e596d27677e5d353d5eee44763cbf7c7ead3147d337bf" +SRC_URI[gufo-exif-0.5.0.sha256sum] = "e99100988e312c22c6f209663b289e727db3918d06fbcbbc2315149457b42b75" +SRC_URI[gufo-jpeg-0.5.1.sha256sum] = "383907a5c532bff484b2914d649e368e98ce6426829458353fe40070225b07a5" +SRC_URI[gufo-png-0.5.0.sha256sum] = "e5c3065acab6cf458afbe53f73462a0dbf17348a2af3c889183f8714b3bff6fc" +SRC_URI[gufo-svg-0.5.0.sha256sum] = "c536908b63d5952fa5e8ebdfaff406b92bb8096d3cbbd402afd112340383ad93" +SRC_URI[gufo-tiff-0.5.0.sha256sum] = "e9c77c38e7815b76e08b1943dc67517e02543504c14a29e071a4ddf9bee111ec" +SRC_URI[gufo-webp-0.5.0.sha256sum] = "04d6d3dc0ccd22a30619df68ce347c844d8adb49b822f42660d9a92e6ae14540" +SRC_URI[gufo-xmp-0.5.0.sha256sum] = "903aaa13213b860bbad3565e62f3fbd1087ca9404692ebe53728654653470561" SRC_URI[half-2.7.1.sha256sum] = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" SRC_URI[hashbrown-0.14.5.sha256sum] = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -SRC_URI[hashbrown-0.15.5.sha256sum] = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" -SRC_URI[hashbrown-0.16.1.sha256sum] = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" -SRC_URI[hayro-jpeg2000-0.3.4.sha256sum] = "c1a74cfc18c0093ef8009a0d6c1ba3024df0cce228503a14c1372e1e23eed43e" +SRC_URI[hashbrown-0.17.1.sha256sum] = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" +SRC_URI[hayro-jpeg2000-0.3.5.sha256sum] = "c75ab947623ef4ccaa7acf0579edf7cbb5a73838e3839a7be73335e522f433a1" +SRC_URI[heck-0.4.1.sha256sum] = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" SRC_URI[hermit-abi-0.5.2.sha256sum] = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" SRC_URI[hex-0.4.3.sha256sum] = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" SRC_URI[iana-time-zone-0.1.65.sha256sum] = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" SRC_URI[iana-time-zone-haiku-0.1.2.sha256sum] = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" -SRC_URI[id-arena-2.3.0.sha256sum] = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" SRC_URI[ident_case-1.0.1.sha256sum] = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" SRC_URI[image-0.25.10.sha256sum] = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" -SRC_URI[image-extras-0.1.0.sha256sum] = "86d29ba92ef6970a2685cc758b455d190842b8b9e96c865ffd31cdb9954b7548" +SRC_URI[image-extras-0.1.1.sha256sum] = "60d02eb2c9ccbbab470538fce34c7bc3be7b4e59268e65a3171367b296cdb842" SRC_URI[image-webp-0.2.4.sha256sum] = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" -SRC_URI[indexmap-2.13.0.sha256sum] = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" -SRC_URI[itoa-1.0.17.sha256sum] = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" -SRC_URI[jiff-0.2.23.sha256sum] = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359" -SRC_URI[jiff-static-0.2.23.sha256sum] = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4" -SRC_URI[jobserver-0.1.34.sha256sum] = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" +SRC_URI[indexmap-2.14.0.sha256sum] = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +SRC_URI[itertools-0.13.0.sha256sum] = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +SRC_URI[itoa-1.0.18.sha256sum] = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" +SRC_URI[jiff-0.2.35.sha256sum] = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc" +SRC_URI[jiff-core-0.1.0.sha256sum] = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09" +SRC_URI[jiff-static-0.2.35.sha256sum] = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204" SRC_URI[jpeg-decoder-0.3.2.sha256sum] = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" -SRC_URI[jpeg-encoder-0.7.0.sha256sum] = "0b0b36cbb4e6704f12f5b5d7b01dac593982c6550859ebd5a66fb15c9ea27fd5" -SRC_URI[jpegxl-rs-0.12.0+libjxl-0.11.1.sha256sum] = "4bc73de4d7188a80badb62062780510e402a17947f663e50f6390ebb6e7b90ed" -SRC_URI[jpegxl-sys-0.12.0+libjxl-0.11.1.sha256sum] = "d07cb5b362c69ced9ebfcdb3301dc6cadf7d186a3e6a3d8f4fcb9094a83ab408" -SRC_URI[js-sys-0.3.91.sha256sum] = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" +SRC_URI[jpeg-encoder-0.7.1.sha256sum] = "a0370574b86f7eca156b9f298392b5e69a23f8c86f3f865add60bbc2e79467a6" +SRC_URI[jpegxl-rs-0.14.0+libjxl-0.11.2.sha256sum] = "9b7d16fe73fb6d2e16b986392b716409c6ae6fabd35769d66bea391b016cdbc9" +SRC_URI[jpegxl-sys-0.12.1+libjxl-0.11.2.sha256sum] = "00cb4f7ffb45ee4327e9ec6ca1a732f3abef470ee008f7d4be3afb414075cd7d" +SRC_URI[js-sys-0.3.103.sha256sum] = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" SRC_URI[lazy_static-1.5.0.sha256sum] = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" -SRC_URI[lcms2-6.1.1.sha256sum] = "b75877b724685dd49310bdbadbf973fc69b1d01992a6d4a861b928fc3943f87b" -SRC_URI[lcms2-sys-4.0.6.sha256sum] = "1c2604b23848ca80b2add60f0fb2270fd980e622c25029b6597fa01cfd5f8d5f" -SRC_URI[leb128fmt-0.1.0.sha256sum] = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" SRC_URI[lebe-0.5.3.sha256sum] = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" -SRC_URI[libc-0.2.183.sha256sum] = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" +SRC_URI[libc-0.2.189.sha256sum] = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" SRC_URI[libheif-rs-2.7.0.sha256sum] = "39c4e7037b43e1431961745e5c4004eedae3735a4fddd687810ff9d70beb9882" -SRC_URI[libheif-sys-5.2.0+1.21.2.sha256sum] = "107c0d813a0cf5ddf7af2c58a60611f18efdb2830e84d9b37580fb20e6e27a2b" +SRC_URI[libheif-sys-5.3.0+1.23.0.sha256sum] = "5d2593dda939875015d3e1a9deccdb57381d4ef1fc9a96120731b25990579689" SRC_URI[libloading-0.8.9.sha256sum] = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" +SRC_URI[libm-0.2.16.sha256sum] = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" SRC_URI[libopenraw-0.4.0-alpha.12.sha256sum] = "cb7af949edc773f32dd45ff5a0692860b619b03d2fa3741c1db1acfd1db3a553" SRC_URI[librsvg-rebind-0.3.0.sha256sum] = "8e29b54b27b49901092b20ef1177d42a068beec0ce5f3344a664118d586d2443" SRC_URI[librsvg-rebind-sys-0.3.0.sha256sum] = "4ab4a782ee37dfa57e9f03a169cc7ea652d20164e9e023f3df355d5d8b4e6c34" SRC_URI[libseccomp-0.4.0.sha256sum] = "0e5310a2c5b6ffbc094b5f70a2ca7b79ed36ad90e6f90994b166489a1bce3fcc" SRC_URI[libseccomp-sys-0.3.0.sha256sum] = "60276e2d41bbb68b323e566047a1bfbf952050b157d8b5cdc74c07c1bf4ca3b6" SRC_URI[linux-raw-sys-0.12.1.sha256sum] = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" -SRC_URI[log-0.4.29.sha256sum] = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +SRC_URI[log-0.4.33.sha256sum] = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" SRC_URI[matchers-0.2.0.sha256sum] = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" -SRC_URI[matrixmultiply-0.3.10.sha256sum] = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" -SRC_URI[memchr-2.8.0.sha256sum] = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" -SRC_URI[memfd-0.6.5.sha256sum] = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" +SRC_URI[matrixmultiply-0.3.11.sha256sum] = "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7" +SRC_URI[memchr-2.8.3.sha256sum] = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" SRC_URI[memmap2-0.9.11.sha256sum] = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" SRC_URI[miniz_oxide-0.8.9.sha256sum] = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" -SRC_URI[miniz_oxide-0.9.0.sha256sum] = "5faa9f23e86bd5768d76def086192ff5f869fb088da12a976ea21e9796b975f6" -SRC_URI[mio-1.1.1.sha256sum] = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" +SRC_URI[miniz_oxide-0.9.1.sha256sum] = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c" +SRC_URI[mio-1.2.2.sha256sum] = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" SRC_URI[moxcms-0.8.1.sha256sum] = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" SRC_URI[multiversion-0.8.0.sha256sum] = "7edb7f0ff51249dfda9ab96b5823695e15a052dc15074c9dbf3d118afaf2c201" SRC_URI[multiversion-macros-0.8.0.sha256sum] = "b093064383341eb3271f42e381cb8f10a01459478446953953c75d24bd339fc0" -SRC_URI[nalgebra-0.33.2.sha256sum] = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b" +SRC_URI[nalgebra-0.33.3.sha256sum] = "9d43ddcacf343185dfd6de2ee786d9e8b1c2301622afab66b6c73baf9882abfd" SRC_URI[nalgebra-macros-0.2.2.sha256sum] = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" -SRC_URI[nix-0.30.1.sha256sum] = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +SRC_URI[nix-0.31.3.sha256sum] = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" SRC_URI[nu-ansi-term-0.50.3.sha256sum] = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" -SRC_URI[num-bigint-0.4.6.sha256sum] = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +SRC_URI[num-bigint-0.4.8.sha256sum] = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" SRC_URI[num-complex-0.4.6.sha256sum] = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" SRC_URI[num-integer-0.1.46.sha256sum] = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" SRC_URI[num-rational-0.4.2.sha256sum] = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" SRC_URI[num-traits-0.2.19.sha256sum] = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" -SRC_URI[num_enum-0.7.5.sha256sum] = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" -SRC_URI[num_enum_derive-0.7.5.sha256sum] = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" -SRC_URI[once_cell-1.21.3.sha256sum] = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +SRC_URI[num_enum-0.7.6.sha256sum] = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" +SRC_URI[num_enum_derive-0.7.6.sha256sum] = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" +SRC_URI[once_cell-1.21.4.sha256sum] = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" +SRC_URI[oorandom-11.1.5.sha256sum] = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" SRC_URI[ordered-stream-0.2.0.sha256sum] = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" -SRC_URI[pango-0.22.0.sha256sum] = "25d8f224eddef627b896d2f7b05725b3faedbd140e0e8343446f0d34f34238ee" +SRC_URI[ouroboros-0.18.5.sha256sum] = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" +SRC_URI[ouroboros_macro-0.18.5.sha256sum] = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" +SRC_URI[page_size-0.6.0.sha256sum] = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" +SRC_URI[pango-0.22.8.sha256sum] = "5d800d8d0de2ad5d0fb046f5344dbaba14a003cf3dd27cc21d85893d35ea316c" SRC_URI[pango-sys-0.22.0.sha256sum] = "bbd111a20ca90fedf03e09c59783c679c00900f1d8491cca5399f5e33609d5d6" SRC_URI[parking-2.2.1.sha256sum] = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" SRC_URI[paste-1.0.15.sha256sum] = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" SRC_URI[pin-project-lite-0.2.17.sha256sum] = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" SRC_URI[piper-0.2.5.sha256sum] = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" -SRC_URI[pkg-config-0.3.32.sha256sum] = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" +SRC_URI[pkg-config-0.3.33.sha256sum] = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" +SRC_URI[plotters-0.3.7.sha256sum] = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" +SRC_URI[plotters-backend-0.3.7.sha256sum] = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" +SRC_URI[plotters-svg-0.3.7.sha256sum] = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" SRC_URI[png-0.18.1.sha256sum] = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" SRC_URI[polling-3.11.0.sha256sum] = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" -SRC_URI[portable-atomic-1.13.1.sha256sum] = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" -SRC_URI[portable-atomic-util-0.2.5.sha256sum] = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" +SRC_URI[portable-atomic-1.14.0.sha256sum] = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" +SRC_URI[portable-atomic-util-0.2.7.sha256sum] = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" SRC_URI[prettyplease-0.2.37.sha256sum] = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" -SRC_URI[proc-macro-crate-3.4.0.sha256sum] = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" -SRC_URI[proc-macro2-1.0.106.sha256sum] = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" -SRC_URI[pxfm-0.1.28.sha256sum] = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" +SRC_URI[proc-macro-crate-3.5.0.sha256sum] = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" +SRC_URI[proc-macro2-1.0.107.sha256sum] = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" +SRC_URI[proc-macro2-diagnostics-0.10.1.sha256sum] = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" +SRC_URI[pulp-0.22.3.sha256sum] = "046aa45b989642ec2e4717c8e72d677b13edd831a4d3b6cf37d9a3e54912496a" +SRC_URI[pulp-wasm-simd-flag-0.1.1.sha256sum] = "1d8f70e07b9c3962945a74e59ca1c511bba65b6419468acc217c457d93f3c740" +SRC_URI[pxfm-0.1.30.sha256sum] = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea" SRC_URI[qoi-0.4.1.sha256sum] = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" SRC_URI[quick-error-2.0.1.sha256sum] = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" -SRC_URI[quote-1.0.45.sha256sum] = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" -SRC_URI[r-efi-5.3.0.sha256sum] = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" +SRC_URI[quote-1.0.47.sha256sum] = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" +SRC_URI[r-efi-6.0.0.sha256sum] = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" +SRC_URI[raw-cpuid-11.6.0.sha256sum] = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" SRC_URI[rawpointer-0.2.1.sha256sum] = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" -SRC_URI[rayon-1.11.0.sha256sum] = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" +SRC_URI[rayon-1.12.0.sha256sum] = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" SRC_URI[rayon-core-1.13.0.sha256sum] = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" -SRC_URI[regex-automata-0.4.14.sha256sum] = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" -SRC_URI[regex-syntax-0.8.10.sha256sum] = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" +SRC_URI[reborrow-0.5.5.sha256sum] = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" +SRC_URI[regex-1.13.1.sha256sum] = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" +SRC_URI[regex-automata-0.4.16.sha256sum] = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" +SRC_URI[regex-syntax-0.8.11.sha256sum] = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" SRC_URI[rmp-0.8.15.sha256sum] = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" SRC_URI[rmp-serde-1.3.1.sha256sum] = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" SRC_URI[rustix-1.1.4.sha256sum] = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" -SRC_URI[rustversion-1.0.22.sha256sum] = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" +SRC_URI[rustversion-1.0.23.sha256sum] = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" SRC_URI[ryu-1.0.23.sha256sum] = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" SRC_URI[safe-transmute-0.11.3.sha256sum] = "3944826ff8fa8093089aba3acb4ef44b9446a99a16f3bf4e74af3f77d340ab7d" SRC_URI[safe_arch-0.7.4.sha256sum] = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" SRC_URI[same-file-1.0.6.sha256sum] = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -SRC_URI[semver-1.0.27.sha256sum] = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" -SRC_URI[serde-1.0.228.sha256sum] = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" -SRC_URI[serde_core-1.0.228.sha256sum] = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" -SRC_URI[serde_derive-1.0.228.sha256sum] = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" -SRC_URI[serde_json-1.0.149.sha256sum] = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" -SRC_URI[serde_repr-0.1.20.sha256sum] = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" -SRC_URI[serde_spanned-1.0.4.sha256sum] = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" +SRC_URI[serde-1.0.229.sha256sum] = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" +SRC_URI[serde_core-1.0.229.sha256sum] = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" +SRC_URI[serde_derive-1.0.229.sha256sum] = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" +SRC_URI[serde_json-1.0.151.sha256sum] = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" +SRC_URI[serde_repr-0.1.21.sha256sum] = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" +SRC_URI[serde_spanned-1.1.1.sha256sum] = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" SRC_URI[serde_yaml_ng-0.10.0.sha256sum] = "7b4db627b98b36d4203a7b458cf3573730f2bb591b28871d916dfa9efabfd41f" SRC_URI[sharded-slab-0.1.7.sha256sum] = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" SRC_URI[shell-words-1.1.1.sha256sum] = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" -SRC_URI[shlex-1.3.0.sha256sum] = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" +SRC_URI[shlex-2.0.1.sha256sum] = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" SRC_URI[signal-hook-registry-1.4.8.sha256sum] = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" SRC_URI[simba-0.9.1.sha256sum] = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95" -SRC_URI[simd-adler32-0.3.8.sha256sum] = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" +SRC_URI[simd-adler32-0.3.10.sha256sum] = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" SRC_URI[simple_logger-5.2.0.sha256sum] = "c7038d0e96661bf9ce647e1a6f6ef6d6f3663f66d9bf741abf14ba4876071c17" SRC_URI[slab-0.4.12.sha256sum] = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" -SRC_URI[smallvec-1.15.1.sha256sum] = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" -SRC_URI[socket2-0.6.3.sha256sum] = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" +SRC_URI[smallvec-1.15.2.sha256sum] = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" +SRC_URI[socket2-0.6.5.sha256sum] = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" SRC_URI[strsim-0.11.1.sha256sum] = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" -SRC_URI[syn-2.0.117.sha256sum] = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" -SRC_URI[system-deps-7.0.7.sha256sum] = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" +SRC_URI[syn-2.0.119.sha256sum] = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" +SRC_URI[syn-3.0.3.sha256sum] = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" +SRC_URI[system-deps-7.0.8.sha256sum] = "396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7" SRC_URI[target-features-0.1.6.sha256sum] = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5" -SRC_URI[target-lexicon-0.13.3.sha256sum] = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" -SRC_URI[tempfile-3.26.0.sha256sum] = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" -SRC_URI[thiserror-2.0.18.sha256sum] = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" -SRC_URI[thiserror-impl-2.0.18.sha256sum] = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" -SRC_URI[thread_local-1.1.9.sha256sum] = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" +SRC_URI[target-lexicon-0.13.5.sha256sum] = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" +SRC_URI[tempfile-3.27.0.sha256sum] = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" +SRC_URI[thiserror-2.0.19.sha256sum] = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +SRC_URI[thiserror-impl-2.0.19.sha256sum] = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +SRC_URI[thread_local-1.1.10.sha256sum] = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" SRC_URI[tiff-0.11.3.sha256sum] = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52" -SRC_URI[tokio-1.50.0.sha256sum] = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" -SRC_URI[tokio-stream-0.1.18.sha256sum] = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" -SRC_URI[toml-0.9.12+spec-1.1.0.sha256sum] = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" -SRC_URI[toml_datetime-0.7.5+spec-1.1.0.sha256sum] = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" -SRC_URI[toml_edit-0.23.10+spec-1.0.0.sha256sum] = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" -SRC_URI[toml_parser-1.0.9+spec-1.1.0.sha256sum] = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" -SRC_URI[toml_writer-1.0.6+spec-1.1.0.sha256sum] = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" +SRC_URI[tinytemplate-1.2.1.sha256sum] = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" +SRC_URI[tokio-1.53.1.sha256sum] = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" +SRC_URI[tokio-stream-0.1.19.sha256sum] = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b" +SRC_URI[toml-1.1.4+spec-1.1.0.sha256sum] = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +SRC_URI[toml_datetime-1.1.1+spec-1.1.0.sha256sum] = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" +SRC_URI[toml_edit-0.25.13+spec-1.1.0.sha256sum] = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" +SRC_URI[toml_parser-1.1.3+spec-1.1.0.sha256sum] = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" +SRC_URI[toml_writer-1.1.2+spec-1.1.0.sha256sum] = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" SRC_URI[tracing-0.1.44.sha256sum] = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" SRC_URI[tracing-attributes-0.1.31.sha256sum] = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" SRC_URI[tracing-core-0.1.36.sha256sum] = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" SRC_URI[tracing-log-0.2.0.sha256sum] = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" -SRC_URI[tracing-subscriber-0.3.22.sha256sum] = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" -SRC_URI[typenum-1.19.0.sha256sum] = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" +SRC_URI[tracing-subscriber-0.3.23.sha256sum] = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" +SRC_URI[typenum-1.20.1.sha256sum] = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" SRC_URI[uds_windows-1.2.1.sha256sum] = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" SRC_URI[unicode-ident-1.0.24.sha256sum] = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" SRC_URI[unicode-width-0.2.2.sha256sum] = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" -SRC_URI[unicode-xid-0.2.6.sha256sum] = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" SRC_URI[unsafe-libyaml-0.2.11.sha256sum] = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" -SRC_URI[uuid-1.22.0.sha256sum] = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" +SRC_URI[uuid-1.24.0.sha256sum] = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" SRC_URI[valuable-0.1.1.sha256sum] = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" SRC_URI[vcpkg-0.2.15.sha256sum] = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" SRC_URI[version-compare-0.2.1.sha256sum] = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" SRC_URI[version_check-0.9.5.sha256sum] = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" SRC_URI[walkdir-2.5.0.sha256sum] = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" SRC_URI[wasi-0.11.1+wasi-snapshot-preview1.sha256sum] = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" -SRC_URI[wasip2-1.0.2+wasi-0.2.9.sha256sum] = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" -SRC_URI[wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.sha256sum] = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" -SRC_URI[wasm-bindgen-0.2.114.sha256sum] = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" -SRC_URI[wasm-bindgen-macro-0.2.114.sha256sum] = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" -SRC_URI[wasm-bindgen-macro-support-0.2.114.sha256sum] = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" -SRC_URI[wasm-bindgen-shared-0.2.114.sha256sum] = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" -SRC_URI[wasm-encoder-0.244.0.sha256sum] = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" -SRC_URI[wasm-metadata-0.244.0.sha256sum] = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" -SRC_URI[wasmparser-0.244.0.sha256sum] = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +SRC_URI[wasm-bindgen-0.2.126.sha256sum] = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" +SRC_URI[wasm-bindgen-macro-0.2.126.sha256sum] = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" +SRC_URI[wasm-bindgen-macro-support-0.2.126.sha256sum] = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" +SRC_URI[wasm-bindgen-shared-0.2.126.sha256sum] = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" +SRC_URI[web-sys-0.3.103.sha256sum] = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" SRC_URI[weezl-0.1.12.sha256sum] = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" SRC_URI[wide-0.7.33.sha256sum] = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03" +SRC_URI[winapi-0.3.9.sha256sum] = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +SRC_URI[winapi-i686-pc-windows-gnu-0.4.0.sha256sum] = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" SRC_URI[winapi-util-0.1.11.sha256sum] = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" +SRC_URI[winapi-x86_64-pc-windows-gnu-0.4.0.sha256sum] = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" SRC_URI[windows-core-0.62.2.sha256sum] = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" SRC_URI[windows-implement-0.60.2.sha256sum] = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" SRC_URI[windows-interface-0.59.3.sha256sum] = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" @@ -589,24 +624,19 @@ SRC_URI[windows-link-0.2.1.sha256sum] = "f0805222e57f7521d6a62e36fa9163bc891acd4 SRC_URI[windows-result-0.4.1.sha256sum] = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" SRC_URI[windows-strings-0.5.1.sha256sum] = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" SRC_URI[windows-sys-0.61.2.sha256sum] = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" -SRC_URI[winnow-0.7.15.sha256sum] = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" -SRC_URI[wit-bindgen-0.51.0.sha256sum] = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" -SRC_URI[wit-bindgen-core-0.51.0.sha256sum] = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" -SRC_URI[wit-bindgen-rust-0.51.0.sha256sum] = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" -SRC_URI[wit-bindgen-rust-macro-0.51.0.sha256sum] = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" -SRC_URI[wit-component-0.244.0.sha256sum] = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" -SRC_URI[wit-parser-0.244.0.sha256sum] = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" -SRC_URI[xml-rs-0.8.28.sha256sum] = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" -SRC_URI[yeslogic-fontconfig-sys-6.0.0.sha256sum] = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd" -SRC_URI[zbus-5.14.0.sha256sum] = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc" -SRC_URI[zbus_macros-5.14.0.sha256sum] = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222" -SRC_URI[zbus_names-4.3.1.sha256sum] = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" -SRC_URI[zerocopy-0.8.42.sha256sum] = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" -SRC_URI[zerocopy-derive-0.8.42.sha256sum] = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" -SRC_URI[zmij-1.0.21.sha256sum] = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" +SRC_URI[winnow-1.0.4.sha256sum] = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" +SRC_URI[xml-1.3.0.sha256sum] = "636f85e5ca6488e96401b61eb7de54f4e44755c988af0f52cf90230c312a1a89" +SRC_URI[yansi-1.0.1.sha256sum] = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" +SRC_URI[yeslogic-fontconfig-sys-6.0.1.sha256sum] = "1d8b8abf912b9a29ff112e1671c97c33636903d13a69712037190e6805af4f76" +SRC_URI[zbus-5.18.0.sha256sum] = "fe18fb60dc696039e738717b76eaea21e7a4489bbb1885020b43c94236d7e98a" +SRC_URI[zbus_macros-5.18.0.sha256sum] = "fe96480bed92df2b442a1a30df364e12d08eed03aeb061f2b8dc6afb2be91119" +SRC_URI[zbus_names-4.3.4.sha256sum] = "d8bf88b4a3ff53e883001e0e0115b297a9d53c31b9c1edd2bfdd853e3428624e" +SRC_URI[zerocopy-0.8.55.sha256sum] = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb" +SRC_URI[zerocopy-derive-0.8.55.sha256sum] = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb" +SRC_URI[zmij-1.0.23.sha256sum] = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" SRC_URI[zune-core-0.5.1.sha256sum] = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" SRC_URI[zune-inflate-0.2.54.sha256sum] = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" -SRC_URI[zune-jpeg-0.5.12.sha256sum] = "410e9ecef634c709e3831c2cfdb8d9c32164fae1c67496d5b68fff728eec37fe" -SRC_URI[zvariant-5.10.0.sha256sum] = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b" -SRC_URI[zvariant_derive-5.10.0.sha256sum] = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c" -SRC_URI[zvariant_utils-3.3.0.sha256sum] = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" +SRC_URI[zune-jpeg-0.5.15.sha256sum] = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296" +SRC_URI[zvariant-5.13.1.sha256sum] = "bee2a0bcd2a907786a456fff45aaaaf54c9ba5f50b71ae9ec1a4edd200c94911" +SRC_URI[zvariant_derive-5.13.1.sha256sum] = "38a708216a18780796770bfe3f4739c7c83a3e8f789b755534bbbc06e4e23e12" +SRC_URI[zvariant_utils-3.5.0.sha256sum] = "90cb9383f9b45290407a1258b202d3f8f01db719eb60b4e4055c6375af4fc7c7" diff --git a/meta-gnome/recipes-gnome/glycin/glycin/0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch b/meta-gnome/recipes-gnome/glycin/glycin/0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch deleted file mode 100644 index 9d14326214..0000000000 --- a/meta-gnome/recipes-gnome/glycin/glycin/0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch +++ /dev/null @@ -1,97 +0,0 @@ -From b4fac7e77a2a88be19fc83b3890711e2e3165859 Mon Sep 17 00:00:00 2001 -From: Anton Politov -Date: Thu, 18 Jun 2026 14:03:36 +0300 -Subject: [PATCH] meson: Support cross-compilation via a rust_target cross - property - -cargo was always invoked without --target and the artifact paths assumed -the native layout (cargo-target//), so the Rust components could -not be cross-compiled. Read the rust target triple from the cross file's -[properties] (rust_target); when set, pass it as --target and read the -artifacts from the per-target subdirectory cargo writes to. When it is -unset the build is unchanged. - -Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/glycin/-/commit/13b6b060d41aa4cdce3eb878e83c6dd01014e669] ---- - glycin-loaders/meson.build | 4 ++-- - glycin-thumbnailer/meson.build | 3 ++- - libglycin/meson.build | 2 +- - meson.build | 9 +++++++++ - 4 files changed, 14 insertions(+), 4 deletions(-) - -diff --git a/glycin-loaders/meson.build b/glycin-loaders/meson.build -index 805a646..03db09e 100644 ---- a/glycin-loaders/meson.build -+++ b/glycin-loaders/meson.build -@@ -49,7 +49,7 @@ manifest = meson.project_source_root() / 'Cargo.toml' - cargo_options = [ - '--profile', cargo_profile, - '--manifest-path', manifest, --] -+] + cargo_target_args - - git_version = '' - -@@ -103,7 +103,7 @@ foreach loader : get_option('loaders') - output: loader, - command: [ - 'cp', -- cargo_target_dir / rust_target / loader, -+ cargo_artifact_dir / rust_target / loader, - '@OUTPUT@', - ], - ) -diff --git a/glycin-thumbnailer/meson.build b/glycin-thumbnailer/meson.build -index 3e205e3..1580378 100644 ---- a/glycin-thumbnailer/meson.build -+++ b/glycin-thumbnailer/meson.build -@@ -21,6 +21,7 @@ cargo_build = custom_target( - '--profile', cargo_profile, - '--manifest-path', cargo_manifest, - '--package=glycin-thumbnailer', -+ cargo_target_args, - ], - ) - -@@ -34,7 +35,7 @@ custom_target( - output: 'glycin-thumbnailer', - command: [ - 'cp', -- cargo_target_dir / rust_target / 'glycin-thumbnailer', -+ cargo_artifact_dir / rust_target / 'glycin-thumbnailer', - '@OUTPUT@', - ], - ) -diff --git a/libglycin/meson.build b/libglycin/meson.build -index 12cbd5f..3a2a8b6 100644 ---- a/libglycin/meson.build -+++ b/libglycin/meson.build -@@ -17,7 +17,7 @@ cargo_options = [ - '--target-dir', cargo_target_dir, - '--profile', cargo_profile, - '--manifest-path', manifest, --] -+] + cargo_target_args - - cargo_env_module = cargo_env - -diff --git a/meson.build b/meson.build -index bb4a5e4..72d1ae8 100644 ---- a/meson.build -+++ b/meson.build -@@ -25,6 +25,15 @@ cargo_target_dir = meson.project_build_root() / 'cargo-target' - cargo_home = meson.project_build_root() / 'cargo-home' - cargo_manifest = meson.project_source_root() / 'Cargo.toml' - -+cargo_build_target = meson.get_external_property('rust_target', '') -+if cargo_build_target != '' -+ cargo_target_args = ['--target', cargo_build_target] -+ cargo_artifact_dir = cargo_target_dir / cargo_build_target -+else -+ cargo_target_args = [] -+ cargo_artifact_dir = cargo_target_dir -+endif -+ - cargo_bin = find_program('cargo') - crate_version_bin = find_program(meson.project_source_root() / 'build-aux/crates-version.py') - diff --git a/meta-gnome/recipes-gnome/glycin/glycin/0002-libglycin-Read-cargo-artifacts-from-the-per-target-s.patch b/meta-gnome/recipes-gnome/glycin/glycin/0002-libglycin-Read-cargo-artifacts-from-the-per-target-s.patch deleted file mode 100644 index 5f431e25cf..0000000000 --- a/meta-gnome/recipes-gnome/glycin/glycin/0002-libglycin-Read-cargo-artifacts-from-the-per-target-s.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 6fa1351e99a52e9efc8724952275ee51a15afc7e Mon Sep 17 00:00:00 2001 -From: x -Date: Wed, 2 Sep 2026 19:57:42 +0000 -Subject: [PATCH] libglycin: Read cargo artifacts from the per-target - subdirectory - -Commit 13b6b06 ("meson: Support cross-compilation via a rust_target cross -property") converted the loaders and the thumbnailer to cargo_artifact_dir -but left the libglycin shared object path pointing at cargo_target_dir. -When --target is passed, cargo writes to cargo-target/// -and the copy step fails. Upstream fixed this as part of the much larger -windows-gnu commit 4d1a505, so only the relevant hunk is taken here. - -Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/glycin/-/commit/4d1a505] ---- - libglycin/meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libglycin/meson.build b/libglycin/meson.build -index 3a2a8b6..dbadf49 100644 ---- a/libglycin/meson.build -+++ b/libglycin/meson.build -@@ -72,7 +72,7 @@ foreach package : packages - endif - endif - -- cargo_output = cargo_target_dir / rust_target / f'libglycin@suffix@.so'.replace('-', '_') -+ cargo_output = cargo_artifact_dir / rust_target / f'libglycin@suffix@.so'.replace('-', '_') - - # Build library with Rust - libglycin = custom_target( diff --git a/meta-gnome/recipes-gnome/glycin/glycin_2.1.5.bb b/meta-gnome/recipes-gnome/glycin/glycin_2.2.0.bb similarity index 93% rename from meta-gnome/recipes-gnome/glycin/glycin_2.1.5.bb rename to meta-gnome/recipes-gnome/glycin/glycin_2.2.0.bb index a34c2425a2..69d1566fe2 100644 --- a/meta-gnome/recipes-gnome/glycin/glycin_2.1.5.bb +++ b/meta-gnome/recipes-gnome/glycin/glycin_2.2.0.bb @@ -13,11 +13,8 @@ LIC_FILES_CHKSUM = "file://LICENSE-MPL-2.0;md5=f75d2927d3c1ed2414ef72048f5ad640 inherit cargo_common cargo-update-recipe-crates meson pkgconfig gettext gobject-introspection -SRC_URI = "git://gitlab.gnome.org/GNOME/glycin.git;protocol=https;branch=2.1;tag=${PV} \ - file://0001-meson-Support-cross-compilation-via-a-rust_target-cr.patch \ - file://0002-libglycin-Read-cargo-artifacts-from-the-per-target-s.patch \ - " -SRCREV = "62c5096eaac2c92dab84c2eb896936d8da3dd9c1" +SRC_URI = "git://gitlab.gnome.org/GNOME/glycin.git;protocol=https;branch=main;tag=${PV}" +SRCREV = "a5c2d58d6ae0bd7233f6705781b17dd083ebde73" UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/GNOME/glycin/-/tags" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Sep 15 07:43:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98288 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 461B3C982C5 for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18080.1789458273617067528 for ; Tue, 15 Sep 2026 00:44:33 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=NDlg/N6D; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id E1D5F1C3EC for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npp-00ds5m0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 07/31] gnome-backgrounds: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:23 +0200 Message-ID: <20260915074347.6003-7-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-C7FFC9B9-0E8C7A94/0/0 CLEAN NORMAL X-TOI-MSGID: 8a4a50d7-9ad2-4e7c-96b3-e3ca1d82b3ca DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=1CEAcBjyitO7OpTFnX3NE9vx/5D8JqZ+0ag2Vt6mrTE=; h=From:To:Subject:Date:In-Reply-To:References; b=NDlg/N6D31O9Q+NW+6LFFZQadEScz9FfTHoN+Owqdiqmf0VTHsTv63iXRodmaNDZG AgWmY2pRZKYra2y4uAm9qRm9kXBSZxlFmsd3PKor3wWDHi94CUYCPc6i+pA15hiqeH uJ1owRIQtHOeGyf1LHGE2rySCEOTVcWYHXETZKnUr+MoRiuexfAGztDVXxAHjt8T2w w+V57voSNbcnA94olNkD59sMNjVVcn3JVZ+yyfgwWLubZJqju+cpRDTlqRQ7B6dIWS 3KqGdeCkrztQjZtvG9U7wgUfUrnF+myr7isVhX4GPQMopbtF1WttM5SXzVkidpjQvr EIMpMy6tcUGyA== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130053 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-backgrounds_50.0.bb => gnome-backgrounds_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-backgrounds/{gnome-backgrounds_50.0.bb => gnome-backgrounds_51.0.bb} (76%) diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_50.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_51.0.bb similarity index 76% rename from meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_50.0.bb rename to meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_51.0.bb index a898e13418..67e8a267ef 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_50.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_51.0.bb @@ -6,7 +6,7 @@ SECTION = "x11/gnome" inherit gnomebase gettext allarch -SRC_URI[archive.sha256sum] = "1acdba7acb4f34c7321febc6273444344fd55fd593611d446de70860183b52b8" +SRC_URI[archive.sha256sum] = "5811d24118d78f41b66c616efb1094c20507cb546e484dca4963fe738a4ba7db" FILES:${PN} += " \ ${datadir}/backgrounds \ From patchwork Tue Sep 15 07:43:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98290 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 8B141C982CA for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18115.1789458273668615242 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=DiAwd+wC; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id F0B871C400 for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5n0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 08/31] gnome-calculator: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:24 +0200 Message-ID: <20260915074347.6003-8-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-EBFFC9B9-8498D5BC/0/0 CLEAN NORMAL X-TOI-MSGID: c1c84569-da07-43f1-8bc5-104fb93aa610 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=e/jcavlG52grOxAB9TIf60rc3t0+ZXwpbYkIfHw5z4o=; h=From:To:Subject:Date:In-Reply-To:References; b=DiAwd+wC1myAyRXzAwdTcz/2TQQ8pnObxt45Wb55y0vUiTqWpcYV31Z8MPxN4zd6s A6W3LEYkcudkBVlKNG7PUlQVUi1q7oo4boN4YwdQ3qznIviWIKdhcwr1NSQ7HhW2jq sxoyzO/EfB+BCJO/lCjeWO7l7NTvY4+Dc7GV4lfjlZ6lwHNmvcqltqPtirPo4MGpMG 8OVOfE8tbQpRPVuIF1EDtyyKiIgFcgZ7ZlvTVZHb3OEjyQxLZ1EUkjB8EYKwYYPF99 X8mtnfN1+wlgVNvvSWnDuXO3IcfvwBy9ppa8VKoXv3vhXMuzngfe1Z4I4Q4KK9gRcN 3oFaILfqUdI1g== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130054 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-calculator_50.0.bb => gnome-calculator_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-calculator/{gnome-calculator_50.0.bb => gnome-calculator_51.0.bb} (89%) diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_51.0.bb similarity index 89% rename from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb rename to meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_51.0.bb index 4330e25df1..a8d0d6e2ac 100644 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_50.0.bb +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_51.0.bb @@ -32,7 +32,7 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl" export GI_TYPELIB_PATH = "${STAGING_LIBDIR}/girepository-1.0/" -SRC_URI[archive.sha256sum] = "8053d6891565e882874b65c1db51c5bf310005eb788b8bac3546390743350a90" +SRC_URI[archive.sha256sum] = "5bfb4c53eec61feb6c03faf85218804e87413ecb647e08fde6379bf2b1839190" FILES:${PN} += " \ ${datadir}/dbus-1 \ From patchwork Tue Sep 15 07:43:25 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98291 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 A9FDBC982CC for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18116.1789458273716477531 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=i9W5nn03; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id F1BC71C419 for ; Tue, 15 Sep 2026 09:44:19 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5o0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 09/31] gnome-calendar: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:25 +0200 Message-ID: <20260915074347.6003-9-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-07FFC9B9-710C7B3B/0/0 CLEAN NORMAL X-TOI-MSGID: 9db6bb07-b868-4281-88b1-e06a06be8a08 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=oZbSxx2GJ7/TNhT1u+CFoo2/u5Bx/Uj6zFGQ3ak2bEA=; h=From:To:Subject:Date:In-Reply-To:References; b=i9W5nn03NpKZyONAydFaYQexgsvSzhCKqhepKWucw4Ic0YXLCteG1Q1qS0dAu2/ay mRvtSEu9KULOQXSO7c0nPKPj8s4aW0p5PdWAEDlMj1oeLWfAVE3TOVhONtBVbs+zwc Upx5GQbyphz6ThDkTvNP6rg3R7xam6riSPG6cSpp2yMw6AD3kJU2fA2E51ikolzDLB bqu6w5pT49yxduulZmsDFkde8E5obmFCQc38+O/HlsfVXJ56Jp/qnqi+Shb7oVcGFb 3gv+2P4OzdQ5IiHfIdfWidtU9Bw8sAOuqUwTIoS0U1DuU+wmly1BZk8zuyO9ICWAIj 7gJbOfkZWpgYA== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130055 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-calendar_50.0.bb => gnome-calendar_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-calendar/{gnome-calendar_50.0.bb => gnome-calendar_51.0.bb} (89%) diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_50.0.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_51.0.bb similarity index 89% rename from meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_50.0.bb rename to meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_51.0.bb index 10a2ae8b0c..9bebe7a377 100644 --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_50.0.bb +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_51.0.bb @@ -27,7 +27,7 @@ SRC_URI += "file://0001-Support-building-against-libical-4.0.patch" export GI_TYPELIB_PATH = "${STAGING_LIBDIR}/girepository-1.0/" -SRC_URI[archive.sha256sum] = "4b75df071a52d98fb35e647d018030129d24d9007790d02457746c98617aeab0" +SRC_URI[archive.sha256sum] = "77c290450c40834392cdea2c40451561e98f43d5dae93cd9e915051a6708dc30" FILES:${PN} += " \ ${datadir}/gnome-shell \ From patchwork Tue Sep 15 07:43:26 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98269 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 063E8C88E53 for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18074.1789458262036944242 for ; Tue, 15 Sep 2026 00:44:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=H4gpAlZS; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 04CFF37C28 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5p0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 10/31] gnome-console: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:26 +0200 Message-ID: <20260915074347.6003-10-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-A27FB9B9-8EF0D462/0/0 CLEAN NORMAL X-TOI-MSGID: 662bd381-9800-4705-93df-5aa628cacf6e DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=ktWSUHAdJIEK4YxcfrmJftp0s6KVr7Cg+92uIO1IOns=; h=From:To:Subject:Date:In-Reply-To:References; b=H4gpAlZSDnD7dwfdDOda1+khghXTL80A9u4aLyddey71DtbkUg6EbiODrh9EDh7jk cQFCCtESp9yS9Hijaz3NShofXtEtus9861111fnlx+b7mtYkPGCGzGaUkzaoAreM6o fmj/rvUonj5jRgFBX9IKynreHd0snjb+ljSkAiy8vFbULLt3tGXHxn+fTU8g7Sbvl5 sDlKKmC0cafxy3n5LMlWuQzVkNQpuv/APW+maztYgFdTkjM16m37RMFZtkQ33pPDhW aR15lNe6gVRc1IroVahGETwaejdZgY9kJhdAZ9E6Tq6C7phpWWEfUyDv1lW/y3TeqW 9/0/qTOgL1CzA== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130036 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-console_50.0.bb => gnome-console_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-console/{gnome-console_50.0.bb => gnome-console_51.0.bb} (85%) diff --git a/meta-gnome/recipes-gnome/gnome-console/gnome-console_50.0.bb b/meta-gnome/recipes-gnome/gnome-console/gnome-console_51.0.bb similarity index 85% rename from meta-gnome/recipes-gnome/gnome-console/gnome-console_50.0.bb rename to meta-gnome/recipes-gnome/gnome-console/gnome-console_51.0.bb index 0ec64f9cc8..d76feff13f 100644 --- a/meta-gnome/recipes-gnome/gnome-console/gnome-console_50.0.bb +++ b/meta-gnome/recipes-gnome/gnome-console/gnome-console_51.0.bb @@ -18,7 +18,7 @@ DEPENDS = " \ vte \ " -SRC_URI[archive.sha256sum] = "e4950207f0547e6a6c0f18eebfcf6e1a10461eab0f2fae0aae512b1044c7ac6e" +SRC_URI[archive.sha256sum] = "f40d13903b1f067f0c02e0812f78df8ec25d8cd129794e7e46bd56ca0c156f2f" PACKAGECONFIG ?= "" PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" From patchwork Tue Sep 15 07:43:27 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98293 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 BB7C4C982CB for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18081.1789458273713370824 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=vDkWTnwA; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 0B40A1C3C8 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5q0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 11/31] gnome-desktop: upgrade 44.5 -> 51.0 Date: Tue, 15 Sep 2026 09:43:27 +0200 Message-ID: <20260915074347.6003-11-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-F9FF89B9-4724DC38/0/0 CLEAN NORMAL X-TOI-MSGID: 79b26bee-0240-4b30-9f72-36fbb13ff7f1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=GApoYzebXm/TCv/Eqic5JmFt+k4qO9xuRH/VBsngx00=; h=From:To:Subject:Date:In-Reply-To:References; b=vDkWTnwA29BzKxfjsTyfdzphbPtDzf9jna6FbF1jTGd5nD7HLr/c3v9Un/h7Vtf5A ryhh3/tO0n1D56Pd4IjBzV9v+ANgfi9owIsGgjuKx/JD6akxuS1kcndj8GFjY6lZeP ssVrWhaVwr76QCGrPyI86pM1Q6WMey49uyrpzH4iYW48xdLRw+kMNfgRd6tvAX/TIs 7/K4k9ZTjIoLiLS4HMaKruMFtOkrhQHHq92kZZQEzc8wvO+yLWWIHX3sfjoWdG9kan zJ4q3G7NyV/d2R/6oOMXvaNK9aE9T+MeCFSZock76GYxp7veKP23ZlF2gc2heeRZ9G PAficToFVICNQ== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130056 The legacy gtk+3 library is still available behind the legacy_library option, so the gtk3 users in this layer keep working. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-desktop_44.5.bb => gnome-desktop_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-desktop/{gnome-desktop_44.5.bb => gnome-desktop_51.0.bb} (93%) diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.5.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_51.0.bb similarity index 93% rename from meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.5.bb rename to meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_51.0.bb index 2f084ea7f6..c7f98f1875 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.5.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_51.0.bb @@ -14,7 +14,7 @@ GIR_MESON_OPTION = "" SRC_URI += "file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \ file://0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch" -SRC_URI[archive.sha256sum] = "20e0995a6e3a03e8c1026c5a27bc3f45e69ffcc392ad743dcab6107a541d232f" +SRC_URI[archive.sha256sum] = "9ebeb9f1769d3c310caeadd921ab34c8f264b92937740518b3bc859a579a6912" UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/GNOME/gnome-desktop/-/tags" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Sep 15 07:43:28 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98289 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 7DB55C982C4 for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18117.1789458273740984107 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=WKJti0cE; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 0C54B1C41F for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5r0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 12/31] gnome-keyring: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:28 +0200 Message-ID: <20260915074347.6003-12-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-E9FF89B9-0FA1280E/0/0 CLEAN NORMAL X-TOI-MSGID: d9aac45d-3b0b-4e48-b7f2-b63c0a021fc0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458259; i=f_l_k@t-online.de; bh=s2bwuKIap+BoJbEst8HGfaVQDPqjLPqX+3w2x6UjRFs=; h=From:To:Subject:Date:In-Reply-To:References; b=WKJti0cEoeZb+ve7sLflAIidnCg6EzBls03DDL8ra1Xh2PY44H8RunccJoCI8jvL3 uD5JxEOO9I29w1S1fFUWULuclM1zoGNSZE5s5cITGhg1RPZPWEPO35Xn9nmO4QcX1O uVSrgu+/o8jzEmowOTNf6KDQtS3pBPzMJb9LdlI1omg42FX7ZYuvGsGzTNhytlsdbP Rm9klcZzzHQJJTUBZ6GpmG4bYtlPHMeA0T16R1IiFitgYx47hSQCOEIodnX1BYXCRy U9tCQyt7PbPugBn8G8NRH4mHQMUuIpwKKxLDWKp9HlD5i2iAOR4+HA+eF49NXF6klT a8WpizujeA/hA== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130057 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-keyring_50.0.bb => gnome-keyring_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-keyring/{gnome-keyring_50.0.bb => gnome-keyring_51.0.bb} (94%) diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_50.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_51.0.bb similarity index 94% rename from meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_50.0.bb rename to meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_51.0.bb index 215397ffd3..14945145dd 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_50.0.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_51.0.bb @@ -20,7 +20,7 @@ DEPENDS = " \ inherit gnomebase gsettings gettext -SRC_URI[archive.sha256sum] = "cbd72062c53c9702bc2c4733991ad5f051ca682882b30905a2829bcf1a8ecc7c" +SRC_URI[archive.sha256sum] = "2aebaa2d474cc31507c87a7bbbdb3e16dbe26b1cfef9f206457f3f9df43558b0" SRC_URI += "file://0001-meson-allow-setting-the-paths-to-ssh-agent-and-ssh-add-by-option.patch" PACKAGECONFIG ??= " \ From patchwork Tue Sep 15 07:43:29 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98276 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 F3191C982C5 for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18073.1789458262036737877 for ; Tue, 15 Sep 2026 00:44:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=OuhuEzT9; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 131BF37CA5 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5s0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 13/31] gnome-session: upgrade 50.1 -> 51.0 Date: Tue, 15 Sep 2026 09:43:29 +0200 Message-ID: <20260915074347.6003-13-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-D9FF89B9-7F6A64EA/0/0 CLEAN NORMAL X-TOI-MSGID: 86b378ad-6c0a-44c5-9076-4ea49377d471 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=IxHQgwJnZzJhcJ+pL1QbjGABIlpnSqn3r3fbsV6w24o=; h=From:To:Subject:Date:In-Reply-To:References; b=OuhuEzT98+23g/gw35oYeD04EKs0NYiNglf4z6ZCg9/DsyDIOrVGBOVXzK4UraNCH Zw3Bjd6LY34yLSUDMrRd6SspAwMiL7Yj1F8oVF+yvvmdcYcfzu6o7S1Lg4RMGbDFbu xfyNgdyDUZeW56npx3FnkVo6giktJKtO4E/fMVJ1thjZWKADKpmHpgm3kJ9B95mWMO aXuxiWRoF4/GrCMRBOnpt+L5ktquJY5YwuQsnwjIFIW/kmtIKnNNxd+W2eicIZMr2X 0D23V9mwxjYDv+YRILbT/MRLZ+RFTg7rNTeGsfNq4zhlJmYEuWeO5stuiaotr2cvP3 J6JLjOUS0ZBww== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130037 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-session_50.1.bb => gnome-session_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-session/{gnome-session_50.1.bb => gnome-session_51.0.bb} (88%) diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_50.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_51.0.bb similarity index 88% rename from meta-gnome/recipes-gnome/gnome-session/gnome-session_50.1.bb rename to meta-gnome/recipes-gnome/gnome-session/gnome-session_51.0.bb index af9ff91fbb..5b4070c4d3 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_50.1.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_51.0.bb @@ -14,7 +14,7 @@ inherit gnomebase gettext gsettings upstream-version-is-even mime mime-xdg manpa REQUIRED_DISTRO_FEATURES = "systemd" -SRC_URI[archive.sha256sum] = "6289b6afa44d3e4c999ce5761ff8b2c10ba309f55f9425f2b13f98208c81f6fb" +SRC_URI[archive.sha256sum] = "5195c4f60542a953ab6ebd288f3785b8e7746292d8c167e0c99d353438a184d1" UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/GNOME/gnome-session/-/tags" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Sep 15 07:43:30 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98298 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 26376C982D1 for ; Tue, 15 Sep 2026 07:44:41 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18082.1789458273897578276 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=LDrUUVY7; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 18E7D1C423 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5t0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 14/31] gnome-settings-daemon: upgrade 50.1 -> 51.0 Date: Tue, 15 Sep 2026 09:43:30 +0200 Message-ID: <20260915074347.6003-14-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-157F99B9-6C4BB118/0/0 CLEAN NORMAL X-TOI-MSGID: c440b33e-4ae8-435f-b82a-5ac1aab2b19d DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=2ghk8lM8k7F3OzDmYyElz2sw48kGVOBGcGalMByt1d0=; h=From:To:Subject:Date:In-Reply-To:References; b=LDrUUVY7FkM6/IkvF2rl4VOTvtHcldIoqTktHerT2TdLUaF5M+x4z5yM/muMDobe0 fjdozOhTEf99V4tciiQ67BZUCJS32jNEjGPjzjT6TT9crQt6oelLngpG4PjUk/YvcR 5SsqamCfIYMc0rDKdYeZMjI0aoMsHA6E9Lt+Nf/RdeyrhIlslsmlOhcZPsbatA2SwY 5sHAHALDFN2ecAOH1RNUvQzSsg+q54UbAFGNhcNGIVwkjq9orXBLkvMXJJBZMaBydG 41rYS1CK3GFpmAzMQ+5iolPfX8KqUJTSL8n5QQOtW/rCK1um2D1aV9n8zIDm6jerXX 84U6k+nq/x12A== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130058 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- ...me-settings-daemon_50.1.bb => gnome-settings-daemon_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-settings-daemon/{gnome-settings-daemon_50.1.bb => gnome-settings-daemon_51.0.bb} (93%) diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_50.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_51.0.bb similarity index 93% rename from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_50.1.bb rename to meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_51.0.bb index a0f8b81824..b0d54f6e21 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_50.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_51.0.bb @@ -25,7 +25,7 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "alsa polkit pulseaudio systemd gobject-introspection-data" GIR_MESON_OPTION = "" -SRC_URI[archive.sha256sum] = "dd2c9730914f0ececa0229dd8a8c2940a57ddeb0802434558d4b164d79cfe05c" +SRC_URI[archive.sha256sum] = "7c6249118ddfffc4bb34d6b3edaa86b3ea02a1ad2b7711d79480749906767665" UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/tags" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Sep 15 07:43:31 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98296 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 F1309C982CF for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18118.1789458273904928262 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=QbbPEIyN; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 1AC461C42D for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5u0; Tue, 15 Sep 2026 09:44:10 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 15/31] gnome-shell: upgrade 50.4 -> 51.0 Date: Tue, 15 Sep 2026 09:43:31 +0200 Message-ID: <20260915074347.6003-15-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458250-17FFC9B9-84B5DBC3/0/0 CLEAN NORMAL X-TOI-MSGID: cf2db11a-712a-4df8-8438-4784fdbe701a DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=4I8xx4vo/l6Q6RmnyCxWQR7+2RrOls/o6J6mRvqbUjc=; h=From:To:Subject:Date:In-Reply-To:References; b=QbbPEIyNT3H8Ai9m52TC4SkQMb8+r/6LZtTk6+clNmzfvXWHHVYTyMYvtJVoEQ848 BH9v1357wr7d7EJceOE/N/Cd4+HAXKUZxSl8Wzj4PocuqzCL5BWU0pvo+62jqmFPBf jJkP6d5GaHoxH4VauEV1QNCZB4+WYVf9COvHM49MaXENh9JIDKL9F4u4jk34HvaXYM S1LHs7+9i+U0NzSqbBVFYvKwREx9Ec/HFyHr4iuMmOP0UwNGKrOZQ8RD1FqamE8cZ6 +6Nz2yDgO+FeUJM4p+AtPuAko/OUYqcalkGL/K0FXb1i6YoER6z1f/NeHiWv1LD1qu myUlWcHha83sQ== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130060 The libical 4 fix is part of the release now. The extensions app was dropped from the module, so its meson option and the libadwaita runtime dependency that went with it are gone. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- ...ver-Fix-build-failure-with-libical-4.patch | 44 ------------------- ...nome-shell_50.4.bb => gnome-shell_51.0.bb} | 7 +-- 2 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-calendar-server-Fix-build-failure-with-libical-4.patch rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_50.4.bb => gnome-shell_51.0.bb} (86%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-calendar-server-Fix-build-failure-with-libical-4.patch b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-calendar-server-Fix-build-failure-with-libical-4.patch deleted file mode 100644 index d64cf38ccc..0000000000 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-calendar-server-Fix-build-failure-with-libical-4.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 91eaa9221b45b506d7a5d84a9ec8c204b5c8c34f Mon Sep 17 00:00:00 2001 -From: Xi Ruoyao -Date: Fri, 8 May 2026 13:13:37 +0800 -Subject: [PATCH] calendar-server: Fix build failure with libical 4 - -Fix the following build error with libical 4 due to function signature changes: - - error: passing argument 4 of 'get_time_from_property' from incompatible pointer type [-Wincompatible-pointer-types] - note: expected 'ICalTime * (*)(ICalProperty *)' but argument is of type 'ICalTime * (*)(const ICalProperty *)' - -Link: https://github.com/libical/libical/blob/4.0/docs/MigrationGuide_to_4.md -Part-of: - -Only the gnome-shell-calendar-server.c hunk of the upstream commit is taken; -src/calendar-server/reminder-watcher.c does not exist in the 50.x series. - -Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/b34766f3992c7616b7816a47249fb463c053e5fa] ---- - src/calendar-server/gnome-shell-calendar-server.c | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) - -diff --git a/src/calendar-server/gnome-shell-calendar-server.c b/src/calendar-server/gnome-shell-calendar-server.c -index 0b2f88eb7..622c16181 100644 ---- a/src/calendar-server/gnome-shell-calendar-server.c -+++ b/src/calendar-server/gnome-shell-calendar-server.c -@@ -112,11 +112,17 @@ typedef struct - time_t end_time; - } CalendarAppointment; - -+#if ICAL_CHECK_VERSION(4, 0, 0) -+typedef ICalTime * (* GetICalPropFunc) (const ICalProperty *prop); -+#else -+typedef ICalTime * (* GetICalPropFunc) (ICalProperty *prop); -+#endif -+ - static gboolean - get_time_from_property (ECalClient *cal, - ICalComponent *icomp, - ICalPropertyKind prop_kind, -- ICalTime * (* get_prop_func) (ICalProperty *prop), -+ GetICalPropFunc get_prop_func, - ICalTimezone *default_zone, - ICalTime **out_itt, - ICalTimezone **out_timezone) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_50.4.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_51.0.bb similarity index 86% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_50.4.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_51.0.bb index f39d72532e..549a3d5971 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_50.4.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_51.0.bb @@ -31,8 +31,7 @@ GIR_MESON_OPTION = "" REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" SRC_URI += "file://0001-shell-app-usage.c-only-include-x11-headers-if-HAVE_X.patch" -SRC_URI += "file://0002-calendar-server-Fix-build-failure-with-libical-4.patch" -SRC_URI[archive.sha256sum] = "c531939539db316a41aef23670370abd1330d3254f84bcb0f9f4dae5d6e362cf" +SRC_URI[archive.sha256sum] = "2179bab13af353427065096af8bf3d30da7b86e0c516e5ba86a14998af9575f6" PACKAGECONFIG ??= " \ camera-monitor \ @@ -44,7 +43,6 @@ PACKAGECONFIG ??= " \ " PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" PACKAGECONFIG[camera-monitor] = "-Dcamera_monitor=true, -Dcamera_monitor=false, pipewire" -PACKAGECONFIG[extensions-app] = "-Dextensions_app=true, -Dextensions_app=false" PACKAGECONFIG[extensions-tool] = "-Dextensions_tool=true, -Dextensions_tool=false, gnome-autoar json-glib libsoup-3.0" PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager libsecret, networkmanager" PACKAGECONFIG[portal-helper] = "-Dportal_helper=true, -Dportal_helper=false" @@ -98,9 +96,6 @@ RDEPENDS:${PN} += " \ librsvg-gtk \ " -# The extensions app is a GJS application and pulls libadwaita at runtime only. -RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'extensions-app', 'libadwaita', '', d)}" - PACKAGES =+ "${PN}-tools ${PN}-gsettings" FILES:${PN}-tools = "${bindir}/*-tool" RDEPENDS:${PN}-tools = "python3-core" From patchwork Tue Sep 15 07:43:32 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98278 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 A7585C982CA for ; Tue, 15 Sep 2026 07:44:29 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18101.1789458262092876245 for ; Tue, 15 Sep 2026 00:44:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=oFNNkQUD; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 21C3F37B5B for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npq-00ds5v0; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 16/31] gnome-shell-extensions: upgrade 50.3 -> 51.0 Date: Tue, 15 Sep 2026 09:43:32 +0200 Message-ID: <20260915074347.6003-16-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-04FF69B9-DB7346D9/0/0 CLEAN NORMAL X-TOI-MSGID: 39e0f8c1-b637-4900-afe4-aa85110e5cf8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=h2wYneW23mTLcPSfISNinXggZfEiHtipVZvbJoejTnA=; h=From:To:Subject:Date:In-Reply-To:References; b=oFNNkQUD7bLCwpa5RVe+E+6E8kMK4XrLB5ZTjmiOFrBrxfiIZgsC0Pe136LTTX/Re k4ujIQ/SdHZyHuoOh/pK5lJua8Q2tBUiLYxhIELkfpdGEKPt6iMsOM2Xxa+hoAREyZ eezK+u4xyDmLBS6ks9/tF1/h3qDlrqqU9KZ7ttPLL+RvJlyPcVJ1+y7FpV9YBbDUEj NPZ1xjfsgIF4Rwfs73cNhOJV8iLlEcmiTkNWPK7XUtBkHAxszJ0UCrsnJDI7dkf4Zz O7V3vFVxP5gF6guvqDL+zR6jhDguWlA+AZfzuyh2XPDvgApade94pNx0kc+KZYJ8zV QB1oRvu6Z+U/Q== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130038 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- ...-shell-extensions_50.3.bb => gnome-shell-extensions_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell-extensions_50.3.bb => gnome-shell-extensions_51.0.bb} (85%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_50.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_51.0.bb similarity index 85% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_50.3.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_51.0.bb index a7a5b06fb9..9b58d976ef 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_50.3.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_51.0.bb @@ -6,7 +6,7 @@ inherit gnomebase gettext gsettings features_check REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" -SRC_URI[archive.sha256sum] = "68fc74306f88f697a6bcdb8243cb32a9ec0cd3f6e2bb92249b24b60fc57450b6" +SRC_URI[archive.sha256sum] = "3c078d7b88faee3d0f68adcee1392b1bed84731b91a337ec894cc88aa8a8b813" EXTRA_OEMESON += " \ -Dextension_set=all \ From patchwork Tue Sep 15 07:43:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98273 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 146E6C88E73 for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18103.1789458262196681737 for ; Tue, 15 Sep 2026 00:44:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=jLc8vnle; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 3089237D03 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npr-00ds5w0; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 17/31] gnome-software: upgrade 50.3 -> 51.0 Date: Tue, 15 Sep 2026 09:43:33 +0200 Message-ID: <20260915074347.6003-17-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-977FD9B9-D2097EB5/0/0 CLEAN NORMAL X-TOI-MSGID: 4f47568c-4fbb-49bc-a2e8-19fced16bbd6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=KOkQjalb80QsEwZeiYnyxPyDbE/RubCFEbzDkHV9V4k=; h=From:To:Subject:Date:In-Reply-To:References; b=jLc8vnletb+jzzraJkyBkJbXxsfY4NbYs1RJOYYxZNXd5wUhotRlOw+BSDC7d9o2P 3/C+9oEJSdplEp57M8oZCP5f7MdgzdNS1mYdf5kg9ib0C37oLzezuvh8z/4QwoX+h9 1K98vp+tdpNjPqTMziAJWvjoxcEymwisqBA2Ur4auwmlP+qfChjJNPWH3yN4aQPE9i ++lhRf+ZPz2jT1umBqSfK8cvVc60OuW6SJYO4uwgXPzPBhinC9W/l4YVzjI2pSi3FI JK97T40S3ymv5+l1puVMbORPq3bOYDZVJGqJod0zLBWimJDlwwYFodyraqqnKBn8vm bYRfCgkTb3gNw== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130040 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-software_50.3.bb => gnome-software_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-software/{gnome-software_50.3.bb => gnome-software_51.0.bb} (94%) diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_50.3.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_51.0.bb similarity index 94% rename from meta-gnome/recipes-gnome/gnome-software/gnome-software_50.3.bb rename to meta-gnome/recipes-gnome/gnome-software/gnome-software_51.0.bb index 4b43be9052..6fc1eb4e52 100644 --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_50.3.bb +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_51.0.bb @@ -28,7 +28,7 @@ RDEPENDS:${PN} = "iso-codes" EXTRA_OEMESON += "-Dtests=false" -SRC_URI[archive.sha256sum] = "b1318e68f02bb3902fcd8f904d56f03f534ea5098f65e4c6bb9c2c924da7f823" +SRC_URI[archive.sha256sum] = "834b6035e61e36dd72339eb3e15d299b472ae0b393467a5bb36bb0045e0ba123" UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/GNOME/gnome-software/-/tags" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Sep 15 07:43:34 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98287 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 552D0C982C7 for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18119.1789458273915707452 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=MjktfcS5; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 372E01C45A for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npr-00ds5x0; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 18/31] gnome-system-monitor: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:34 +0200 Message-ID: <20260915074347.6003-18-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-077FD9B9-BCE2BE7C/0/0 CLEAN NORMAL X-TOI-MSGID: 4ce9a80f-d7dd-4748-a0ef-35acce9c345f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=uL0wfQ1OKexdWnUoZZjKnwaUaLXefBMmolufx2nlKYA=; h=From:To:Subject:Date:In-Reply-To:References; b=MjktfcS5CtqA59PxENGnqvGVS7B+Q2lrfLjSfvMAnl8guuuft3RQhaHX3cq63WNtF Z9TByY0+ProS+SCiyNNmcHofNR0gLoiwQq9f6foM7wzKuqnVgJi2Yc9Ph9LouHVWjR 5zJHP9Cz/Al3jupHMan7Vk+AWJvhAEPdcHXrTghyen+SNLfYCKG8Tu2CfmF3nNi4zF lTlEc4jH1/WP37IRqgChPZq9UzaxHNz3yxfhGMVTNDKnDPyw5Pjil3lbiWkUdXByaz oTjz6Y+sQNV6yv9XzuwKJ/sIJlHWIAmg9RWamPPdpHEI1Jno8gbxyPQHafXWQaxePZ eK2YKGtbp919w== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130059 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- ...nome-system-monitor_50.0.bb => gnome-system-monitor_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-system-monitor/{gnome-system-monitor_50.0.bb => gnome-system-monitor_51.0.bb} (88%) diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_51.0.bb similarity index 88% rename from meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb rename to meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_51.0.bb index 29918605ef..5853bca36b 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_51.0.bb @@ -19,7 +19,7 @@ inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check get ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI[archive.sha256sum] = "a4138aa754b4584c46de91fad1d685e27b12bc2457de761863b6be02d84c4862" +SRC_URI[archive.sha256sum] = "8887b03427230ac0816d4b0c801ce6628ad1fc9139ed3072914e9faa881ba868" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" From patchwork Tue Sep 15 07:43:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98280 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 AC9DFC982C9 for ; Tue, 15 Sep 2026 07:44:29 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18102.1789458262175507011 for ; Tue, 15 Sep 2026 00:44:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=hYwy8L/r; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 4042637D8B for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npr-00ds5y0; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 19/31] gnome-text-editor: upgrade 50.1 -> 51.0 Date: Tue, 15 Sep 2026 09:43:35 +0200 Message-ID: <20260915074347.6003-19-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-667FB9B9-9E012110/0/0 CLEAN NORMAL X-TOI-MSGID: 98ea618a-f1da-407c-9b1b-04eedf60323a DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=Lo/WO5WepBdwx+yXB1VWVty6+XjJSPFB+BSnK+jOFHo=; h=From:To:Subject:Date:In-Reply-To:References; b=hYwy8L/rV+ZoMIyQkKyRjZOKq3euhLadGdUg/sTtzG6c8Jdl7IWz076X2BqZVWDYu e7wvZOyWQwLUP40qVeFGM4bxjD1NLSFHTJnEAYSKtCJkeDnypIfW09ibDumliGHTFu bH9Ywk+BLyQGoz9QdjakOGlKOgCCSErhKlaxMvHEQ9TuO7jlGbYfiTmiYeDbJKFmRg qK23SMEG4Am6VlRvxswE/anf4+Ua3E24MSsnlSNpntriO6DGiiM3LsV9uAK3jZnPyl akq30QdRHCDSrsdSGJscKHjmDc5woT+cQqpN72PW4c1A2WlbCpxXWWHs9jV9A6lRBz mDJAao8+MXPqQ== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130039 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gnome-text-editor_50.1.bb => gnome-text-editor_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-text-editor/{gnome-text-editor_50.1.bb => gnome-text-editor_51.0.bb} (83%) diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.1.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_51.0.bb similarity index 83% rename from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.1.bb rename to meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_51.0.bb index bd988f23fd..b0aafa9bd6 100644 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.1.bb +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_51.0.bb @@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI[archive.sha256sum] = "f68036b09d378faa883bfe936e479c6ff37027c2ffed101daf912df70c51d0e6" +SRC_URI[archive.sha256sum] = "2b76e6da1506346c54b36ba1a3aeedcd28f4cb7d6a8793d217f209456c92dd4c" FILES:${PN} += " \ ${datadir}/metainfo \ From patchwork Tue Sep 15 07:43:36 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98283 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 08720C88E7F for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18120.1789458274064927260 for ; Tue, 15 Sep 2026 00:44:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=Zi4YaTi9; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 460361C46E for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npr-00ds5z0; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 20/31] gtksourceview5: upgrade 5.19.0 -> 5.21.0 Date: Tue, 15 Sep 2026 09:43:36 +0200 Message-ID: <20260915074347.6003-20-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-E8FF69B9-DC232916/0/0 CLEAN NORMAL X-TOI-MSGID: e35e2afe-ef41-4ac5-ac1c-86a80b723098 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=qqGSkU3VG1QYX+GSwi/eouKrf4SnoDxS2AlH2Rs3XzQ=; h=From:To:Subject:Date:In-Reply-To:References; b=Zi4YaTi9M8/BlXTM+bNTXkb9DNKRDsJFm/FEYkOadaU4rMVnotZ5p1CGBpabcbg3Y T4T7wUKSeo0ObTE2Lv9Qyp9lZIh1cbsa8CwzRG5XutaiZoFx/a3vCqE61q5cH9EmEV YH0CxuSTsblnMZk1niH3xFIh/bDP7sRb4clcAN+IBB/RWQjHaRxmhD6iV4MZyZVK0i RT7ISg3tFt4Mns+vAudtaCQH0PBfYFQqsIvbSNi1BnFfsZwMpJ+jlQD7MPPtMImCxd EG90Ho1SHFJ23k+6q2k+oK2+ZwrrqKP+YN97FpVdsBQn/ErBcElydNcmVRfnCXXxEN 7qq5apkChtvUw== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130062 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../{gtksourceview5_5.19.0.bb => gtksourceview5_5.21.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview5_5.19.0.bb => gtksourceview5_5.21.0.bb} (89%) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.19.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.21.0.bb similarity index 89% rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.19.0.bb rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.21.0.bb index 075fb754ec..103c933b60 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.19.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.21.0.bb @@ -20,7 +20,7 @@ REQUIRED_DISTRO_FEATURES = "opengl" GNOMEBN = "gtksourceview" -SRC_URI[archive.sha256sum] = "242bf2c3dc51c44402294b584141399afe7cf87bfacf2b958685cece964301c5" +SRC_URI[archive.sha256sum] = "65f7ce9d2ec683c6ff9b27a50d909f3abef65f742d11011e1b8f8b848cadf0f7" S = "${UNPACKDIR}/gtksourceview-${PV}" GIR_MESON_ENABLE_FLAG = 'enabled' From patchwork Tue Sep 15 07:43:37 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98277 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 E1B3DC88E7F for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18106.1789458264369269709 for ; Tue, 15 Sep 2026 00:44:24 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=C7ixcvvF; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 4F11137E21 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npr-00ds600; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 21/31] gvfs: upgrade 1.60.2 -> 1.62.0 Date: Tue, 15 Sep 2026 09:43:37 +0200 Message-ID: <20260915074347.6003-21-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-11FF09B9-F801081D/0/0 CLEAN NORMAL X-TOI-MSGID: 0996f1aa-2791-4c9f-ac43-8ad241baa7d2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=Urn7Usxd2lFQuayEzO5HFIcRgRtVP0F92VZjzRCMXFI=; h=From:To:Subject:Date:In-Reply-To:References; b=C7ixcvvFTsDRAq3dL/qPhoLq48wH7xtk7Zp8OYGG3uDggxHZ2zIa//LwYWJFXRo3u tWa9QRxWyt3xo5tJ464k8d33OkcxzUGEUwrrF4HR9wRBc1aup2XakZC65Ar5le8Bf1 Fl9lFBsoKz8gMaWXeG3cGEUTuwerWJfQDtbMy41XsW+uZpFPaVKJIkMLXdOo3/aPd8 D1sHOhOtlHqXlV2yyYKf16lc0n1KYtgk01gcsN9/Ito3SI65yGyToUN3JCt90H/V4q r0l4ML7s7JDUwRBDpdp3heUUS6x2P6bM6Yo/LnwJ4k8ln6QTSQvkGydfh4eRJrwHng YbnOokOEBxlww== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130044 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../recipes-gnome/gvfs/{gvfs_1.60.2.bb => gvfs_1.62.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.60.2.bb => gvfs_1.62.0.bb} (97%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.60.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.62.0.bb similarity index 97% rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.60.2.bb rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.62.0.bb index bdcc331712..441c575524 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.60.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.62.0.bb @@ -18,7 +18,7 @@ DEPENDS += "\ RDEPENDS:${PN} += "gsettings-desktop-schemas" SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" -SRC_URI[archive.sha256sum] = "a8d7744615a488a559302fe0cc8f418d5b44aba3c2ba2163e5a9e6f607c1be9a" +SRC_URI[archive.sha256sum] = "dd8e6c255fd3bed5eeb190b59027c88b38e63c1be0932ddce9cfeb48f3c43d0f" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" From patchwork Tue Sep 15 07:43:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98292 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 70D39C982C9 for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18121.1789458275929360787 for ; Tue, 15 Sep 2026 00:44:36 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=b5daiN+e; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 5478D1C493 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npr-00ds610; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 22/31] libdex: upgrade 1.0.0 -> 1.2.0 Date: Tue, 15 Sep 2026 09:43:38 +0200 Message-ID: <20260915074347.6003-22-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-757F99B9-9C4162B4/0/0 CLEAN NORMAL X-TOI-MSGID: 5e7f788f-f1f6-4f07-9291-fc57fce5e17b DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=f6M5GGagT67gwJJs7zxw4Yz8urJFIKEDo8bVQom9OfQ=; h=From:To:Subject:Date:In-Reply-To:References; b=b5daiN+epwQVuPul9na7+3nUxj3+7DUavvWKm806uUb2sek1rGenBvhNRVg/KO8cn BTNnmGqpfaKH7iqSG0fBmi8iims/vlueFIaD7Ulr/LeAHQZ+LmISA7bE8mku0dKsAL 2u2nIfAyRaG9c4sMSJ/PHAkrLISir020ctw21CRCb+rB3C1ThbMjAfwd7zl/wzuc/E dPtIC0CJtkvsBq93+qLC9WyAcZe/a2QlJz/00vSeKS19XcNrUUMmzWnLwwZV4A22Pi scyldBXoobXu0+q3PICwMMqNuUc4adZEdZiyrteY2BZke5VI586RF5NSGVxpP37gmV 0DLvOvGV53o0w== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130066 1.2.0 installs PyGObject overrides. They need python3-pygobject at runtime, so put them behind a PACKAGECONFIG that is off by default and ship them when it is enabled. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../libdex/{libdex_1.0.0.bb => libdex_1.2.0.bb} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/libdex/{libdex_1.0.0.bb => libdex_1.2.0.bb} (65%) diff --git a/meta-gnome/recipes-gnome/libdex/libdex_1.0.0.bb b/meta-gnome/recipes-gnome/libdex/libdex_1.2.0.bb similarity index 65% rename from meta-gnome/recipes-gnome/libdex/libdex_1.0.0.bb rename to meta-gnome/recipes-gnome/libdex/libdex_1.2.0.bb index 7d7ae2fa2b..a7f45448ad 100644 --- a/meta-gnome/recipes-gnome/libdex/libdex_1.0.0.bb +++ b/meta-gnome/recipes-gnome/libdex/libdex_1.2.0.bb @@ -11,9 +11,13 @@ DEPENDS:append:libc-musl = " libucontext" LDFLAGS:append:libc-musl = " -lucontext" -SRC_URI[archive.sha256sum] = "7b8f5c5db3796e14e12e10422e2356766ba830b92815fee70bbc867b5b207f5d" +SRC_URI[archive.sha256sum] = "69f5b244c21f6402831c3ab8af85a01772f72fb118677388436f12f32bfb06d9" PACKAGECONFIG ?= "" +PACKAGECONFIG[pygobject] = "-Dpygobject=true,-Dpygobject=false,,python3-pygobject" + EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false" +FILES:${PN} += "${libdir}/python3*/site-packages/gi/overrides" + REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" From patchwork Tue Sep 15 07:43:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98271 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 20AD2C88E7D for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18107.1789458264430173277 for ; Tue, 15 Sep 2026 00:44:24 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=UBfW5bIB; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 5D60237E88 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npr-00ds620; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 23/31] msgraph: upgrade 0.3.4 -> 0.3.5 Date: Tue, 15 Sep 2026 09:43:39 +0200 Message-ID: <20260915074347.6003-23-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-47FFC9B9-2648AB8C/0/0 CLEAN NORMAL X-TOI-MSGID: 639f132b-bb38-4d28-affd-f057ca06153f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=icV9B8ZCixUsueVqKTZu4wLt+x8KodqPGCzGgp+y4zo=; h=From:To:Subject:Date:In-Reply-To:References; b=UBfW5bIBd7QEDgFq1DEXlckx+6rB+FKT4ambpjwK1aDPawOelYOZiNdrgvwCCCQDr 0LBSuG4kvYkPgrBlBertB6OxUzUg4taWVK6t4GaUey6OP9QiwR8tQaYb9y5VC30KJj 5HEiL/Ei2KH7QoNNZQzCWOqaEnEFQE7nGmMBYxZZ30zK507BZEIf9cNZAzQ+FjNqiq 5vepqqzoywL7OMKxQvz/eHGqki04jVibX+KZgYQW61nCWd34YrUCgWnp+8vLgM2q8O DBsHs82IY++LxHcWwnH7CfxPD2Bj3MSzxAO2bc4PAwXDIi6U2h3ELNnTymSo4FLNar qDBPAj89TSZOQ== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130045 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../msgraph/{msgraph_0.3.4.bb => msgraph_0.3.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/msgraph/{msgraph_0.3.4.bb => msgraph_0.3.5.bb} (82%) diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.4.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.5.bb similarity index 82% rename from meta-gnome/recipes-gnome/msgraph/msgraph_0.3.4.bb rename to meta-gnome/recipes-gnome/msgraph/msgraph_0.3.5.bb index 1c2c3b9c41..539fcfec38 100644 --- a/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.4.bb +++ b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.5.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" inherit gnomebase gobject-introspection gi-docgen features_check REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI[archive.sha256sum] = "0731ece6b02b32eeffbbbd98efdc77bc03ddd20651eeae3a4343f0879b04d6c7" +SRC_URI[archive.sha256sum] = "e3dadbf638d0207040f6da6d852db516e463423da710af6cbc35d00572f17d9b" GTKDOC_MESON_OPTION = "gtk_doc" From patchwork Tue Sep 15 07:43:40 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98284 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 E6198C88E7D for ; Tue, 15 Sep 2026 07:44:39 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18084.1789458275897238941 for ; Tue, 15 Sep 2026 00:44:36 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=Bhrs+wVs; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 632681BE62 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Npr-00ds630; Tue, 15 Sep 2026 09:44:11 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 24/31] mutter: upgrade 50.4 -> 51.0 Date: Tue, 15 Sep 2026 09:43:40 +0200 Message-ID: <20260915074347.6003-24-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458251-FB7FD9B9-E2E96DEB/0/0 CLEAN NORMAL X-TOI-MSGID: 52cc612a-fdb8-45e6-a8c1-4fcdffc653dd DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=uh7ViTl8pD+R2spqjSYZbWCzBUe9CHEb4/gTOlbbEpY=; h=From:To:Subject:Date:In-Reply-To:References; b=Bhrs+wVsUx/ftv7OtdQzTclA3vdJVs2XbDSK3OZ6FbrXBSkguk28469Y/B7LJNDJC X9uvT+8eny6FyELV7sU3hUuEiJISbuzPhoB8fAcQRlvAajQ4NOAURZ0QVZ37loQ4/6 X1Cv/VcfHZOIkLO/AyoNX+G+JSjG7YsnWbWjKaBFEixFCW11FM64Q8fP9slFPSNJL5 9DxYJvt97a87DeakDreSBrDAECp2NS9MoC6XUs/1gL4yMUo+/69BIYHCk4rmb8P6vL FTjE2EZMWfvSHVbFPXoDdRHbvR1M8Kg3GQ2mExwcmu6pyQ9/pEpKHecdHqye+0u1Lj 2CEON+JebX6+w== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130063 The native backend, udev and logind are no longer optional, and the egl_device and wayland_eglstream options are gone. Drop those PACKAGECONFIGs and move the dependencies they carried into DEPENDS. Upstream now aligns the API version with the release, so the libraries live in ${libdir}/mutter-51 instead of mutter-18. Derive MUTTER_API_NAME from PV rather than hardcoding it again. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../mutter/{mutter_50.4.bb => mutter_51.0.bb} | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) rename meta-gnome/recipes-gnome/mutter/{mutter_50.4.bb => mutter_51.0.bb} (85%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_50.4.bb b/meta-gnome/recipes-gnome/mutter/mutter_51.0.bb similarity index 85% rename from meta-gnome/recipes-gnome/mutter/mutter_50.4.bb rename to meta-gnome/recipes-gnome/mutter/mutter_51.0.bb index f9b3e9d5e5..6604865f67 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_50.4.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_51.0.bb @@ -17,12 +17,17 @@ DEPENDS = " \ libdisplay-info \ libdrm \ libei \ + libgudev \ + libinput \ + libxcvt-native \ libxkbcommon \ pango \ pixman \ python3-argcomplete-native \ python3-docutils-native \ + udev \ virtual/egl \ + virtual/libgbm \ virtual/libgles2 \ wayland \ wayland-native \ @@ -32,7 +37,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch" -SRC_URI[archive.sha256sum] = "273d33c875abcb4b6cbea3f4ec045d18155fbc510c3521fc7e47926371310988" +SRC_URI[archive.sha256sum] = "5d28f3ae225692428fcafb96500d673f34328b698b86960c9c1460d0b1d983b3" REQUIRED_DISTRO_FEATURES = "wayland polkit" ANY_OF_DISTRO_FEATURES = "opengl vulkan" @@ -40,10 +45,10 @@ ANY_OF_DISTRO_FEATURES = "opengl vulkan" # systemd can be replaced by libelogind (not available atow - make systemd # mandatory distro feature) LOGIND ?= "systemd" +DEPENDS += "${LOGIND}" REQUIRED_DISTRO_FEATURES += "systemd" PACKAGECONFIG ??= " \ - native-backend \ egl \ gles2 \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)} \ @@ -51,17 +56,11 @@ PACKAGECONFIG ??= " \ bash-completion \ gnome-desktop \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xwayland', '', d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'logind udev', '', d)} \ " -PACKAGECONFIG[native-backend] = "-Dnative_backend=true -Dudev=true, -Dnative_backend=false -Dudev=false, libdrm virtual/libgbm libinput ${LOGIND} virtual/egl virtual/libgles2 udev libxcvt-native" PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=false, virtual/libgl" PACKAGECONFIG[gles2] = "-Dgles2=true, -Dgles2=false, virtual/libgles2" PACKAGECONFIG[egl] = "-Degl=true, -Degl=false, virtual/egl" -PACKAGECONFIG[egl-device] = "-Degl_device=true, -Degl_device=false" -PACKAGECONFIG[wayland-eglstream] = "-Dwayland_eglstream=true, -Dwayland_eglstream=false, wayland-eglstream-protocols" -PACKAGECONFIG[udev] = "-Dudev=true, -Dudev=false, udev" -PACKAGECONFIG[logind] = "-Dlogind=true, -Dlogind=false, systemd" PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" PACKAGECONFIG[gnome-desktop] = "-Dlibgnome_desktop=true, -Dlibgnome_desktop=false, gnome-desktop gnome-settings-daemon" @@ -88,7 +87,7 @@ EXTRA_OEMESON += " \ -Dverbose=true \ " -MUTTER_API_NAME = "mutter-18" +MUTTER_API_NAME = "mutter-${@oe.utils.trim_version('${PV}', 1)}" do_install:prepend() { sed -i -e 's|${B}/||g' ${B}/cogl/cogl/cogl-enum-types.c From patchwork Tue Sep 15 07:43:41 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98270 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 072F0C88E75 for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18076.1789458264449744987 for ; Tue, 15 Sep 2026 00:44:24 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=WTs0qr0l; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id B65D837CBC for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Nps-00ds640; Tue, 15 Sep 2026 09:44:12 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 25/31] sysprof: upgrade 48.1 -> 51.0 Date: Tue, 15 Sep 2026 09:43:41 +0200 Message-ID: <20260915074347.6003-25-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458252-15FF89B9-547D4DBD/0/0 CLEAN NORMAL X-TOI-MSGID: edabccf5-ff28-4f55-91fa-5524a8c83998 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=nFxO71XnSfam9dbTwxbdaTsMicbqEk4AlVMaZg4dXvs=; h=From:To:Subject:Date:In-Reply-To:References; b=WTs0qr0llaTSiS81BKPAkn/Hx1lK1seNLOi5xfgg/9a+pfPQBdivoN3iyjzCAhdLk S7ocVAI8D0Uzm5j5TEcOKEd0hS7sy/Ctv36bUimDZXLMO4LVqM7VFpFNDnXtykn0+q dBytNlwVmIZSNTcy7lZHop8ZavVdoXYXV1pL5t5kGzmQTlI5c14RsH2CAnUZ/Q1tpc nUqvaPamy3JUb96A+XUveWvUyzJWRR3ov9kJS9gh+Fej0sUGpsryqi6AZ2744wxscE QCe9Mhc/TykXZYuznkoKkNvcUB/qmqLb1DNyvKBu5TbRiIax8FhGTVoHJjzrF8yxH5 RfIQiOcc/ToQw== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130047 The environ shadowing fix and the .debug directory lookup in the ELF loader are part of the release now; refresh the remaining icon cache patch. 51.0 installs a session D-Bus service file, so ship it. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- ...oke-the-commands-to-update-the-icon-.patch | 8 ++-- ...f-greeter-fix-environ-with-shadowing.patch | 37 --------------- ...search-for-debug-links-in-.debug-dir.patch | 47 ------------------- .../{sysprof_48.1.bb => sysprof_51.0.bb} | 5 +- 4 files changed, 6 insertions(+), 91 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/sysprof/sysprof/0004-sysprof-greeter-fix-environ-with-shadowing.patch delete mode 100644 meta-gnome/recipes-gnome/sysprof/sysprof/0005-Make-elf-loader-search-for-debug-links-in-.debug-dir.patch rename meta-gnome/recipes-gnome/sysprof/{sysprof_48.1.bb => sysprof_51.0.bb} (88%) diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof/0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch b/meta-gnome/recipes-gnome/sysprof/sysprof/0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch index 61c75f08b4..399a2af36f 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof/0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch +++ b/meta-gnome/recipes-gnome/sysprof/sysprof/0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch @@ -15,12 +15,12 @@ Signed-off-by: Carlos Alberto Lopez Perez 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build -index 783f558..8775fe6 100644 +index 339b1c3..bd5bda6 100644 --- a/meson.build +++ b/meson.build -@@ -276,7 +276,7 @@ configure_file( - configuration: config_h - ) +@@ -280,7 +280,7 @@ if get_option('docs') + subdir('doc') + endif -if get_option('gtk') and gnome.found() +if get_option('gtk') and gnome.found() and not meson.is_cross_build() diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof/0004-sysprof-greeter-fix-environ-with-shadowing.patch b/meta-gnome/recipes-gnome/sysprof/sysprof/0004-sysprof-greeter-fix-environ-with-shadowing.patch deleted file mode 100644 index a2c925cbea..0000000000 --- a/meta-gnome/recipes-gnome/sysprof/sysprof/0004-sysprof-greeter-fix-environ-with-shadowing.patch +++ /dev/null @@ -1,37 +0,0 @@ -From f65c492e93db122ac9623c7b0ee590801f90e366 Mon Sep 17 00:00:00 2001 -From: Christian Hergert -Date: Mon, 11 Aug 2025 14:10:08 -0700 -Subject: [PATCH] sysprof/greeter: fix environ with shadowing - -Fixes: #150 - -Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/sysprof/-/issues/150] -Signed-off-by: Pablo Saavedra ---- - src/sysprof/sysprof-greeter.c | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/src/sysprof/sysprof-greeter.c b/src/sysprof/sysprof-greeter.c -index 5f44cb6..80e07ae 100644 ---- a/src/sysprof/sysprof-greeter.c -+++ b/src/sysprof/sysprof-greeter.c -@@ -626,14 +626,14 @@ sysprof_greeter_init (SysprofGreeter *self) - - if (self->recording_template) - { -- g_auto(GStrv) environ = NULL; -+ g_auto(GStrv) environ_ = NULL; - g_object_get (self->recording_template, -- "environ", &environ, -+ "environ", &environ_, - NULL); -- if (environ) -+ if (environ_) - { -- for (guint i = 0; environ[i]; i++) -- gtk_string_list_append (self->envvars, environ[i]); -+ for (guint i = 0; environ_[i]; i++) -+ gtk_string_list_append (self->envvars, environ_[i]); - } - } - diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof/0005-Make-elf-loader-search-for-debug-links-in-.debug-dir.patch b/meta-gnome/recipes-gnome/sysprof/sysprof/0005-Make-elf-loader-search-for-debug-links-in-.debug-dir.patch deleted file mode 100644 index bd7305d77d..0000000000 --- a/meta-gnome/recipes-gnome/sysprof/sysprof/0005-Make-elf-loader-search-for-debug-links-in-.debug-dir.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 9c35912dba0597a241e9af4fe5c87bfc0931c46c Mon Sep 17 00:00:00 2001 -From: Pawel Lampe -Date: Fri, 16 May 2025 14:31:29 +0200 -Subject: [PATCH] Make elf loader search for debug links in .debug dirs - -When the distribution is built using yocto project, it's possible -to specify 'dbg-pkgs' image feature, see: -https://docs.yoctoproject.org/dev/ref-manual/features.html -This image feature makes files with package debug symbols being -placed under .debug directories accompanying the original binary -directories and mentioned in the .gnu_debuglink of the original binary. -Effectively the symbols of e.g. /x/y/libz.so will be placed in -/x/y/.debug/libz.so. - -This change makes sysprof's elf loader to search for debug links -in such a .debug directories. - -Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/sysprof/-/merge_requests/140] ---- - src/libsysprof/sysprof-elf-loader.c | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/src/libsysprof/sysprof-elf-loader.c b/src/libsysprof/sysprof-elf-loader.c -index 2e52e26..e0b4089 100644 ---- a/src/libsysprof/sysprof-elf-loader.c -+++ b/src/libsysprof/sysprof-elf-loader.c -@@ -336,6 +336,7 @@ sysprof_elf_loader_annotate (SysprofElfLoader *self, - g_autofree char *directory_name = NULL; - g_autofree char *debug_path = NULL; - g_autofree char *short_debug_path = NULL; -+ g_autofree char *shorter_debug_path = NULL; - const char *short_directory_name; - const char *debug_dir = self->debug_dirs[i]; - const char *build_id; -@@ -360,6 +361,12 @@ sysprof_elf_loader_annotate (SysprofElfLoader *self, - sysprof_elf_set_debug_link_elf (elf, get_deepest_debuglink (debug_link_elf)); - return; - } -+ shorter_debug_path = g_build_filename (directory_name, ".debug", debug_link, NULL); -+ if ((debug_link_elf = sysprof_elf_loader_load (self, mount_namespace, shorter_debug_path, build_id, 0, NULL))) -+ { -+ sysprof_elf_set_debug_link_elf (elf, get_deepest_debuglink (debug_link_elf)); -+ return; -+ } - } - } - diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_51.0.bb similarity index 88% rename from meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb rename to meta-gnome/recipes-gnome/sysprof/sysprof_51.0.bb index aee2dd84ae..bf1913b966 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_51.0.bb @@ -21,10 +21,8 @@ DEPENDS += " \ SRC_URI += "file://0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch \ file://0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch \ file://0003-libsysprof-Check-for-unw_set_caching_policy-before-u.patch \ - file://0004-sysprof-greeter-fix-environ-with-shadowing.patch \ - file://0005-Make-elf-loader-search-for-debug-links-in-.debug-dir.patch \ " -SRC_URI[archive.sha256sum] = "54f157fdfef1edf1e2f22e542c462d90e1c21fca8c30eba4127cee739039bbe2" +SRC_URI[archive.sha256sum] = "f2c8d9c5c8294ce3fdc8be7d9f4be56a72ed71522cb54987f1723a8cfd91637d" # reason: gtk4 requires opengl distro feature REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'gtk', 'opengl', '', d)}" @@ -45,6 +43,7 @@ FILES_SOLIBSDEV = "${libdir}/libsysprof-6.so" SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof3.service', '', d)}" FILES:${PN} += " \ + ${datadir}/dbus-1/services \ ${datadir}/dbus-1/system-services \ ${datadir}/dbus-1/system.d \ ${datadir}/dbus-1/interfaces \ From patchwork Tue Sep 15 07:43:42 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98282 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 C7557C88E73 for ; Tue, 15 Sep 2026 07:44:39 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18122.1789458275929593921 for ; Tue, 15 Sep 2026 00:44:36 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=hHVr6ccm; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id B82861C4E3 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Nps-00ds650; Tue, 15 Sep 2026 09:44:12 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 26/31] tecla: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:42 +0200 Message-ID: <20260915074347.6003-26-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458252-767FB9B9-C05C2B0E/0/0 CLEAN NORMAL X-TOI-MSGID: cbc0ecad-3aec-493c-bd81-0a888fca0898 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=gzRSc+J4UYZ/xupIuF7hbxIUBIIKYfQubbCQzJk9FQ4=; h=From:To:Subject:Date:In-Reply-To:References; b=hHVr6ccmmn0BdeGfR3mfhmard9JnHvO5l3EwOH7AD/GIENUQPFLfTmHyF5fKPKkLh swuwPp3L3PrMlJnY/hhEeEftTjXXPHZdk+q2fXBX8B8CSClI+Um85EBU8angwoyfSb w3dSFK0RII5Xx5KY5zK5w234Jz5REq7VZfOPyZN20LL8DJjxmpj26A6ce9a1FJCGQV UBREvKNOL3rpJV4zuKy0z8t46FrqJXI6A351zmbYEcxgU5DW/ocMCw6ADZvwJKg2JX oUvsqHwzUKG9BWr3DyNBqeu6SBjUfaohZUUPcTbpTEI+bzBz05g9RT6mXNuH/+zmzt XLBTEl9kV3Bzw== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130065 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/tecla/{tecla_50.0.bb => tecla_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/tecla/{tecla_50.0.bb => tecla_51.0.bb} (84%) diff --git a/meta-gnome/recipes-gnome/tecla/tecla_50.0.bb b/meta-gnome/recipes-gnome/tecla/tecla_51.0.bb similarity index 84% rename from meta-gnome/recipes-gnome/tecla/tecla_50.0.bb rename to meta-gnome/recipes-gnome/tecla/tecla_51.0.bb index f0a4874eca..9c677ef758 100644 --- a/meta-gnome/recipes-gnome/tecla/tecla_50.0.bb +++ b/meta-gnome/recipes-gnome/tecla/tecla_51.0.bb @@ -14,5 +14,5 @@ REQUIRED_DISTRO_FEATURES = "wayland" inherit gnomebase pkgconfig features_check SRC_URI = "https://download.gnome.org/sources/tecla/${@oe.utils.trim_version('${PV}', 1)}/tecla-${PV}.tar.xz" -SRC_URI[sha256sum] = "2542acb24850082e0ccf6aa17af9651db71d22f0e233fdbf5ed0cffe2e45bc06" +SRC_URI[sha256sum] = "ddf1a8555044171d0d84b580d6d541c3c621ae77996f6bc5edde598de2f8625b" From patchwork Tue Sep 15 07:43:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98275 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 5F6D5C982C3 for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18104.1789458262659627480 for ; Tue, 15 Sep 2026 00:44:23 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=hUV5bUsO; spf=pass (domain: t-online.de, ip: 194.25.134.85, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout11.t-online.de (Postfix) with SMTP id C30421C4BB for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Nps-00ds660; Tue, 15 Sep 2026 09:44:12 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 27/31] localsearch: upgrade 3.11.1 -> 3.12.0 Date: Tue, 15 Sep 2026 09:43:43 +0200 Message-ID: <20260915074347.6003-27-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458252-0AFFA9B9-0DE3D59C/0/0 CLEAN NORMAL X-TOI-MSGID: de44151a-a880-41de-b2b2-3e0daf5a2e3f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=C6N9Sp8HJAKa/y51eaaHufLBmegomps1iMKplKXG0To=; h=From:To:Subject:Date:In-Reply-To:References; b=hUV5bUsOQ9MEqy86/lH1mMs67nYqf1a7swuMmFARC/iRsGTeEP/ZTFIa2kwLp6nH8 xLquM/tuyXwNafZw8juOZrsf9i3ZcogVqSymeYTVZgTXWSEn6NdUbGgl7dVKJ9crJX ph22fU+Nsk/JFAM4L/qAWQLLF+GfKOK5oFTexaHsodRCbnf5H/Pp6Qwbr+ZqgbOqdz jJ3SxxDBuBrjVnM03dKS869NoUkL4P7OdKejWVMxAgO5T8X2nagiGbW4rQFc2yN9TS y2G4fw9hprTo9xpicscJY7exa9PMr0hQVKXRG3KBC3iwbnlz6PiGFw1mjTlcaeRDb7 JsSN9jS3A/w8A== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130042 The enum types template the host path patch fixed no longer exists. Refresh the remaining patch against the new sources. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- ...to-a-fixed-path-instead-of-a-host-pa.patch | 25 ---------- ...on-to-disable-the-uninstalled-helper.patch | 49 +++++++++---------- ...search_3.11.1.bb => localsearch_3.12.0.bb} | 3 +- 3 files changed, 25 insertions(+), 52 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch rename meta-gnome/recipes-gnome/tracker/{localsearch_3.11.1.bb => localsearch_3.12.0.bb} (94%) diff --git a/meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch b/meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch deleted file mode 100644 index 23675075f8..0000000000 --- a/meta-gnome/recipes-gnome/tracker/localsearch/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 78c089de4bef7d8f07cc6def1202dcec949521b5 Mon Sep 17 00:00:00 2001 -From: Lei Maohui -Date: Thu, 15 Sep 2022 16:35:39 +0900 -Subject: [PATCH] Set header file to a fixed path instead of a host path. - -Upstream-Status: Inappropriate [embedded specific] - -Signed-off-by: Lei Maohui ---- - src/common/tracker-miners-enum-types.c.template | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/common/tracker-miners-enum-types.c.template b/src/common/tracker-miners-enum-types.c.template -index 4db7ef1..7c44c13 100644 ---- a/src/common/tracker-miners-enum-types.c.template -+++ b/src/common/tracker-miners-enum-types.c.template -@@ -7,7 +7,7 @@ - - /*** BEGIN file-production ***/ - /* enumerations from "@basename@" */ --#include "@filename@" -+#include "tracker-enums.h" - /*** END file-production ***/ - - diff --git a/meta-gnome/recipes-gnome/tracker/localsearch/0001-build-add-an-option-to-disable-the-uninstalled-helper.patch b/meta-gnome/recipes-gnome/tracker/localsearch/0001-build-add-an-option-to-disable-the-uninstalled-helper.patch index 994a6ef167..b783a2128a 100644 --- a/meta-gnome/recipes-gnome/tracker/localsearch/0001-build-add-an-option-to-disable-the-uninstalled-helper.patch +++ b/meta-gnome/recipes-gnome/tracker/localsearch/0001-build-add-an-option-to-disable-the-uninstalled-helper.patch @@ -1,6 +1,6 @@ -From 673ee0734c5aec9afbe24dc50a7436f67e42b7aa Mon Sep 17 00:00:00 2001 +From de9c9544076bfaff637869610a79a74e86183332 Mon Sep 17 00:00:00 2001 From: Markus Volk -Date: Sun, 6 Sep 2026 11:18:10 +0200 +Date: Tue, 15 Sep 2026 07:52:03 +0200 Subject: [PATCH] build: add an option to disable the uninstalled helper paths The daemons and the command line tool compare their working directory @@ -33,10 +33,10 @@ AI-Generated: Uses Claude Code (Claude Fable 5.1) 11 files changed, 48 insertions(+), 13 deletions(-) diff --git a/meson.build b/meson.build -index 7a311d4..fd29c73 100644 +index a7fbced..3e5fb4b 100644 --- a/meson.build +++ b/meson.build -@@ -355,6 +355,18 @@ srcinc = include_directories('src/') +@@ -356,6 +356,18 @@ srcinc = include_directories('src/') build_root = meson.current_build_dir() @@ -56,10 +56,10 @@ index 7a311d4..fd29c73 100644 # directory, following the existing convention in that directory. tracker_api_versioned_name = 'localsearch-@0@'.format(tracker_api_version) diff --git a/meson_options.txt b/meson_options.txt -index 70e764a..621d7ce 100644 +index ac90fd0..77f304e 100644 --- a/meson_options.txt +++ b/meson_options.txt -@@ -99,3 +99,5 @@ option('tests_tap_protocol', type: 'boolean', value: false, +@@ -101,3 +101,5 @@ option('tests_tap_protocol', type: 'boolean', value: false, description: 'Whether to enable TAP protocol on tests') option('test_utils_dir', type: 'string', value: '', description: 'Directory to install trackertestutils Python package (or empty to use the default)') @@ -83,10 +83,10 @@ index dd6177d..851ce05 100644 '-DBINDIR="@0@"'.format(join_paths(get_option('prefix'), get_option('bindir'))), ], diff --git a/src/cli/tracker-cli-utils.c b/src/cli/tracker-cli-utils.c -index 735bb4b..a941921 100644 +index 721b5cc..3399dc8 100644 --- a/src/cli/tracker-cli-utils.c +++ b/src/cli/tracker-cli-utils.c -@@ -199,6 +199,7 @@ tracker_cli_print_errors (GList *keyfiles, +@@ -209,6 +209,7 @@ tracker_cli_print_errors (GList *keyfiles, gboolean tracker_cli_check_inside_build_tree (const gchar* argv0) { @@ -94,7 +94,7 @@ index 735bb4b..a941921 100644 g_autoptr (GFile) build_root = NULL; g_autoptr (GFile) path = NULL; -@@ -206,4 +207,7 @@ tracker_cli_check_inside_build_tree (const gchar* argv0) +@@ -216,6 +217,9 @@ tracker_cli_check_inside_build_tree (const gchar* argv0) path = g_file_new_for_path (argv0); return g_file_has_prefix (path, build_root); @@ -102,6 +102,8 @@ index 735bb4b..a941921 100644 + return FALSE; +#endif } + + TrackerSparqlConnection * diff --git a/src/cli/tracker-extract.c b/src/cli/tracker-extract.c index 7342b24..cb74e9b 100644 --- a/src/cli/tracker-extract.c @@ -122,10 +124,10 @@ index 7342b24..cb74e9b 100644 } diff --git a/src/cli/tracker-info.c b/src/cli/tracker-info.c -index 6b46f1f..18fadbd 100644 +index 4d9bf19..3190016 100644 --- a/src/cli/tracker-info.c +++ b/src/cli/tracker-info.c -@@ -311,10 +311,13 @@ output_eligible_status_for_file (gchar *path, +@@ -313,10 +313,13 @@ output_eligible_status_for_file (gchar *path, { g_autofree char *tracker_miner_fs_path = NULL; @@ -141,10 +143,10 @@ index 6b46f1f..18fadbd 100644 } diff --git a/src/common/meson.build b/src/common/meson.build -index 93da66e..73b7388 100644 +index 483fb74..f99b163 100644 --- a/src/common/meson.build +++ b/src/common/meson.build -@@ -52,13 +52,11 @@ endif +@@ -37,13 +37,11 @@ endif libtracker_miners_common = static_library('tracker-miners-common', tracker_miners_common_sources, dependencies: tracker_miners_common_dependencies + tracker_miners_common_private_dependencies, @@ -189,10 +191,10 @@ index a3f3905..3f136a3 100644 /* Add user cache for readonly databases */ #ifdef MINER_FS_CACHE_LOCATION diff --git a/src/indexer/meson.build b/src/indexer/meson.build -index 55ff6ab..0879e41 100644 +index 9470018..9ea9cff 100644 --- a/src/indexer/meson.build +++ b/src/indexer/meson.build -@@ -84,6 +84,15 @@ executable('localsearch-endpoint-@0@'.format(tracker_api_major), +@@ -81,6 +81,15 @@ executable('localsearch-endpoint-@0@'.format(tracker_api_major), install_rpath: tracker_internal_libs_dir, ) @@ -208,7 +210,7 @@ index 55ff6ab..0879e41 100644 executable('localsearch-@0@'.format(tracker_api_major), sources, miner_fs_resources[0], miner_fs_resources[1], -@@ -91,9 +100,8 @@ executable('localsearch-@0@'.format(tracker_api_major), +@@ -88,9 +97,8 @@ executable('localsearch-@0@'.format(tracker_api_major), dependencies: tracker_miner_fs_deps, c_args: [ tracker_c_args, @@ -221,10 +223,10 @@ index 55ff6ab..0879e41 100644 ], install: true, diff --git a/src/indexer/tracker-application.c b/src/indexer/tracker-application.c -index d3caf3d..c00ffaa 100644 +index 3c73450..6bb5565 100644 --- a/src/indexer/tracker-application.c +++ b/src/indexer/tracker-application.c -@@ -270,7 +270,7 @@ open_connection (TrackerApplication *app, +@@ -265,7 +265,7 @@ open_connection (TrackerApplication *app, g_autoptr (GSocket) socket = NULL; g_autoptr (GIOStream) stream = NULL; g_autoptr (GFile) location = NULL; @@ -233,7 +235,7 @@ index d3caf3d..c00ffaa 100644 const char *helper_path; g_assert (instance->root); -@@ -298,11 +298,13 @@ open_connection (TrackerApplication *app, +@@ -293,11 +293,13 @@ open_connection (TrackerApplication *app, guid = g_dbus_generate_guid (); @@ -248,10 +250,10 @@ index d3caf3d..c00ffaa 100644 location = g_file_get_child (instance->root, ".localsearch3"); diff --git a/src/indexer/tracker-extract-watchdog.c b/src/indexer/tracker-extract-watchdog.c -index 27f6b49..37da365 100644 +index d203952..315059e 100644 --- a/src/indexer/tracker-extract-watchdog.c +++ b/src/indexer/tracker-extract-watchdog.c -@@ -488,7 +488,7 @@ void +@@ -496,7 +496,7 @@ void tracker_extract_watchdog_ensure_started (TrackerExtractWatchdog *watchdog) { g_autoptr (GError) error = NULL; @@ -260,7 +262,7 @@ index 27f6b49..37da365 100644 g_autoptr (GStrvBuilder) strv_builder = NULL; g_auto (GStrv) arguments = NULL; const gchar *extract_path; -@@ -516,11 +516,13 @@ tracker_extract_watchdog_ensure_started (TrackerExtractWatchdog *watchdog) +@@ -524,11 +524,13 @@ tracker_extract_watchdog_ensure_started (TrackerExtractWatchdog *watchdog) return; } @@ -274,6 +276,3 @@ index 27f6b49..37da365 100644 extract_path = LIBEXECDIR "/" EXECUTABLE_NAME; strv_builder = g_strv_builder_new (); --- -2.55.0 - diff --git a/meta-gnome/recipes-gnome/tracker/localsearch_3.11.1.bb b/meta-gnome/recipes-gnome/tracker/localsearch_3.12.0.bb similarity index 94% rename from meta-gnome/recipes-gnome/tracker/localsearch_3.11.1.bb rename to meta-gnome/recipes-gnome/tracker/localsearch_3.12.0.bb index c5c463a54b..e9cb1ff10a 100644 --- a/meta-gnome/recipes-gnome/tracker/localsearch_3.11.1.bb +++ b/meta-gnome/recipes-gnome/tracker/localsearch_3.12.0.bb @@ -16,9 +16,8 @@ inherit gnomebase gsettings gobject-introspection vala bash-completion features_ SRC_URI:append = " \ file://0001-build-add-an-option-to-disable-the-uninstalled-helper.patch \ - file://0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch \ " -SRC_URI[archive.sha256sum] = "7b39a6c28a8acf2b172f15b2fb5ee7c7a3764c447c2f4a14caa239b7ebe61942" +SRC_URI[archive.sha256sum] = "4bf45440ce7a899f2eca4d20343d31fc620fa2a3fe53bb929de244305330e930" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" From patchwork Tue Sep 15 07:43:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98279 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 A12F7C982C7 for ; Tue, 15 Sep 2026 07:44:29 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18077.1789458264474679677 for ; Tue, 15 Sep 2026 00:44:24 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=A9OrNcCb; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id C4E1A37D72 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Nps-00ds670; Tue, 15 Sep 2026 09:44:12 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 28/31] tinysparql: upgrade 3.11.1 -> 3.12.0 Date: Tue, 15 Sep 2026 09:43:44 +0200 Message-ID: <20260915074347.6003-28-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458252-B5FF89B9-7052541D/0/0 CLEAN NORMAL X-TOI-MSGID: 93bbdc25-1158-412b-93e3-5d2175f2d9b3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=2U/nmbKCsXR7rjSy3zUWHMsSFmoDs618Dq0OsiuAsdU=; h=From:To:Subject:Date:In-Reply-To:References; b=A9OrNcCbHDpmK5iSESzYz2oyB8KI6FzbJJMSBWbxCY/qCyI6T5W6iVbG/FolA8S77 shs9j6AIHzEGxg1P9hR4lYHwzyXfdEn/F6pAKMroyrwHplDsvisqLVkakHnyhg23gE b8kNOsq5igygpNquN99AB1bn9LvRllyDZG+s1c1jli078N7zHtgFScag1bWJ4jIsTa qoK9Vog2+NPfJght3C6bS8m5eFFXseTO/tkemwPnMpVjqTMZxsJJ6AcRUcS5PjwekU G1ZZS/90i7ARKL4Q70aar7zQvLr0OUWqJ4vtABPw36svi/KbmOtAOnJl2IY0QtY6aU QNpdyAYlWhY/A== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130046 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- .../tracker/{tinysparql_3.11.1.bb => tinysparql_3.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/tracker/{tinysparql_3.11.1.bb => tinysparql_3.12.0.bb} (95%) diff --git a/meta-gnome/recipes-gnome/tracker/tinysparql_3.11.1.bb b/meta-gnome/recipes-gnome/tracker/tinysparql_3.12.0.bb similarity index 95% rename from meta-gnome/recipes-gnome/tracker/tinysparql_3.11.1.bb rename to meta-gnome/recipes-gnome/tracker/tinysparql_3.12.0.bb index a80d78047f..a645152378 100644 --- a/meta-gnome/recipes-gnome/tracker/tinysparql_3.11.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tinysparql_3.12.0.bb @@ -20,7 +20,7 @@ inherit gettext gnomebase gobject-introspection vala gi-docgen bash-completion SRC_URI += "file://0001-fix-reproducibility.patch" SRC_URI += "file://0001-src-libtracker-sparql-meson.build-dont-create-compat.patch" -SRC_URI[archive.sha256sum] = "cfd46021ee1514ad435e714f7aa1ec7a787c7f516a94f4c7438897ee3d6eca1e" +SRC_URI[archive.sha256sum] = "40e3e3ae9811ae07a94ac7dfe8259f218679ebb1c9bc98d7ab345b2405926b57" # text search is not an option anymore and requires sqlite3 build with # PACKAGECONFIG[fts5] set (default) From patchwork Tue Sep 15 07:43:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98285 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 36CFBC982C2 for ; Tue, 15 Sep 2026 07:44:40 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18085.1789458275937181696 for ; Tue, 15 Sep 2026 00:44:36 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=KSyu2pv8; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id C85671C4F6 for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Nps-00ds680; Tue, 15 Sep 2026 09:44:12 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 29/31] xdg-desktop-portal-gnome: upgrade 50.0 -> 51.0 Date: Tue, 15 Sep 2026 09:43:45 +0200 Message-ID: <20260915074347.6003-29-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458252-117F19B9-C79C5BC8/0/0 CLEAN NORMAL X-TOI-MSGID: 56d478eb-73f7-4923-8953-4b572f817919 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=waxFlprOYLjP5p4rMNYq+CJVuc3rDh6AI/TAg9Ey4iU=; h=From:To:Subject:Date:In-Reply-To:References; b=KSyu2pv8zkjlUWJ6HxTwLiyl3gIjs6oKOBdviMQdhRTBU/skBke/rCEeX3215rvXJ qK8bBS7iLVaO2hIpXuCtb2Hg5WgdFAFMqmyoI9xaw/Nw0apZUeNzJvgg3I2dGkeHOi jTgePlyvNTw7xGyuWKL27FkmxbXjAkWmcEAW0B37HQdEP9M6P1W5038Gb47YwUTgPZ ARehgQHjnuo8sgpaM1sPMm90cCZPssAMkIfD1irJA4vkCR2FCkmDm2HOjz88gHdGMK i02xUc4eBU090yp3GNpRkdgnCi11cDM6+sFupR4OS92fgglk1fDRvGs/G4zTK57CpU LTz2U7Eq6lhwQ== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130064 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- ...op-portal-gnome_50.0.bb => xdg-desktop-portal-gnome_51.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-support/xdg-desktop-portal/{xdg-desktop-portal-gnome_50.0.bb => xdg-desktop-portal-gnome_51.0.bb} (88%) diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_50.0.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_51.0.bb similarity index 88% rename from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_50.0.bb rename to meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_51.0.bb index f9d52a5bb2..e09c51105b 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_50.0.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_51.0.bb @@ -21,7 +21,7 @@ inherit gnomebase pkgconfig gsettings features_check REQUIRED_DISTRO_FEATURES = "polkit" -SRC_URI[archive.sha256sum] = "ceeef2fb68b34b3f66a3def0a332a22a70af272641fb6c50065b7a2fde3d5759" +SRC_URI[archive.sha256sum] = "ec228b305091b649c16c690e102aa1d66fc10e9834888d51e411913c82c1430d" PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" PACKAGECONFIG[wayland] = ",,wayland-native" From patchwork Tue Sep 15 07:43:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98274 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 AB222C982C4 for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.18075.1789458262901339729 for ; Tue, 15 Sep 2026 00:44:23 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=FOJRqWbS; spf=pass (domain: t-online.de, ip: 194.25.134.82, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout05.t-online.de (Postfix) with SMTP id CE95E4EB for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Nps-00ds690; Tue, 15 Sep 2026 09:44:12 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 30/31] eog: upgrade 50.2 -> 50.3 Date: Tue, 15 Sep 2026 09:43:46 +0200 Message-ID: <20260915074347.6003-30-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458252-297F99B9-9A21939F/0/0 CLEAN NORMAL X-TOI-MSGID: 7c367cea-83fa-4c8e-814a-1e548381317c DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=jcc7kLdFg0cg2rdIS+n6bCC1DSRPRx9TNAMh4LivF/k=; h=From:To:Subject:Date:In-Reply-To:References; b=FOJRqWbSJGsSZmI0MaFN+Sc3K+wW9c+MGKbIuM8MzzE5gfP5v4oMUUnFPF0a0Ww35 JuvN/nvKdHWQ7CCxayr/DrtCaDL6xdJQY6SP4/LWeJ25xaiFop061qFoQ1NsdaBJ8/ kAZ9vNR1wnkSPP579rCQ7NGFRHqbBA4h1wzV0VJiANfIwduG0aiV01U3Aw7KylYMRi YFyIhnmeq3MEhRHfldQlRFrrYPeDvCuuYYRhKMvKpkgqo9ojke3dnn1jBMFjMQ1ylh qRiB9sfZ6oeD96U/DsiEv8p9AdqiW/DvLp8Exc4TGRfDzNUYQoqSpeK8K0Ev4IUN1a ue+duV+PnbtCA== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130043 AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/eog/{eog_50.2.bb => eog_50.3.bb} | 2 +- .../gnome-chess/{gnome-chess_50.0.bb => gnome-chess_50.1.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/eog/{eog_50.2.bb => eog_50.3.bb} (90%) rename meta-gnome/recipes-gnome/gnome-chess/{gnome-chess_50.0.bb => gnome-chess_50.1.bb} (100%) diff --git a/meta-gnome/recipes-gnome/eog/eog_50.2.bb b/meta-gnome/recipes-gnome/eog/eog_50.3.bb similarity index 90% rename from meta-gnome/recipes-gnome/eog/eog_50.2.bb rename to meta-gnome/recipes-gnome/eog/eog_50.3.bb index 7eba518a5e..21c6853a69 100644 --- a/meta-gnome/recipes-gnome/eog/eog_50.2.bb +++ b/meta-gnome/recipes-gnome/eog/eog_50.3.bb @@ -23,7 +23,7 @@ inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg fea # FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" -SRC_URI[archive.sha256sum] = "c6c2afdfe40a838de0c6b264884a80d388f1c2efa3f73a15ede08824c46be0b3" +SRC_URI[archive.sha256sum] = "37280cd3874c6f219012b219f9f2c83bd88d750bf25f05bc7f742f41018466f4" PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','cms', '', d)}" diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.1.bb similarity index 100% rename from meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.0.bb rename to meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.1.bb From patchwork Tue Sep 15 07:43:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 98272 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 396CCC982C2 for ; Tue, 15 Sep 2026 07:44:28 +0000 (UTC) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18105.1789458262726089038 for ; Tue, 15 Sep 2026 00:44:23 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=WSIwk/28; spf=pass (domain: t-online.de, ip: 194.25.134.85, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout11.t-online.de (Postfix) with SMTP id D19421C59A for ; Tue, 15 Sep 2026 09:44:20 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.162.202]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x6Nps-00ds6A0; Tue, 15 Sep 2026 09:44:12 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 31/31] gnome-chess: upgrade 50.0 -> 50.1 Date: Tue, 15 Sep 2026 09:43:47 +0200 Message-ID: <20260915074347.6003-31-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260915074347.6003-1-f_l_k@t-online.de> References: <20260915074347.6003-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1789458252-E97F99B9-123872EC/0/0 CLEAN NORMAL X-TOI-MSGID: 427d6012-a5ed-498b-b5bc-13318523b3ee DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1789458260; i=f_l_k@t-online.de; bh=KNEXGsRuIEA9e7eAs3NUJCQE5IDt/j/glH0BFI7vvNA=; h=From:To:Subject:Date:In-Reply-To:References; b=WSIwk/287GlmfafEydCVWTdBbPRj47IBtyYh3niKYx1m55a8nRqk2oXhTFpDJl/Wq bIPuPErlvgI73zMYqwggj+FAfFaFXIwaycJGrC7kkyL45OOlq+0AyVLjSvj6pVH9DB +ctFSrELWMu60lR/oKZ4Lgrut/jy2PLDiDti+QHffzuarbb7nXzaLPotvQjAynvYWF OSaIi1tfdsjxDcawJyo4iVowII7KYze60Ash7Xmip9OlAdil62itU/3C/ee9T1rkyn 9/suRL029eqv2Y3Bq6+rl0gtKYLKzwm3f9O1E+0+jNHrRKleLWVk0f39YgqL/0p7Dw +zYvRmCdd+T3g== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Sep 2026 07:44:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130041 SRCREV is the commit the 50.1 tag points at, not the tag object. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.1.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.1.bb index e57bdd39f2..abd70a68ed 100644 --- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.1.bb +++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_50.1.bb @@ -28,6 +28,6 @@ inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check GIR_MESON_OPTION = "" -SRCREV = "079ef83fe6c538be9178b03999724d5f4649bc69" +SRCREV = "b999e7d82b3c492436aa98827c0c6d64fa4a57f3" FILES:${PN} += "${datadir}"