[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:30:01 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 3a93c541d07ef8bb5c9db512d343e013017b05a4
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")
- 18/76: gnu: gnome-calculator: Update to 40.1., (continued)
- 18/76: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/09/27
- 14/76: gnu: Add libadwaita., guix-commits, 2021/09/27
- 15/76: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/27
- 26/76: gnu: gnome-boxes: Update to 40.3., guix-commits, 2021/09/27
- 20/76: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/09/27
- 22/76: gnu: gedit: Update to 40.1., guix-commits, 2021/09/27
- 24/76: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/27
- 28/76: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/27
- 33/76: gnu: epiphany: Update to 40.3., guix-commits, 2021/09/27
- 29/76: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/27
- 35/76: gnu: gnome-characters: Update to 40.0.,
guix-commits <=
- 19/76: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 21/76: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/27
- 23/76: gnu: Add tepl-5., guix-commits, 2021/09/27
- 48/76: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 50/76: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 59/76: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/27
- 71/76: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/27
- 72/76: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 42/76: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 32/76: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/27