From 067d356e9e718443ccbbd74ab3b8a231a557da5a Mon Sep 17 00:00:00 2001 From: Ben Hansen Date: Wed, 11 Feb 2026 11:00:20 +0100 Subject: [PATCH] gnu: gnote: Update to 48.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (gnote): Update to 48.2. [#:phases]: Update ‘skip-gtk-update-icon-cache’ accordingly. [native-inputs]: Remove python. [inputs]: Remove gspell. Replace gtk+ with gtk and gtkmm-3 with gtkmm. Add libadwaita. Change-Id: I163739a8aaeef578590ec95a7364b1e459e07a0d Signed-off-by: Liliana Marie Prikler --- gnu/packages/gnome.scm | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cc9acc3da1..05f0884b72 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -84,6 +84,7 @@ ;;; Copyright © 2025 Ashvith Shetty ;;; Copyright © 2025 Artyom V. Poptsov ;;; Copyright © 2025 Abra K. +;;; Copyright © 2025 Ben Hansen ;;; Copyright © 2026 Roman Riabenko ;;; ;;; This file is part of GNU Guix. @@ -12423,7 +12424,7 @@ index files needed for Adwaita to be used outside of GNOME.") (define-public gnote (package (name "gnote") - (version "42.1") + (version "48.2") (source (origin (method url-fetch) @@ -12431,7 +12432,7 @@ index files needed for Adwaita to be used outside of GNOME.") (version-major version) "/" "gnote-" version ".tar.xz")) (sha256 - (base32 "0fam3v9na4ndqdc63866bvhcxrzj478jsx34vsh0777d4ixw883c")))) + (base32 "10f74mkqw0la6vyswj4p3qf988r1ai29l4gfx2wryn76knhni09w")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t @@ -12439,22 +12440,22 @@ index files needed for Adwaita to be used outside of GNOME.") (add-after 'unpack 'skip-gtk-update-icon-cache ;; Don't create 'icon-theme.cache'. (lambda _ - (substitute* "post-install.py" - (("gtk-update-icon-cache") "true"))))))) + (substitute* "meson.build" + (("gtk_update_icon_cache: true") + "gtk_update_icon_cache: false"))))))) (native-inputs (list desktop-file-utils gettext-minimal `(,glib "bin") gobject-introspection itstool - pkg-config - python)) + pkg-config)) (inputs (list glibmm gsettings-desktop-schemas - gspell - gtk+ - gtkmm-3 + gtk + gtkmm + libadwaita libsecret `(,util-linux "lib") libxml2