GNU bug report logs - #61860
[PATCH] gnu: herbstluftwm: Update to 0.9.5.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Tue, 28 Feb 2023 02:16:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61860 in the body.
You can then email your comments to 61860 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61860; Package guix-patches. (Tue, 28 Feb 2023 02:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> envs.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 Feb 2023 02:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: herbstluftwm: Update to 0.9.5.
Date: Tue, 28 Feb 2023 10:15:48 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/wm.scm (herbstluftwm): Update to 0.9.5.
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 9ba2841817..a20c0a9440 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -190,14 +190,14 @@ (define-public bspwm
 (define-public herbstluftwm
   (package
     (name "herbstluftwm")
-    (version "0.9.4")
+    (version "0.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://herbstluftwm.org/tarballs/herbstluftwm-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1k03rdr6irsgnjl4w0vac0kk9nsz46qhy74iflmaycxgfv8fxy7f"))
+        (base32 "01c1f5041bblg8d7p12jkynd57xi1frxy61qsrdcxgp5144n1m5j"))
        (file-name (string-append "herbstluftwm-" version ".tar.gz"))))
     (build-system cmake-build-system)
     (inputs
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61860; Package guix-patches. (Tue, 28 Feb 2023 03:03:01 GMT) Full text and rfc822 format available.

Message #8 received at 61860 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 61860 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: herbstluftwm: Enable Xcursor support.
Date: Tue, 28 Feb 2023 11:02:06 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/wm.scm (herbstluftwm)[inputs]: Add libxcursor.
[arguments]: Set 'LDFLAGS' to '-lXcursor'.
---
 gnu/packages/wm.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a20c0a9440..38aab7c059 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -208,6 +208,7 @@ (define-public herbstluftwm
            xterm
            xsetroot
            libx11
+           libxcursor
            libxext
            libxfixes
            libxinerama
@@ -224,6 +225,10 @@ (define-public herbstluftwm
                (string-append "-DBASHCOMPLETIONDIR=" out "/etc/bash_completion.d")))
        #:phases
        (modify-phases %standard-phases
+         (add-before 'configure 'link-libxcursor
+           (lambda _
+             ;; libX11 will dlopen libXcursor to load cursors.
+             (setenv "LDFLAGS" "-lXcursor")))
          (add-after 'install 'install-xsession
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))

base-commit: ff5fbcc19bce6e94ead0cc79b27ae8ed0307463d
prerequisite-patch-id: 720b6ad92b3e9a1d7fd35692b2c14117af2d29ae
-- 
2.39.1





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Wed, 01 Mar 2023 01:49:01 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> envs.net:
bug acknowledged by developer. (Wed, 01 Mar 2023 01:49:01 GMT) Full text and rfc822 format available.

Message #13 received at 61860-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: 61860-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: Re: bug#61860: [PATCH] gnu: herbstluftwm: Update to 0.9.5.
Date: Wed, 01 Mar 2023 09:48:40 +0800

Pushed now!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 29 Mar 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 28 days ago.

Previous Next


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