gnu: i3status: Update to 2.13.

* gnu/packages/wm.scm (i3status): Update to 2.13.
[arguments]: Remove #:make-flags and #:phases.  Add #:out-of-source?.
[native-inputs]: Add DOCBOOK-XSL, LIBXML2 and XMLTO.
This commit is contained in:
Marius Bakke 2019-08-04 17:38:13 +02:00
parent 4f868257f3
commit cb96d239e6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 9 additions and 7 deletions

View File

@ -131,20 +131,19 @@ the leaves of a full binary tree.")
(define-public i3status (define-public i3status
(package (package
(name "i3status") (name "i3status")
(version "2.12") (version "2.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://i3wm.org/i3status/i3status-" (uri (string-append "https://i3wm.org/i3status/i3status-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"06krpbijv4yi33nypg6qcn4hilcrdyarsdpd9fmr2cq46qaqiikg")))) "0rhlzb96mw64z2jnhwz9nibc7pxg549626lz5642xxk5hpzwk2ff"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags (list "CC=gcc" (string-append "PREFIX=" %output)) `(;; XXX: Do an "out of source" build to work around
#:phases ;; <https://github.com/i3/i3status/issues/339>.
(modify-phases %standard-phases #:out-of-source? #t
(delete 'configure))
#:tests? #f)) ; no test suite #:tests? #f)) ; no test suite
(inputs (inputs
`(("openlibm" ,openlibm) `(("openlibm" ,openlibm)
@ -156,7 +155,10 @@ the leaves of a full binary tree.")
("libcap" ,libcap) ("libcap" ,libcap)
("asciidoc" ,asciidoc))) ("asciidoc" ,asciidoc)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)
("docbook-xsl" ,docbook-xsl)
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
("xmlto" ,xmlto)))
(home-page "https://i3wm.org/i3status/") (home-page "https://i3wm.org/i3status/")
(synopsis "Status bar for i3bar, dzen2, xmobar or similar programs") (synopsis "Status bar for i3bar, dzen2, xmobar or similar programs")
(description "i3status is a small program for generating a status bar for (description "i3status is a small program for generating a status bar for