emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37280: closed ([PATCH 17/19] gnu: ristretto: Updat


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37280: closed ([PATCH 17/19] gnu: ristretto: Update to 0.10.0.)
Date: Mon, 09 Sep 2019 21:47:02 +0000

Your message dated Mon, 09 Sep 2019 23:46:39 +0200
with message-id <address@hidden>
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
address@hidden.)


-- 
37280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37280
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 17/19] gnu: ristretto: Update to 0.10.0. Date: Mon, 2 Sep 2019 16:11:01 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37280] [PATCH 17/19] gnu: ristretto: Update to 0.10.0. Date: Mon, 09 Sep 2019 23:46:39 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
L  p R n  d n <address@hidden> skribis:

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

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]