gnu: shotwell: Update to 0.23.4.

* gnu/packages/gnome.scm (shotwell): Update to 0.23.4.
[native-inputs]: Add itstool.
This commit is contained in:
Efraim Flashner 2016-08-19 13:35:14 +03:00
parent e379d85c6c
commit f819c21dd5
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -3842,7 +3842,7 @@ (define-public gexiv2
(define-public shotwell
(package
(name "shotwell")
(version "0.23.1")
(version "0.23.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -3850,7 +3850,7 @@ (define-public shotwell
name "-" version ".tar.xz"))
(sha256
(base32
"12imip32mav0zqg1fh4xm6zk4qsgg2435xsyb6ljz47i37zk6kg2"))))
"1hnl0lxibklmr1cy95ij1b3jgvdsw4zlcja53ngfxvlsi2r2bbxi"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ;no "check" target
@ -3859,6 +3859,7 @@ (define-public shotwell
#:out-of-source? #f))
(native-inputs
`(("pkg-config" ,pkg-config)
("itstool" ,itstool)
("gettext" ,gnu-gettext)
("m4" ,m4)
("desktop-file-utils" ,desktop-file-utils)