summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2026-03-13 14:33:16 +0900
committerCayetano Santos <csantosb@inventati.org>2026-03-13 11:45:08 +0100
commitcab232d5acbf45b1f6d0e86138a393b5a8e17dc3 (patch)
treea0750c3207308d2c56955b48bafd09d49842b46d /gnu
parent08b8cb91fd04082df393aaf1ae172e4afae725d4 (diff)
gnu: xarcan: Update to 0.7.1.
* gnu/packages/arcan.scm (xarcan): Update to 0.7.1. [sources]: Update url. [inputs]: Add xcb-util-image. [description]: Fix mas column. Fixes guix/guix#7054 Merges guix/guix!7095 Change-Id: I80d82b7550454493245c5a6e7a52e4389a223b21 Signed-off-by: Cayetano Santos <csantosb@inventati.org> Modified-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/arcan.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/arcan.scm b/gnu/packages/arcan.scm
index 50e8d9bbe68..9170f689225 100644
--- a/gnu/packages/arcan.scm
+++ b/gnu/packages/arcan.scm
@@ -253,16 +253,16 @@ environment spectrum.")
(define-public xarcan
(package
(name "xarcan")
- (version "0.6.3")
+ (version "0.7.1")
(source
(origin
(method git-fetch)
(file-name (git-file-name name version))
(uri (git-reference
- (url "https://github.com/letoram/xarcan")
+ (url "https://codeberg.org/letoram/xarcan")
(commit version)))
(sha256
- (base32 "1g24mmwnc45ig0x8jk0v91488k8933w07vxi4305sla56q4n82p4"))))
+ (base32 "1jpk272y58h94ss6j87i0cl1zlfp4g5803y0kpi09q8yy37icvcg"))))
(build-system meson-build-system)
(arguments
(list
@@ -300,6 +300,7 @@ environment spectrum.")
openssl
pixman
xcb-util
+ xcb-util-image
xcb-util-wm
xkbcomp
xkeyboard-config
@@ -307,9 +308,10 @@ environment spectrum.")
xtrans))
(home-page "https://arcan-fe.com")
(synopsis "Patched Xserver that bridges connections to Arcan")
- (description "Patched Xserver with a KDrive backend that uses the arcan-shmif
- to map Xlib/Xcb/X clients to a running arcan instance. It allows running an X session
-as a window under Arcan.")
+ (description
+ "Patched Xserver with a KDrive backend that uses the arcan-shmif
+ to map Xlib/Xcb/X clients to a running arcan instance. It allows
+running an X session as a window under Arcan.")
(license (list license:bsd-3 license:expat))))
;; Package was merged into arcan in upstream.