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

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

[debbugs-tracker] bug#26368: closed ([PATCH] gnu: ratpoison: Update to 1


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26368: closed ([PATCH] gnu: ratpoison: Update to 1.4.9.)
Date: Fri, 07 Apr 2017 14:03:01 +0000

Your message dated Fri, 7 Apr 2017 10:02:47 -0400
with message-id <address@hidden>
and subject line Re: bug#26368: [PATCH] gnu: ratpoison: Update to 1.4.9.
has caused the debbugs.gnu.org bug report #26368,
regarding [PATCH] gnu: ratpoison: Update to 1.4.9.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26368: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26368
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: ratpoison: Update to 1.4.9. Date: Wed, 5 Apr 2017 14:38:51 +0200
* gnu/packages/ratpoison.scm (ratpoison): Update to 1.4.9.
---

Hi,

Here's a patch to update ratpoison. The new release uses libxrandr
instead of libxinerama to handle multiple screen setups.

Thanks,

Mathieu

 gnu/packages/ratpoison.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ratpoison.scm b/gnu/packages/ratpoison.scm
index 23adf859a..e68b345b0 100644
--- a/gnu/packages/ratpoison.scm
+++ b/gnu/packages/ratpoison.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
+;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -43,14 +44,14 @@
 (define-public ratpoison
   (package
     (name "ratpoison")
-    (version "1.4.8")
+    (version "1.4.9")
     (source
      (origin (method url-fetch)
              (uri (string-append "mirror://savannah/ratpoison/ratpoison-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1w502z55vv7zs45l80nsllqh9fvfwjfdfi11xy1qikhzdmirains"))
+               "1wfir1gvh5h7izgvx2kd1pr2k7wlncd33zq7qi9s9k2y0aza93yr"))
              (patches (search-patches "ratpoison-shell.patch"))))
     (build-system gnu-build-system)
     (arguments
@@ -70,7 +71,7 @@
        ("freetype" ,freetype)
        ("libXft" ,libxft)
        ("libXi" ,libxi)
-       ("libxinerama" ,libxinerama)
+       ("libxrandr" ,libxrandr)
        ("libXpm" ,libxpm)
        ("libXt" ,libxt)
        ("libXtst" ,libxtst)
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#26368: [PATCH] gnu: ratpoison: Update to 1.4.9. Date: Fri, 7 Apr 2017 10:02:47 -0400 User-agent: Mutt/1.8.0 (2017-02-23)
On Wed, Apr 05, 2017 at 02:38:51PM +0200, Mathieu Othacehe wrote:
> * gnu/packages/ratpoison.scm (ratpoison): Update to 1.4.9.

Thanks!

I mentioned the changes to (inputs) and pushed as
f214d470d7277370db03825c6cd35a9a5ee40732.


--- End Message ---

reply via email to

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