[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: xboard: Update to 4.9.0, use GTK+ front-end.
From: |
??? |
Subject: |
01/01: gnu: xboard: Update to 4.9.0, use GTK+ front-end. |
Date: |
Thu, 9 Jun 2016 06:35:09 +0000 (UTC) |
iyzsong pushed a commit to branch master
in repository guix.
commit 4e5300492b9074d463bb59311d71d0c7f4d5358b
Author: 宋文武 <address@hidden>
Date: Thu Jun 9 13:59:50 2016 +0800
gnu: xboard: Update to 4.9.0, use GTK+ front-end.
* gnu/packages/games.scm (xboard): Update to 4.9.0.
[inputs]: Add gtk+-2.
---
gnu/packages/games.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4181ffb..0d095ac 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -418,7 +418,7 @@ exec ~a/bin/freedink -refdir ~a/share/dink\n"
(define-public xboard
(package
(name "xboard")
- (version "4.8.0")
+ (version "4.9.0")
(source
(origin
(method url-fetch)
@@ -426,12 +426,11 @@ exec ~a/bin/freedink -refdir ~a/share/dink\n"
".tar.gz"))
(sha256
(base32
- "05rdj0nyirc4g1qi5hhrjy45y52ihp1j3ldq2c5bwrz0gzy4i3y8"))))
+ "1av6r3s5vyclwf3c9i1pkr2442ryrf4ixhhf2i44a4j1xyhlp5jb"))))
(build-system gnu-build-system)
- (inputs `(("cairo" ,cairo)
- ("librsvg" ,librsvg)
- ("libxt" ,libxt)
- ("libxaw" ,libxaw)))
+ (inputs
+ `(("gtk+" ,gtk+-2)
+ ("librsvg" ,librsvg)))
(native-inputs `(("texinfo" ,texinfo)
("pkg-config" ,pkg-config)))
(home-page "http://www.gnu.org/software/xboard")