gnu: awesome: Update to 4.2.

* gnu/packages/wm.scm (awesome): Update to 4.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
ng0 2017-11-03 15:07:58 +00:00 committed by Ludovic Courtès
parent 3eda8dd614
commit db0164b21f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 2 deletions

View File

@ -541,7 +541,7 @@ experience.")
(define-public awesome
(package
(name "awesome")
(version "4.0")
(version "4.2")
(source
(origin (method url-fetch)
(uri (string-append
@ -549,7 +549,7 @@ experience.")
"master/awesome-" version ".tar.xz"))
(sha256
(base32
"0czkcz67sab63gf5m2p2pgg05yinjx60hfb9rfyzdkkg28q9f02w"))
"0kwpbls9h1alxcmvxh5g9qb995fds5b2ngcr44w0ibazkyls2pdc"))
(modules '((guix build utils)
(srfi srfi-19)))
(snippet
@ -599,6 +599,9 @@ experience.")
;; '--no-name' is used, which removes timestamps from gzip output.
#:configure-flags '("-DCOMPRESS_MANPAGES=off")
;; Building awesome in its source dir is no longer supported.
#:out-of-source? #t
#:phases
(modify-phases %standard-phases
(add-before 'build 'xmlto-skip-validation