unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46658] [PATCH] gnu: herbstluftwm: Update to 0.9.2.
@ 2021-02-20  8:03 Boris A. Dekshteyn
  2021-02-21  0:30 ` bug#46658: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Boris A. Dekshteyn @ 2021-02-20  8:03 UTC (permalink / raw)
  To: 46658; +Cc: Boris A. Dekshteyn

* 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





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

* bug#46658: [PATCH] gnu: herbstluftwm: Update to 0.9.2.
  2021-02-20  8:03 [bug#46658] [PATCH] gnu: herbstluftwm: Update to 0.9.2 Boris A. Dekshteyn
@ 2021-02-21  0:30 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-02-21  0:30 UTC (permalink / raw)
  To: Boris A. Dekshteyn; +Cc: 46658-done

Hello,

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

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-02-21  0:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20  8:03 [bug#46658] [PATCH] gnu: herbstluftwm: Update to 0.9.2 Boris A. Dekshteyn
2021-02-21  0:30 ` bug#46658: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).