From fd8acd3d348687939134fa602d92c4fc0c91b71c Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 14 Feb 2024 15:53:37 -0500 Subject: [PATCH] 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 --- gnu/packages/compton.scm | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm index 42af93aa31..00bea9669b 100644 --- a/gnu/packages/compton.scm +++ b/gnu/packages/compton.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2019 Alexandru-Sergiu Marton ;;; Copyright © 2019 Brett Gilio ;;; Copyright © 2022 Jai Vetrivelan -;;; Copyright © 2023 John Kehayias +;;; Copyright © 2023, 2024 John Kehayias ;;; ;;; 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