* [bug#61860] [PATCH] gnu: herbstluftwm: Update to 0.9.5.
@ 2023-02-28 2:15 iyzsong--- via Guix-patches via
2023-02-28 3:02 ` [bug#61860] [PATCH] gnu: herbstluftwm: Enable Xcursor support iyzsong--- via Guix-patches via
2023-03-01 1:48 ` bug#61860: [PATCH] gnu: herbstluftwm: Update to 0.9.5 宋文武 via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-02-28 2:15 UTC (permalink / raw)
To: 61860; +Cc: 宋文武
From: 宋文武 <iyzsong@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#61860] [PATCH] gnu: herbstluftwm: Enable Xcursor support.
2023-02-28 2:15 [bug#61860] [PATCH] gnu: herbstluftwm: Update to 0.9.5 iyzsong--- via Guix-patches via
@ 2023-02-28 3:02 ` iyzsong--- via Guix-patches via
2023-03-01 1:48 ` bug#61860: [PATCH] gnu: herbstluftwm: Update to 0.9.5 宋文武 via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-02-28 3:02 UTC (permalink / raw)
To: 61860; +Cc: 宋文武
From: 宋文武 <iyzsong@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#61860: [PATCH] gnu: herbstluftwm: Update to 0.9.5.
2023-02-28 2:15 [bug#61860] [PATCH] gnu: herbstluftwm: Update to 0.9.5 iyzsong--- via Guix-patches via
2023-02-28 3:02 ` [bug#61860] [PATCH] gnu: herbstluftwm: Enable Xcursor support iyzsong--- via Guix-patches via
@ 2023-03-01 1:48 ` 宋文武 via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-01 1:48 UTC (permalink / raw)
To: 61860-done; +Cc: 宋文武
Pushed now!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-01 1:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-28 2:15 [bug#61860] [PATCH] gnu: herbstluftwm: Update to 0.9.5 iyzsong--- via Guix-patches via
2023-02-28 3:02 ` [bug#61860] [PATCH] gnu: herbstluftwm: Enable Xcursor support iyzsong--- via Guix-patches via
2023-03-01 1:48 ` bug#61860: [PATCH] gnu: herbstluftwm: Update to 0.9.5 宋文武 via Guix-patches via
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).