me
/
guix
Archived
1
0
Fork 0

gnu: picom: Update to 11.2.

* gnu/packages/compton.scm (picom): Update to 11.2.
[inputs]: Reorder alphabetically.  Replace pcre with pcre2.  Add libepoxy and
xcb-util.

Change-Id: Ie8d8600a61457b117344ee4a2c6c210674ba5521
master
John Kehayias 2024-02-14 15:53:37 -05:00
parent f21a4f492e
commit fd8acd3d34
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 11 additions and 9 deletions

View File

@ -4,7 +4,7 @@
;;; Copyright © 2019 Alexandru-Sergiu Marton <brown121407@member.fsf.org> ;;; Copyright © 2019 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org> ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com> ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com> ;;; Copyright © 2023, 2024 John Kehayias <john.kehayias@protonmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -113,7 +113,7 @@ performance).
(define-public picom (define-public picom
(package (package
(name "picom") (name "picom")
(version "10.2") (version "11.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -122,23 +122,25 @@ performance).
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1vd4nhvfykwdhpyhb0jmcj333zxhm6dyikafd76fa4z4fhjrrs0b")) "0swmpw6lj0aiwypdfkzsy38jwsm9wfcn7i5klrqfn2klrwinv27f"))
(file-name (string-append "picom-" version)))) (file-name (string-append "picom-" version))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
(list dbus (list dbus
libconfig libconfig
libepoxy
libev
libx11 libx11
libxext libxext
libev libxdg-basedir
mesa mesa
xprop pcre2
xcb-util-renderutil
xcb-util-image
pixman pixman
uthash uthash
libxdg-basedir xcb-util
pcre)) xcb-util-renderutil
xcb-util-image
xprop))
(native-inputs (native-inputs
(list asciidoc pkg-config xorgproto)) (list asciidoc pkg-config xorgproto))
(arguments (arguments