mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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:
parent
3eda8dd614
commit
db0164b21f
1 changed files with 5 additions and 2 deletions
|
@ -541,7 +541,7 @@ (define-public fluxbox
|
||||||
(define-public awesome
|
(define-public awesome
|
||||||
(package
|
(package
|
||||||
(name "awesome")
|
(name "awesome")
|
||||||
(version "4.0")
|
(version "4.2")
|
||||||
(source
|
(source
|
||||||
(origin (method url-fetch)
|
(origin (method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -549,7 +549,7 @@ (define-public awesome
|
||||||
"master/awesome-" version ".tar.xz"))
|
"master/awesome-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0czkcz67sab63gf5m2p2pgg05yinjx60hfb9rfyzdkkg28q9f02w"))
|
"0kwpbls9h1alxcmvxh5g9qb995fds5b2ngcr44w0ibazkyls2pdc"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(srfi srfi-19)))
|
(srfi srfi-19)))
|
||||||
(snippet
|
(snippet
|
||||||
|
@ -599,6 +599,9 @@ (define-public awesome
|
||||||
;; '--no-name' is used, which removes timestamps from gzip output.
|
;; '--no-name' is used, which removes timestamps from gzip output.
|
||||||
#:configure-flags '("-DCOMPRESS_MANPAGES=off")
|
#:configure-flags '("-DCOMPRESS_MANPAGES=off")
|
||||||
|
|
||||||
|
;; Building awesome in its source dir is no longer supported.
|
||||||
|
#:out-of-source? #t
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'xmlto-skip-validation
|
(add-before 'build 'xmlto-skip-validation
|
||||||
|
|
Loading…
Reference in a new issue