[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: picom: Update to 11.2.
From: |
guix-commits |
Subject: |
01/16: gnu: picom: Update to 11.2. |
Date: |
Wed, 14 Feb 2024 16:15:40 -0500 (EST) |
podiki pushed a commit to branch master
in repository guix.
commit fd8acd3d348687939134fa602d92c4fc0c91b71c
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Feb 14 15:53:37 2024 -0500
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 <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
- branch master updated (f21a4f492e -> 1a50943a36), guix-commits, 2024/02/14
- 10/16: gnu: fnott: Update to 1.4.1., guix-commits, 2024/02/14
- 08/16: gnu: celluloid: Update to 0.26., guix-commits, 2024/02/14
- 09/16: gnu: copyq: Update to 7.1.0., guix-commits, 2024/02/14
- 12/16: gnu: httpie: Update to 3.2.2., guix-commits, 2024/02/14
- 04/16: gnu: avizo: Update to 1.3., guix-commits, 2024/02/14
- 01/16: gnu: picom: Update to 11.2.,
guix-commits <=
- 15/16: gnu: swaylock-effects: Update to 1.7.0.0., guix-commits, 2024/02/14
- 06/16: gnu: batsignal: Update to 1.8.0., guix-commits, 2024/02/14
- 07/16: gnu: chafa: Update to 1.14.0., guix-commits, 2024/02/14
- 16/16: gnu: ytfzf: Update to 2.6.2., guix-commits, 2024/02/14
- 02/16: gnu: polybar: Update to 3.7.1., guix-commits, 2024/02/14
- 13/16: gnu: python-tldr: Update to 3.2.0., guix-commits, 2024/02/14
- 05/16: gnu: bemenu: Update to 0.6.19., guix-commits, 2024/02/14
- 03/16: gnu: android-file-transfer: Update to 4.3., guix-commits, 2024/02/14
- 11/16: gnu: kanshi: Update to 1.5.1., guix-commits, 2024/02/14
- 14/16: gnu: plocate: Update to 1.1.22., guix-commits, 2024/02/14