aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-11-03 15:07:58 +0000
committerLudovic Courtès <ludo@gnu.org>2017-11-07 18:09:13 +0100
commitdb0164b21f82d3cb344e496874eeede9317e95ad (patch)
tree46a90491fcd82134ee025b761d91b393657a5a02 /gnu
parent3eda8dd614fb1c1b44ce85fdaedcbe06245069ba (diff)
downloadguix-db0164b21f82d3cb344e496874eeede9317e95ad.tar.gz
guix-db0164b21f82d3cb344e496874eeede9317e95ad.zip
gnu: awesome: Update to 4.2.
* gnu/packages/wm.scm (awesome): Update to 4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/wm.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c72e9a452c..09c10eaa0e 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
/tr> 2017-03-14pack: Add '--symlink'....Ludovic Courtès 2017-03-14pack: Add '--localstatedir' option....Ludovic Courtès 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-03-01file-systems: Add FAT32 support....David Craven 2017-02-10Merge branch 'master' into core-updatesLudovic Courtès 2017-02-08services: Add 'special-files-service-type'....Ludovic Courtès 2017-02-07Add (gnu build shepherd)....Ludovic Courtès 2017-02-07linux-container: Add 'container-excursion*'....Ludovic Courtès 2017-02-06linux-container: Add comment on exception handling....Ludovic Courtès 2017-02-06linux-container: Do not rely on 'isatty?'....Ludovic Courtès 2017-02-04activation: Set the right owner for home directories....Ludovic Courtès 2017-02-02Merge branch 'master' into core-updatesLeo Famulari 2017-02-01system: Create home directories once 'file-systems' is up....Ludovic Courtès 2017-01-31file-systems: Do not read superblocks past the end of a device....Ludovic Courtès 2017-01-26utils: Add helper method to make files writable....Marius Bakke 2017-01-10system: Add btrfs file system support....David Craven 2017-01-10file-systems: Refactor file-system predicates....David Craven 2017-01-10file-systems: Refactor check-file-system....David Craven 2017-01-06file-systems: Refactor file system detection logic....David Craven 2016-12-07gnu: cross-base: Move phases to (gnu build cross-toolchain)....Ludovic Courtès