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 Brett Gilio <brettg@gnu.org>
;;; 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.
;;;
@ -113,7 +113,7 @@ performance).
(define-public picom
(package
(name "picom")
(version "10.2")
(version "11.2")
(source
(origin
(method git-fetch)
@ -122,23 +122,25 @@ performance).
(commit (string-append "v" version))))
(sha256
(base32
"1vd4nhvfykwdhpyhb0jmcj333zxhm6dyikafd76fa4z4fhjrrs0b"))
"0swmpw6lj0aiwypdfkzsy38jwsm9wfcn7i5klrqfn2klrwinv27f"))
(file-name (string-append "picom-" version))))
(build-system meson-build-system)
(inputs
(list dbus
libconfig
libepoxy
libev
libx11
libxext
libev
libxdg-basedir
mesa
xprop
xcb-util-renderutil
xcb-util-image
pcre2
pixman
uthash
libxdg-basedir
pcre))
xcb-util
xcb-util-renderutil
xcb-util-image
xprop))
(native-inputs
(list asciidoc pkg-config xorgproto))
(arguments