diff options
| author | Ben Hansen <git@beha.pw> | 2026-02-11 11:00:20 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:17 +0100 |
| commit | 067d356e9e718443ccbbd74ab3b8a231a557da5a (patch) | |
| tree | a298d5d5d0a351cecf8ae00f2d9d813a487aa01e | |
| parent | 71567bf712d9bb758fc25569df38d034f4fca030 (diff) | |
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 <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/gnome.scm | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cc9acc3da1e..05f0884b723 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -84,6 +84,7 @@ ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in> ;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; Copyright © 2025 Abra K. <abra_k_332@protonmail.me> +;;; Copyright © 2025 Ben Hansen <git@beha.pw> ;;; Copyright © 2026 Roman Riabenko <roman@riabenko.com> ;;; ;;; 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 |
