[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/76: gnu: gnome-characters: Update to 40.0.
From: |
guix-commits |
Subject: |
35/76: gnu: gnome-characters: Update to 40.0. |
Date: |
Mon, 27 Sep 2021 10:18:19 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 6dc887f96abef5f7dda5e9208b5c4fece29ed92e
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 19:24:32 2021 +0000
gnu: gnome-characters: Update to 40.0.
* gnu/packages/gnome.scm (gnome-characters): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove a trailing #t.
[inputs]: Add libhandy.
---
gnu/packages/gnome.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 925101a..5604c41 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2058,16 +2058,16 @@ to other formats.")
(define-public gnome-characters
(package
(name "gnome-characters")
- (version "3.30.0")
+ (version "40.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
- "gnome-characters/" (version-major+minor version)
+ "gnome-characters/" (version-major version)
"/gnome-characters-" version ".tar.xz"))
(sha256
(base32
- "08cwz39iwgsyyb2wqhb8vfbmh1cwfkgfiy7adp08w7rwqi99x3dp"))))
+ "0z2xa4w921bzpzj6gv88pvbrijcnnwni6jxynwz0ybaravyzaqha"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -2079,8 +2079,7 @@ to other formats.")
(wrap-program (string-append (assoc-ref outputs "out")
"/bin/gnome-characters")
`("GI_TYPELIB_PATH" ":" prefix
- (,(getenv "GI_TYPELIB_PATH"))))
- #t)))))
+ (,(getenv "GI_TYPELIB_PATH")))))))))
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
@@ -2090,6 +2089,7 @@ to other formats.")
(inputs
`(("gjs" ,gjs)
("gtk+" ,gtk+)
+ ("libhandy" ,libhandy)
("libunistring" ,libunistring)
("gnome-desktop" ,gnome-desktop)))
(home-page "https://wiki.gnome.org/Apps/CharacterMap")
- 57/76: gnu: Remove gnome-getting-started-docs., (continued)
- 57/76: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 59/76: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/27
- 55/76: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/27
- 52/76: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/27
- 68/76: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27
- 75/76: gnu: gnome-music: Add gst-plugins-good., guix-commits, 2021/09/27
- 40/76: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/27
- 67/76: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/27
- 28/76: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/27
- 76/76: gnu: gnome-weather: Fix GNOME integration., guix-commits, 2021/09/27
- 35/76: gnu: gnome-characters: Update to 40.0.,
guix-commits <=
- 30/76: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/27
- 47/76: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/09/27
- 50/76: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 62/76: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/27
- 70/76: gnu: devhelp: Update to 40.1., guix-commits, 2021/09/27
- 74/76: gnu: gnome: Add tracker-miners., guix-commits, 2021/09/27