[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/63: gnu: ghex: Update to 3.18.4.
From: |
guix-commits |
Subject: |
47/63: gnu: ghex: Update to 3.18.4. |
Date: |
Thu, 7 Nov 2019 09:57:48 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 8be364b002fd45738d08bc85622cb193a7a28dfe
Author: Kei Kebreau <address@hidden>
Date: Mon Jul 29 13:16:11 2019 -0400
gnu: ghex: Update to 3.18.4.
* gnu/packages/gnome.scm (ghex): Update to 3.18.4.
[build-system]: Use meson-build-system.
[arguments]: Set glib-or-gtk? flag and add 'skip-gtk-update-icon-cache'
phase.
[native-inputs]: Add glib:bin.
---
gnu/packages/gnome.scm | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dd5771c..670c7d4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8224,7 +8224,7 @@ micro-pauses and rest breaks, and restricts you to your
daily limit.")
(define-public ghex
(package
(name "ghex")
- (version "3.18.3")
+ (version "3.18.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/ghex/"
@@ -8232,10 +8232,21 @@ micro-pauses and rest breaks, and restricts you to your
daily limit.")
"ghex-" version ".tar.xz"))
(sha256
(base32
- "1lq8920ad2chi9ibmyq0x9hg9yk63b0kdbzid03w42cwdzw50x66"))))
- (build-system glib-or-gtk-build-system)
+ "1h1pjrr9wynclfykizqd78dbi785wjz6b63p31k87kjvzy8w3nf2"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "meson_post_install.py"
+ (("gtk-update-icon-cache") (which "true")))
+ #t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("glib:bin" ,glib "bin") ; for glib-compile-schemas
("gnome-common" ,gnome-common)
("which" ,which)
("intltool" ,intltool)
- 43/63: gnu: libdazzle: Use xorg-server-fot-tests., (continued)
- 43/63: gnu: libdazzle: Use xorg-server-fot-tests., guix-commits, 2019/11/07
- 49/63: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/07
- 53/63: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/07
- 57/63: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/11/07
- 52/63: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/07
- 54/63: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/11/07
- 58/63: gnu: grilo: Update to 0.3.10., guix-commits, 2019/11/07
- 56/63: gnu: gnome-online-accounts: Update to 3.32.1., guix-commits, 2019/11/07
- 60/63: gnu: nautilus: Update to 3.32.3., guix-commits, 2019/11/07
- 62/63: gnu: network-manager: Update to 1.18.4., guix-commits, 2019/11/07
- 47/63: gnu: ghex: Update to 3.18.4.,
guix-commits <=
- 63/63: gnu: modem-manager: Update to 1.10.8., guix-commits, 2019/11/07