unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Boris A. Dekshteyn" <boris.dekshteyn@gmail.com>
To: 46658@debbugs.gnu.org
Cc: "Boris A. Dekshteyn" <boris.dekshteyn@gmail.com>
Subject: [bug#46658] [PATCH] gnu: herbstluftwm: Update to 0.9.2.
Date: Sat, 20 Feb 2021 20:03:21 +1200	[thread overview]
Message-ID: <20210220080321.5653-1-boris.dekshteyn@gmail.com> (raw)

* 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





             reply	other threads:[~2021-02-20  8:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-20  8:03 Boris A. Dekshteyn [this message]
2021-02-21  0:30 ` bug#46658: [PATCH] gnu: herbstluftwm: Update to 0.9.2 Nicolas Goaziou

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210220080321.5653-1-boris.dekshteyn@gmail.com \
    --to=boris.dekshteyn@gmail.com \
    --cc=46658@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 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).