[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/113: gnu: libxcursor: Set a better default XCURSORPATH.
From: |
guix-commits |
Subject: |
111/113: gnu: libxcursor: Set a better default XCURSORPATH. |
Date: |
Wed, 22 Jan 2025 05:07:28 -0500 (EST) |
iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit c313317ccc704e517a480040bf61e1574609253a
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Jan 11 11:33:29 2025 +0800
gnu: libxcursor: Set a better default XCURSORPATH.
* gnu/packages/xorg.scm (libxcursor)[arguments]: Add "--with-cursorpath" to
configure-flags.
Change-Id: I821cd440cf4e9e6fcc67c9164a38b81e8d793dff
---
gnu/packages/xorg.scm | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 56e0e47f22..3944aec0d4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5424,7 +5424,17 @@ Wayland.")
"1h62narayrhrkqalrmx7z3s6yppw1acbp5id3skrvrygshnl1sgx"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags '("--disable-static")))
+ (list
+ #:configure-flags
+ #~(list "--disable-static"
+ ;; Set default path, used when XCURSOR_PATH is unset.
+ (string-append "--with-cursorpath="
+ (string-join
+ '("~/.local/share/icons" "~/.icons"
+ "~/.guix-profile/share/icons"
+ "/run/current-system/profile/share/icons"
+ "/usr/share/icons")
+ ":")))))
(propagated-inputs
(list libx11 libxrender libxfixes xorgproto))
(native-inputs
- 66/113: gnu: libxvmc: Update to 1.0.14., (continued)
- 66/113: gnu: libxvmc: Update to 1.0.14., guix-commits, 2025/01/22
- 67/113: gnu: libxxf86vm: Update to 1.1.6., guix-commits, 2025/01/22
- 69/113: gnu: libxcvt: Update to 0.1.3., guix-commits, 2025/01/22
- 75/113: gnu: xcb-util-cursor: Update to 0.1.5., guix-commits, 2025/01/22
- 79/113: gnu: xcb-util-wm: Update to 0.4.2., guix-commits, 2025/01/22
- 84/113: gnu: xcompmgr: Update to 1.1.10., guix-commits, 2025/01/22
- 89/113: gnu: xf86-video-nouveau: Update to 1.0.18., guix-commits, 2025/01/22
- 95/113: gnu: xf86-input-void: Update to 1.4.2., guix-commits, 2025/01/22
- 99/113: gnu: xf86-video-geode: Update to 2.11.21., guix-commits, 2025/01/22
- 103/113: gnu: xf86-video-neomagic: Update to 1.3.1., guix-commits, 2025/01/22
- 111/113: gnu: libxcursor: Set a better default XCURSORPATH.,
guix-commits <=
- 110/113: gnu: xinit: Update to 1.4.3., guix-commits, 2025/01/22
- 47/113: gnu: xrandr: Update to 1.5.3., guix-commits, 2025/01/22