gnu: picom: Update to 12.5.

* gnu/packages/compton.scm (picom): Update to 12.5.
[native-inputs]: Add ruby-asciidoctor, Remove asciidoc.

Change-Id: I8bbc55240845b509736fba031bcc26a80ae26b5e
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Andreas Fuglesteg Dale 2025-01-20 16:04:31 +01:00 committed by Zheng Junjie
parent 0c6bd084e2
commit 033e074eef
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -41,7 +41,8 @@
#:use-module (gnu packages textutils)
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg))
#:use-module (gnu packages xorg)
#:use-module (gnu packages ruby))
(define-public compton
(let ((upstream-version "0.1_beta2"))
@ -113,7 +114,7 @@ performance).
(define-public picom
(package
(name "picom")
(version "11.2")
(version "12.5")
(source
(origin
(method git-fetch)
@ -122,7 +123,7 @@ performance).
(commit (string-append "v" version))))
(sha256
(base32
"0swmpw6lj0aiwypdfkzsy38jwsm9wfcn7i5klrqfn2klrwinv27f"))
"1skkchrlir9si9ljawg0xcgpfnd2macw7ny5vhx5f5zk7b7iphhz"))
(file-name (string-append "picom-" version))))
(build-system meson-build-system)
(inputs
@ -142,7 +143,7 @@ performance).
xcb-util-image
xprop))
(native-inputs
(list asciidoc pkg-config xorgproto))
(list pkg-config xorgproto ruby-asciidoctor))
(arguments
(list #:build-type "release"
#:configure-flags #~'("-Dwith_docs=true")