Skip to content
Snippets Groups Projects
Unverified Commit b82cf964 authored by L p R n d n's avatar L p R n d n Committed by Ludovic Courtès
Browse files

gnu: ristretto: Update to 0.10.0.


* gnu/packages/xfce.scm (ristretto): Update to 0.10.0.
[inputs] Add gtk+. Remove gtk+-2.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 3551f305
No related branches found
No related tags found
No related merge requests found
...@@ -910,7 +910,7 @@ (define-public xfce4-power-manager ...@@ -910,7 +910,7 @@ (define-public xfce4-power-manager
(define-public ristretto (define-public ristretto
(package (package
(name "ristretto") (name "ristretto")
(version "0.8.4") (version "0.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/ristretto/" (uri (string-append "http://archive.xfce.org/src/apps/ristretto/"
...@@ -918,14 +918,14 @@ (define-public ristretto ...@@ -918,14 +918,14 @@ (define-public ristretto
"ristretto-" version ".tar.bz2")) "ristretto-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"18nf01djwnbjc91bdlv3p0h6pwcq1kfnjgp6yaxhxv4kdi9f82rs")))) "0sa75m1w6yvv4xvzrwqiif6vnqgi29hjrixrh87nxss58bbms8hn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("desktop-file-utils" ,desktop-file-utils) `(("desktop-file-utils" ,desktop-file-utils)
("gtk+" ,gtk+-2) ("gtk+" ,gtk+)
("libexif" ,libexif) ("libexif" ,libexif)
("libxfce4ui" ,libxfce4ui) ("libxfce4ui" ,libxfce4ui)
("librsvg" ,librsvg) ("librsvg" ,librsvg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment