GNU bug report logs -
#37280
[PATCH 17/19] gnu: ristretto: Update to 0.10.0.
Previous Next
Reported by: L p R n d n <guix <at> lprndn.info>
Date: Mon, 2 Sep 2019 14:12:03 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Sep 2019 23:46:39 +0200
with message-id <87pnk9xhvk.fsf <at> gnu.org>
and subject line Re: [bug#37280] [PATCH 17/19] gnu: ristretto: Update to 0.10.0.
has caused the debbugs.gnu.org bug report #37280,
regarding [PATCH 17/19] gnu: ristretto: Update to 0.10.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
37280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37280
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/xfce.scm (ristretto): Update to 0.10.0.
[inputs] Add gtk+. Remove gtk+-2.
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3d8f00a443..f00ca7102f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -914,7 +914,7 @@ inhibit interface which allows applications to prevent automatic sleep.")
(define-public ristretto
(package
(name "ristretto")
- (version "0.8.4")
+ (version "0.10.0")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/ristretto/"
@@ -922,14 +922,14 @@ inhibit interface which allows applications to prevent automatic sleep.")
"ristretto-" version ".tar.bz2"))
(sha256
(base32
- "18nf01djwnbjc91bdlv3p0h6pwcq1kfnjgp6yaxhxv4kdi9f82rs"))))
+ "0sa75m1w6yvv4xvzrwqiif6vnqgi29hjrixrh87nxss58bbms8hn"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
`(("desktop-file-utils" ,desktop-file-utils)
- ("gtk+" ,gtk+-2)
+ ("gtk+" ,gtk+)
("libexif" ,libexif)
("libxfce4ui" ,libxfce4ui)
("librsvg" ,librsvg)
--
2.22.0
[Message part 3 (message/rfc822, inline)]
L p R n d n <guix <at> lprndn.info> skribis:
> * gnu/packages/xfce.scm (ristretto): Update to 0.10.0.
> [inputs] Add gtk+. Remove gtk+-2.
Applied, thanks!
This bug report was last modified 5 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.