This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

The following commit(s) were added to refs/heads/gnome-team by this push:
     new 2292feced3 gnu: gnote: Update to 48.2.
2292feced3 is described below

commit 2292feced329401f4d5d434ebd43cbb82f3bfc45
Author: Ben Hansen <[email protected]>
AuthorDate: Wed Feb 11 11:00:20 2026 +0100

    gnu: gnote: Update to 48.2.
    
    * 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 <[email protected]>
---
 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 352e84ef63..4bfa8d769e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -84,6 +84,7 @@
 ;;; Copyright © 2025 Ashvith Shetty <[email protected]>
 ;;; Copyright © 2025 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2025 Abra K. <[email protected]>
+;;; Copyright © 2025 Ben Hansen <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -12444,7 +12445,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)
@@ -12452,7 +12453,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
@@ -12460,22 +12461,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

Reply via email to