[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/181: gnu: gexiv2: Update to 0.14.0.
From: |
guix-commits |
Subject: |
128/181: gnu: gexiv2: Update to 0.14.0. |
Date: |
Tue, 13 Sep 2022 02:26:06 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit bdb1569123230d80fe9a289dfa854b33e3b058f5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 9 15:02:54 2022 -0400
gnu: gexiv2: Update to 0.14.0.
* gnu/packages/gnome.scm (gexiv2): Update to 0.14.0.
[arguments]: New field.
[native-inputs]: Add python and python-pygobject.
---
gnu/packages/gnome.scm | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7539e469fb..8ce572ccca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7309,7 +7309,7 @@ classes for commonly used data structures.")
(define-public gexiv2
(package
(name "gexiv2")
- (version "0.12.2")
+ (version "0.14.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7317,16 +7317,32 @@ classes for commonly used data structures.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0k4ljzzz5dwqndw8awvlw3ala8rh3b2rk9i4jzvywc53mi9ba8i3"))))
+ "17nnsslj2wpizpx742w5lxdzcz5mx6jmsqcrli7zddi0zyk7k0p5"))))
(build-system meson-build-system)
+ (arguments
+ (list
+ #:imported-modules `(,@%meson-build-system-modules
+ (guix build python-build-system))
+ #:modules '((guix build meson-build-system)
+ ((guix build python-build-system) #:prefix python:)
+ (guix build utils))
+ #:configure-flags
+ #~(list (string-append "-Dpython3_girdir="
+ (python:site-packages %build-inputs %outputs)
+ "/gi/overrides"))))
(native-inputs
(list gcr
- `(,glib "bin") pkg-config vala))
+ `(,glib "bin")
+ pkg-config
+ python
+ python-pygobject
+ vala))
(propagated-inputs
;; Listed in "Requires" section of gexiv2.pc
(list exiv2))
(inputs
- (list glib gobject-introspection))
+ (list glib
+ gobject-introspection))
(home-page "https://wiki.gnome.org/Projects/gexiv2")
(synopsis "GObject wrapper around the Exiv2 photo metadata library")
(description
- 149/181: gnu: passwordsafe: Rename to secrets and update to 6.5., (continued)
- 149/181: gnu: passwordsafe: Rename to secrets and update to 6.5., guix-commits, 2022/09/13
- 28/181: gnu: upower: Fix indentation., guix-commits, 2022/09/13
- 30/181: gnu: gnome-desktop: Update to 42.4 and remove input labels., guix-commits, 2022/09/13
- 31/181: gnu: libnma: Update to 1.10.2 and delete input labels., guix-commits, 2022/09/13
- 39/181: gnu: gdm: Update to 42.0., guix-commits, 2022/09/13
- 49/181: gnu: cups-pk-helper: Replace polkit with polkit-duktape., guix-commits, 2022/09/13
- 55/181: gnu: gnome-online-accounts: Update to 3.45.2, remove "lib" output., guix-commits, 2022/09/13
- 68/181: gnu: gnome-user-docs: Update to 42.0., guix-commits, 2022/09/13
- 100/181: gnu: blueprint-compiler: Update to 0.4.0., guix-commits, 2022/09/13
- 94/181: gnu: phodav: Update to 3.0., guix-commits, 2022/09/13
- 128/181: gnu: gexiv2: Update to 0.14.0.,
guix-commits <=
- 123/181: gnu: eog-plugins: Update to 42.1., guix-commits, 2022/09/13
- 141/181: gnu: libgovirt: Update to 0.3.9., guix-commits, 2022/09/13
- 142/181: gnu: gfbgraph: Update to 0.2.5 and enable tests., guix-commits, 2022/09/13
- 176/181: gnu: gnome-maps: Update to 43.rc., guix-commits, 2022/09/13
- 178/181: gnu: gpaste: Update to 42.1., guix-commits, 2022/09/13
- 171/181: gnu: chatty: Fix indentation., guix-commits, 2022/09/13
- 43/181: gnu: mozjs: Add 91.13.0., guix-commits, 2022/09/13
- 48/181: gnu: accountsservice: Add bash-minimal to inputs., guix-commits, 2022/09/13
- 52/181: gnu: gtksourceview: Update to 5.5.1., guix-commits, 2022/09/13
- 60/181: gnu: gnome-session: Update to 42.0., guix-commits, 2022/09/13