gnu: gexiv2: Update to 0.14.2.
* gnu/packages/gnome.scm (gexiv2): Update to 0.14.2. [#:configure-flags]: Remove. [inputs]: Move gobject-introspection… [native-inputs]: … here. Change-Id: I4f0dd10e05eb1e893241a5ebfb49c24d673f91dc Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
51f8803488
commit
f64ec2b151
1 changed files with 5 additions and 9 deletions
|
@ -7431,7 +7431,7 @@ classes for commonly used data structures.")
|
||||||
(define-public gexiv2
|
(define-public gexiv2
|
||||||
(package
|
(package
|
||||||
(name "gexiv2")
|
(name "gexiv2")
|
||||||
(version "0.14.0")
|
(version "0.14.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -7439,7 +7439,7 @@ classes for commonly used data structures.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17nnsslj2wpizpx742w5lxdzcz5mx6jmsqcrli7zddi0zyk7k0p5"))))
|
"1gp07klqixpxjqiv84i2gmkb1pcf1gagyrl800sk92xyizs9q31a"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -7447,14 +7447,11 @@ classes for commonly used data structures.")
|
||||||
(guix build python-build-system))
|
(guix build python-build-system))
|
||||||
#:modules '((guix build meson-build-system)
|
#:modules '((guix build meson-build-system)
|
||||||
((guix build python-build-system) #:prefix python:)
|
((guix build python-build-system) #:prefix python:)
|
||||||
(guix build utils))
|
(guix build utils))))
|
||||||
#:configure-flags
|
|
||||||
#~(list (string-append "-Dpython3_girdir="
|
|
||||||
(python:site-packages %build-inputs %outputs)
|
|
||||||
"/gi/overrides"))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gcr-3
|
(list gcr-3
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
|
gobject-introspection
|
||||||
pkg-config
|
pkg-config
|
||||||
python
|
python
|
||||||
python-pygobject
|
python-pygobject
|
||||||
|
@ -7463,8 +7460,7 @@ classes for commonly used data structures.")
|
||||||
;; Listed in "Requires" section of gexiv2.pc
|
;; Listed in "Requires" section of gexiv2.pc
|
||||||
(list exiv2))
|
(list exiv2))
|
||||||
(inputs
|
(inputs
|
||||||
(list glib
|
(list glib))
|
||||||
gobject-introspection))
|
|
||||||
(home-page "https://wiki.gnome.org/Projects/gexiv2")
|
(home-page "https://wiki.gnome.org/Projects/gexiv2")
|
||||||
(synopsis "GObject wrapper around the Exiv2 photo metadata library")
|
(synopsis "GObject wrapper around the Exiv2 photo metadata library")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue