[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/80: gnu: gnome-characters: Update to 40.0.
From: |
guix-commits |
Subject: |
35/80: gnu: gnome-characters: Update to 40.0. |
Date: |
Sat, 2 Oct 2021 06:56:05 -0400 (EDT) |
mothacehe pushed a commit to branch core-updates-frozen
in repository guix.
commit ef67f851a0349b339f42f61ed7664c5ef3cfbb3c
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 d78cd28..02af01b 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";)
- 31/80: gnu: orca: Update to 40.0., (continued)
- 31/80: gnu: orca: Update to 40.0., guix-commits, 2021/10/02
- 13/80: gnu: libportal: Update to 0.4., guix-commits, 2021/10/02
- 12/80: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/10/02
- 30/80: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/10/02
- 20/80: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/10/02
- 15/80: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/10/02
- 18/80: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/10/02
- 10/80: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/10/02
- 24/80: gnu: amtk: Update to 5.3.1., guix-commits, 2021/10/02
- 14/80: gnu: Add libadwaita., guix-commits, 2021/10/02
- 35/80: gnu: gnome-characters: Update to 40.0.,
guix-commits <=
- 17/80: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/10/02
- 23/80: gnu: Add tepl-5., guix-commits, 2021/10/02
- 19/80: gnu: libgweather: Update to 40.0., guix-commits, 2021/10/02
- 25/80: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/10/02
- 29/80: gnu: gnome-session: Update to 40.1., guix-commits, 2021/10/02
- 32/80: gnu: sushi: Update to 3.38.1., guix-commits, 2021/10/02
- 36/80: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/10/02
- 39/80: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/10/02
- 40/80: gnu: simple-scan: Update to 40.5., guix-commits, 2021/10/02
- 34/80: gnu: file-roller: Update to 3.40.0., guix-commits, 2021/10/02