guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 0c4e83ed7155a73c8dd342fc81e218e22a11ef31
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:09 2026 +0900
gnu: gnome-characters: Update to 49.1.
* gnu/packages/gnome.scm (gnome-characters): Update to 49.1.
[#:phases]: Reorder check phase after install one.
Change-Id: I57fc038e77253692e6bbc1ddbf270794fab32645
Signed-off-by: NoƩ Lopez <[email protected]>
---
gnu/packages/gnome.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f23aa8f0ac..e772daae97 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1930,7 +1930,7 @@ to other formats.")
(define-public gnome-characters
(package
(name "gnome-characters")
- (version "48.0")
+ (version "49.1")
(source
(origin
(method url-fetch)
@@ -1939,12 +1939,17 @@ to other formats.")
"/gnome-characters-" version ".tar.xz"))
(sha256
(base32
- "0wcd7j6gyv7nk44d1xdhx3fa54g688s0sd908i0b47ci9njjrhx2"))))
+ "0p0l1bsgdqj0n47j2xya0pmf3n67vcq5iywi6dwdq0p66kj0yp3r"))))
(build-system meson-build-system)
(arguments
(list
#:glib-or-gtk? #t
#:phases #~(modify-phases %standard-phases
+ (delete 'check) ;moved after install
+ (add-after 'install 'check
+ ;; This is done because our typelib reference the
+ ;; installed libraries in Guix.
+ (assoc-ref %standard-phases 'check))
(add-after 'unpack 'disable-gtk-update-icon-cache
(lambda _
(substitute* "meson.build"