[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/133: gnu: gexiv2: Update to 0.10.9.
From: |
guix-commits |
Subject: |
125/133: gnu: gexiv2: Update to 0.10.9. |
Date: |
Sun, 6 Jan 2019 16:59:51 -0500 (EST) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 99e05f7c4ce419fa2688c067f2dba63388fd96ce
Author: Ricardo Wurmus <address@hidden>
Date: Thu Dec 6 18:43:42 2018 +0100
gnu: gexiv2: Update to 0.10.9.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.9.
[arguments]: Delete bootstrap phase to avoid running autogen.sh.
---
gnu/packages/gnome.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9dfb2fe..d6423b4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4489,7 +4489,7 @@ classes for commonly used data structures.")
(define-public gexiv2
(package
(name "gexiv2")
- (version "0.10.8")
+ (version "0.10.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4497,8 +4497,11 @@ classes for commonly used data structures.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0088m7p044n741ly1m6i7w25z513h9wpgyw0rmx5f0sy3vyjiic1"))))
+ "1vf0zv92p9hybdhn7zx53h3ia53ph97a21xz8rfk877xlr5261l8"))))
(build-system meson-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases (delete 'bootstrap))))
(native-inputs
`(("glib" ,glib "bin")
("pkg-config" ,pkg-config)))
- 78/133: gnu: Add mozjs-60., (continued)
- 78/133: gnu: Add mozjs-60., guix-commits, 2019/01/06
- 103/133: gnu: atkmm: Update to 2.28.0., guix-commits, 2019/01/06
- 101/133: gnu: libimobiledevice: Propagate libplist., guix-commits, 2019/01/06
- 105/133: gnu: at-spi2-atk: Update to 2.30.0., guix-commits, 2019/01/06
- 107/133: gnu: gnome-system-monitor: Update to 3.30.0., guix-commits, 2019/01/06
- 109/133: gnu: network-manager-applet: Update to 1.8.18., guix-commits, 2019/01/06
- 117/133: gnu: Add libnfs., guix-commits, 2019/01/06
- 111/133: gnu: gnome-keyring: Add missing input., guix-commits, 2019/01/06
- 113/133: gnu: network-manager: Update to 1.14.4., guix-commits, 2019/01/06
- 126/133: gnu: yelp-xsl: Update to 3.30.1., guix-commits, 2019/01/06
- 125/133: gnu: gexiv2: Update to 0.10.9.,
guix-commits <=
- 124/133: gnu: yelp: Update to 3.30.0., guix-commits, 2019/01/06
- 123/133: gnu: epiphany: Update to 3.30.2., guix-commits, 2019/01/06
- 122/133: gnu: eog: Update to 3.28.4., guix-commits, 2019/01/06
- 114/133: gnu: network-manager-applet: Use meson build system., guix-commits, 2019/01/06
- 120/133: gnu: gnome-tweak-tool: Update to 3.30.1., guix-commits, 2019/01/06
- 129/133: gnu: eog-plugins: Update to 3.26.3., guix-commits, 2019/01/06
- 54/133: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/01/06
- 65/133: gnu: network-manager-applet: Update to 1.8.14., guix-commits, 2019/01/06
- 48/133: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/01/06
- 66/133: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/01/06