[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/53: gnu: ghex: Update to 3.18.4.
From: |
guix-commits |
Subject: |
47/53: gnu: ghex: Update to 3.18.4. |
Date: |
Fri, 1 Nov 2019 22:18:49 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 6ee885735346a4686aefff7b9c3703bd947f613c
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.
[native-inputs]: Add glib:bin and gtk+:bin.
---
gnu/packages/gnome.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5f3e916..a216985 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8201,7 +8201,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/"
@@ -8209,10 +8209,14 @@ 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))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("glib:bin" ,glib "bin") ; for glib-compile-schemas
+ ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("gnome-common" ,gnome-common)
("which" ,which)
("intltool" ,intltool)
- 31/53: gnu: gnome-shell-extensions: Update to 3.32.1., (continued)
- 31/53: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/01
- 15/53: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/01
- 17/53: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/01
- 06/53: gnu: gedit: Update to 3.32.2., guix-commits, 2019/11/01
- 23/53: gnu: Add pipewire., guix-commits, 2019/11/01
- 20/53: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/01
- 11/53: gnu: gnome-desktop: Update to 3.32.2., guix-commits, 2019/11/01
- 35/53: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/11/01
- 30/53: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/01
- 40/53: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/11/01
- 47/53: gnu: ghex: Update to 3.18.4.,
guix-commits <=
- 32/53: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/11/01
- 27/53: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/11/01
- 49/53: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/01
- 36/53: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/11/01
- 28/53: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/11/01
- 42/53: gnu: cheese: Update to 3.32.1., guix-commits, 2019/11/01
- 50/53: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/11/01
- 51/53: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/11/01
- 43/53: gnu: libdazzle: Update to 3.32.3., guix-commits, 2019/11/01
- 39/53: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/11/01