all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29135] awesome: Update to 4.2
@ 2017-11-03 15:12 ng0
  2017-11-07 16:39 ` bug#29135: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2017-11-03 15:12 UTC (permalink / raw)
  To: 29135


[-- 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 --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#29135: awesome: Update to 4.2
  2017-11-03 15:12 [bug#29135] awesome: Update to 4.2 ng0
@ 2017-11-07 16:39 ` Ludovic Courtès
  2017-11-07 17:01   ` [bug#29135] " ng0
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-07 16:39 UTC (permalink / raw)
  To: ng0; +Cc: 29135-done

ng0 <ng0@infotropique.org> skribis:

> 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…

Indeed.

> In my opinion we should upstream the reproducibility fixes
> we include locally, to share them with other projects.

I agree.  Are you volunteering?  :-)

> 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.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#29135] awesome: Update to 4.2
  2017-11-07 16:39 ` bug#29135: " Ludovic Courtès
@ 2017-11-07 17:01   ` ng0
  0 siblings, 0 replies; 3+ messages in thread
From: ng0 @ 2017-11-07 17:01 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29135-done

[-- Attachment #1: Type: text/plain, Size: 1322 bytes --]

Ludovic Courtès transcribed 0.7K bytes:
> ng0 <ng0@infotropique.org> skribis:
> 
> > 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…
> 
> Indeed.
> 
> > In my opinion we should upstream the reproducibility fixes
> > we include locally, to share them with other projects.
> 
> I agree.  Are you volunteering?  :-)

Too little time, too much conversation, different politics
and public outreach for just one person.
I'm doing this already, but it's harder to do for patches I
didn't write and can not argue for if they are questioned.

In my opinion we need a list of these patches, and it has
upstreaming can not rely on one person only.

> > 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.
> 
> Applied, thanks!
> 
> Ludo'.
> 

-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
  WWW: https://ng0.infotropique.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-07 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 15:12 [bug#29135] awesome: Update to 4.2 ng0
2017-11-07 16:39 ` bug#29135: " Ludovic Courtès
2017-11-07 17:01   ` [bug#29135] " ng0

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.