gnu: ratpoison: Update to 1.4.9.

* gnu/packages/ratpoison.scm (ratpoison): Update to 1.4.9.
[inputs]: Remove libxinerama. Add libxrandr.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Mathieu Othacehe 2017-04-05 14:38:51 +02:00 committed by Leo Famulari
parent 6cfb860a7a
commit f214d470d7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> ;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -43,14 +44,14 @@ (define ratpoison.desktop
(define-public ratpoison (define-public ratpoison
(package (package
(name "ratpoison") (name "ratpoison")
(version "1.4.8") (version "1.4.9")
(source (source
(origin (method url-fetch) (origin (method url-fetch)
(uri (string-append "mirror://savannah/ratpoison/ratpoison-" (uri (string-append "mirror://savannah/ratpoison/ratpoison-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1w502z55vv7zs45l80nsllqh9fvfwjfdfi11xy1qikhzdmirains")) "1wfir1gvh5h7izgvx2kd1pr2k7wlncd33zq7qi9s9k2y0aza93yr"))
(patches (search-patches "ratpoison-shell.patch")))) (patches (search-patches "ratpoison-shell.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
@ -70,7 +71,7 @@ (define-public ratpoison
("freetype" ,freetype) ("freetype" ,freetype)
("libXft" ,libxft) ("libXft" ,libxft)
("libXi" ,libxi) ("libXi" ,libxi)
("libxinerama" ,libxinerama) ("libxrandr" ,libxrandr)
("libXpm" ,libxpm) ("libXpm" ,libxpm)
("libXt" ,libxt) ("libXt" ,libxt)
("libXtst" ,libxtst) ("libXtst" ,libxtst)