[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/181: gnu: gnome-characters: Update to 42.0.
From: |
guix-commits |
Subject: |
70/181: gnu: gnome-characters: Update to 42.0. |
Date: |
Tue, 13 Sep 2022 02:25:46 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit dd5d0fd76b1932b6b15c1c60ed76f552214397c7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 5 02:40:33 2022 -0400
gnu: gnome-characters: Update to 42.0.
* gnu/packages/gnome.scm (gnome-characters): Update to 42.0.
[phases]{disable-gtk-update-icon-cache}: New phase.
{wrap}: Use search-input-file.
[native-inputs]: Delete labels. Remove gtk+:bin.
[inputs]: Replace gtk+ with gtk. Add libadwaita.
---
gnu/packages/gnome.scm | 45 ++++++++++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a93c4928b7..34a1914def 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2032,7 +2032,7 @@ to other formats.")
(define-public gnome-characters
(package
(name "gnome-characters")
- (version "40.0")
+ (version "42.0")
(source
(origin
(method url-fetch)
@@ -2041,28 +2041,35 @@ to other formats.")
"/gnome-characters-" version ".tar.xz"))
(sha256
(base32
- "0z2xa4w921bzpzj6gv88pvbrijcnnwni6jxynwz0ybaravyzaqha"))))
+ "1y40g7k7yyzikbbxhf69q4c0221lga1cli1p617v99pq2swgz82x"))))
(build-system meson-build-system)
(arguments
- `(#:glib-or-gtk? #t
- #:meson ,meson-0.60
- #:phases (modify-phases %standard-phases
- (add-after 'install 'wrap
- (lambda* (#:key outputs #:allow-other-keys)
- ;; GNOME Characters needs Typelib files from GTK and
- ;; gnome-desktop.
- (wrap-program (string-append (assoc-ref outputs "out")
- "/bin/gnome-characters")
- `("GI_TYPELIB_PATH" ":" prefix
- (,(getenv "GI_TYPELIB_PATH")))))))))
+ (list
+ #:glib-or-gtk? #t
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-gtk-update-icon-cache
+ (lambda _
+ (setenv "DESTDIR" "/")))
+ (add-after 'install 'wrap
+ (lambda* (#:key outputs #:allow-other-keys)
+ ;; GNOME Characters needs Typelib files from GTK and
+ ;; gnome-desktop.
+ (wrap-program (search-input-file outputs
+ "bin/gnome-characters")
+ `("GI_TYPELIB_PATH" ":" prefix
+ (,(getenv "GI_TYPELIB_PATH")))))))))
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("glib:bin" ,glib "bin")
- ("gtk+:bin" ,gtk+ "bin")
- ("pkg-config" ,pkg-config)
- ("python" ,python-minimal)))
+ (list gettext-minimal
+ `(,glib "bin")
+ pkg-config
+ python-minimal))
(inputs
- (list gjs gtk+ libhandy libunistring gnome-desktop))
+ (list gjs
+ gnome-desktop
+ gtk
+ libadwaita
+ libhandy
+ libunistring))
(home-page "https://wiki.gnome.org/Apps/CharacterMap")
(synopsis "Find and insert unusual characters")
(description "Characters is a simple utility application to find
- 112/181: gnu: vte: Update to 0.69.99., (continued)
- 112/181: gnu: vte: Update to 0.69.99., guix-commits, 2022/09/13
- 116/181: gnu: gom: Update to 0.4., guix-commits, 2022/09/13
- 118/181: gnu: gnome-klotski: Update to 3.38.2., guix-commits, 2022/09/13
- 121/181: gnu: rhythmbox: Update to 3.4.6., guix-commits, 2022/09/13
- 133/181: gnu: network-manager-vpnc: Update to 1.2.8., guix-commits, 2022/09/13
- 136/181: gnu: libxml++: Update to 5.0.2., guix-commits, 2022/09/13
- 144/181: gnu: python-pyatspi: Update to 2.45.90., guix-commits, 2022/09/13
- 143/181: gnu: libgnomekbd: Update to 3.28.1., guix-commits, 2022/09/13
- 44/181: gnu: gjs: Build with mozjs 78., guix-commits, 2022/09/13
- 61/181: gnu: gnome-clocks: Update to 42.0., guix-commits, 2022/09/13
- 70/181: gnu: gnome-characters: Update to 42.0.,
guix-commits <=
- 67/181: gnu: gnome-music: Update to 42.0., guix-commits, 2022/09/13
- 69/181: gnu: eog: Update to 42.2., guix-commits, 2022/09/13
- 79/181: gnu: gnome-screenshot: Update to 41.0., guix-commits, 2022/09/13
- 74/181: gnu: gnome-font-viewer: Update to 42.0., guix-commits, 2022/09/13
- 90/181: gnu: Add glib-next., guix-commits, 2022/09/13
- 88/181: gnu: Remove tepl-5., guix-commits, 2022/09/13
- 98/181: gnu: libadwaita: Update to 1.2.rc., guix-commits, 2022/09/13
- 106/181: gnu: libmediaart: Update to 1.9.6., guix-commits, 2022/09/13
- 103/181: gnu: python-liblarch: Update to 3.2.0 and apply guix style., guix-commits, 2022/09/13
- 111/181: gnu: vala-next: Update to 0.56.3., guix-commits, 2022/09/13