From 4e5300492b9074d463bb59311d71d0c7f4d5358b Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Thu, 9 Jun 2016 13:59:50 +0800 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4181ffbcaa..0d095ac368 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") -- cgit 1.4.1