From: ng0 <ng0@infotropique.org>
To: 29135@debbugs.gnu.org
Subject: [bug#29135] awesome: Update to 4.2
Date: Fri, 3 Nov 2017 15:12:15 +0000 [thread overview]
Message-ID: <20171103151215.evx7fntgofkijhqq@abyayala> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 529 bytes --]
This updates awesome to 4.2.
Someone using awesome should test if this fixes the runtime
errors 4.0 currently gives on GuixSD. In any case we can't
break it anymore than it is right now, so 4.2 fixes 150
issues as upstream states…
In my opinion we should upstream the reproducibility fixes
we include locally, to share them with other projects.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
https://www.infotropique.org https://ng0.infotropique.org
[-- Attachment #1.2: 0001-gnu-awesome-Update-to-4.2.patch --]
[-- Type: text/plain, Size: 1502 bytes --]
From d4950d35c76145defbfaa77c814d08c243d1f7f4 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Fri, 3 Nov 2017 15:07:58 +0000
Subject: [PATCH] gnu: awesome: Update to 4.2.
* gnu/packages/wm.scm (awesome): Update to 4.2.
---
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 c72e9a452..09c10eaa0 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
--
2.14.3
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-11-03 15:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 15:12 ng0 [this message]
2017-11-07 16:39 ` bug#29135: awesome: Update to 4.2 Ludovic Courtès
2017-11-07 17:01 ` [bug#29135] " ng0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171103151215.evx7fntgofkijhqq@abyayala \
--to=ng0@infotropique.org \
--cc=29135@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.