[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/62: gnu: ghex: Update to 3.18.4.
From: |
guix-commits |
Subject: |
46/62: gnu: ghex: Update to 3.18.4. |
Date: |
Sat, 7 Dec 2019 14:04:58 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit 3748992a9e50bfa4e4d90f147302c3d4cb3c3990
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 48d4bf7..3f9085c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8448,7 +8448,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/"
@@ -8456,10 +8456,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)
- 34/62: gnu: libwnck: Update to 3.32.0., (continued)
- 34/62: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/12/07
- 53/62: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/12/07
- 56/62: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/12/07
- 35/62: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/12/07
- 39/62: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/12/07
- 36/62: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/12/07
- 41/62: gnu: orca: Update to 3.32.0., guix-commits, 2019/12/07
- 42/62: gnu: cheese: Update to 3.32.1., guix-commits, 2019/12/07
- 40/62: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/12/07
- 38/62: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/12/07
- 46/62: gnu: ghex: Update to 3.18.4.,
guix-commits <=
- 47/62: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/12/07
- 51/62: gnu: yelp: Update to 3.32.2., guix-commits, 2019/12/07
- 52/62: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/12/07
- 57/62: gnu: grilo: Update to 0.3.10., guix-commits, 2019/12/07
- 61/62: gnu: network-manager: Update to 1.18.4., guix-commits, 2019/12/07
- 62/62: gnu: modem-manager: Update to 1.10.8., guix-commits, 2019/12/07
- 55/62: gnu: gnome-online-accounts: Update to 3.32.1., guix-commits, 2019/12/07
- 54/62: gnu: file-roller: Update to 3.32.2., guix-commits, 2019/12/07
- 59/62: gnu: nautilus: Update to 3.32.3., guix-commits, 2019/12/07
- 58/62: gnu: pipewire: Update to 0.2.7., guix-commits, 2019/12/07