mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: pioneers: Update to 15.5.
* gnu/packages/games.scm (pioneers): Update to 15.5. [native-inputs]: Add itstool and libxml2.
This commit is contained in:
parent
aa86a56463
commit
59e8a57d08
1 changed files with 7 additions and 5 deletions
|
@ -2411,19 +2411,21 @@ (define-public pinball
|
||||||
(define-public pioneers
|
(define-public pioneers
|
||||||
(package
|
(package
|
||||||
(name "pioneers")
|
(name "pioneers")
|
||||||
(version "15.4")
|
(version "15.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://downloads.sourceforge.net/pio/"
|
(uri (string-append "http://downloads.sourceforge.net/pio/"
|
||||||
"pioneers-" version ".tar.gz"))
|
"pioneers-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p1d18hrfmqcnghip3shkzcs5qkz6j99jvkdkqfi7pqdvjc323cs"))))
|
"037gdiiw690jw3wd1s9lxmkqx0caxyk0b4drpm7i9p28gig43q9y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gtk+" ,gtk+)
|
(inputs `(("avahi" ,avahi)
|
||||||
("librsvg" ,librsvg)
|
("gtk+" ,gtk+)
|
||||||
("avahi" ,avahi)))
|
("librsvg" ,librsvg)))
|
||||||
(native-inputs `(("intltool" ,intltool)
|
(native-inputs `(("intltool" ,intltool)
|
||||||
|
("itstool" ,itstool)
|
||||||
|
("libxml2" ,libxml2)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Board game inspired by The Settlers of Catan")
|
(synopsis "Board game inspired by The Settlers of Catan")
|
||||||
(description "Pioneers is an emulation of the board game The Settlers of
|
(description "Pioneers is an emulation of the board game The Settlers of
|
||||||
|
|
Loading…
Reference in a new issue