gnu: exiv2: Update to 0.25.
* gnu/packages/geeqie.scm (exiv2): Update to 0.25. [native-inputs]: Add intltool.
This commit is contained in:
parent
da6383b3ea
commit
4dc9dcc272
|
@ -34,18 +34,21 @@
|
||||||
(define-public exiv2 ; XXX: move elsewhere?
|
(define-public exiv2 ; XXX: move elsewhere?
|
||||||
(package
|
(package
|
||||||
(name "exiv2")
|
(name "exiv2")
|
||||||
(version "0.23")
|
(version "0.25")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.exiv2.org/exiv2-"
|
(uri (string-append "http://www.exiv2.org/exiv2-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04bbg2cg6mgcyz435zamx37sp5zw44n2alb59ki1daz71f851yl1"))))
|
"197g6vgcpyf9p2cwn5p5hb1r714xsk1v4p96f5pv1z8mi9vzq2y8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no `check' target
|
(arguments '(#:tests? #f)) ; no `check' target
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("expat" ,expat) ("zlib" ,zlib)))
|
`(("expat" ,expat)
|
||||||
|
("zlib" ,zlib)))
|
||||||
|
(native-inputs
|
||||||
|
`(("intltool" ,intltool)))
|
||||||
(home-page "http://www.exiv2.org/")
|
(home-page "http://www.exiv2.org/")
|
||||||
(synopsis "Library and command-line utility to manage image metadata")
|
(synopsis "Library and command-line utility to manage image metadata")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue