GNU bug report logs - #75722
[PATCH] gnu: picom: Update to v12.5

Previous Next

Package: guix-patches;

Reported by: Andreas Fuglesteg Dale <andreasfdale <at> gmail.com>

Date: Tue, 21 Jan 2025 04:33:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Fuglesteg Dale <andreasfdale <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Andreas Fuglesteg Dale <andreasfdale <at> gmail.com>
Subject: [PATCH] gnu: picom: Update to v12.5
Date: Mon, 20 Jan 2025 16:04:31 +0100
Change-Id: I8bbc55240845b509736fba031bcc26a80ae26b5e
---
 gnu/packages/compton.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm
index 00bea96..0022992 100644
--- a/gnu/packages/compton.scm
+++ b/gnu/packages/compton.scm
@@ -41,7 +41,8 @@ (define-module (gnu packages compton)
   #: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 @@ (define-public compton
 (define-public picom
   (package
     (name "picom")
-    (version "11.2")
+    (version "12.5")
     (source
      (origin
        (method git-fetch)
@@ -122,7 +123,7 @@ (define-public picom
              (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 @@ (define-public picom
            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")

base-commit: 87045f0982bd7aebb07b380cbf322651227546f4
-- 
2.47.1





This bug report was last modified 117 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.