civodul pushed a commit to branch master
in repository guix.
commit db0164b21f82d3cb344e496874eeede9317e95ad
Author: ng0 <[email protected]>
Date: Fri Nov 3 15:07:58 2017 +0000
gnu: awesome: Update to 4.2.
* gnu/packages/wm.scm (awesome): Update to 4.2.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/wm.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c72e9a4..09c10ea 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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