GNU bug report logs - #46658
[PATCH] gnu: herbstluftwm: Update to 0.9.2.

Previous Next

Package: guix-patches;

Reported by: "Boris A. Dekshteyn" <boris.dekshteyn <at> gmail.com>

Date: Sat, 20 Feb 2021 08:04:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Boris A. Dekshteyn" <boris.dekshteyn <at> gmail.com>
Subject: bug#46658: closed (Re: [bug#46658] [PATCH] gnu: herbstluftwm:
 Update to 0.9.2.)
Date: Sun, 21 Feb 2021 00:31:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46658: [PATCH] gnu: herbstluftwm: Update to 0.9.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46658 <at> debbugs.gnu.org.

-- 
46658: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46658
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: "Boris A. Dekshteyn" <boris.dekshteyn <at> gmail.com>
Cc: 46658-done <at> debbugs.gnu.org
Subject: Re: [bug#46658] [PATCH] gnu: herbstluftwm: Update to 0.9.2.
Date: Sun, 21 Feb 2021 01:30:08 +0100
Hello,

"Boris A. Dekshteyn" <boris.dekshteyn <at> gmail.com> writes:

> * gnu/packages/wm.scm (herbstluftwm): Update to 0.9.2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: "Boris A. Dekshteyn" <boris.dekshteyn <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Boris A. Dekshteyn" <boris.dekshteyn <at> gmail.com>
Subject: [PATCH] gnu: herbstluftwm: Update to 0.9.2.
Date: Sat, 20 Feb 2021 20:03:21 +1200
* gnu/packages/wm.scm (herbstluftwm): Update to 0.9.2.
[inputs]: Add libxft.
[native-inputs]: Add python.
---
 gnu/packages/wm.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8e3b4244ce..d7b5e90145 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -160,14 +160,14 @@ the leaves of a full binary tree.")
 (define-public herbstluftwm
   (package
     (name "herbstluftwm")
-    (version "0.8.3")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://herbstluftwm.org/tarballs/herbstluftwm-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1qmb4pjf2f6g0dvcg11cw9njwmxblhqzd70ai8qnlgqw1iz3nkm1"))
+        (base32 "0avfhr68f6fjnafjdcyxcx7dkg38f2nadmhpj971qyqzfq2f6i38"))
        (file-name (string-append "herbstluftwm-" version ".tar.gz"))))
     (build-system cmake-build-system)
     (inputs
@@ -180,9 +180,11 @@ the leaves of a full binary tree.")
        ("libx11"      ,libx11)
        ("libxext"     ,libxext)
        ("libxinerama" ,libxinerama)
-       ("libxrandr"   ,libxrandr)))
+       ("libxrandr"   ,libxrandr)
+       ("libxft"      ,libxft)))
     (native-inputs
      `(("asciidoc"   ,asciidoc)
+       ("python"     ,python)
        ("pkg-config" ,pkg-config)))
     (arguments
      '(#:tests? #f
-- 
2.30.1




This bug report was last modified 4 years and 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.