This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 30231fb159  gnu: picom: Update to 13.
30231fb159 is described below

commit 30231fb159f67c108c4e9649fbb785d400df6528
Author: Mazin AlHaddad <[email protected]>
AuthorDate: Thu Feb 12 11:38:13 2026 +0000

     gnu: picom: Update to 13.
    
    * gnu/packages/compton.scm (picom): Update to 13.
    [source]: Fix file-name.
    [inputs]: Delete libxdg-basedir.
    [native-inputs]: Add python-minimal-wrapper.
    [home-page]: Update.
    
    Merges guix/guix!6344.
    
    Change-Id: I0cec9ec57b3c457bfd7b5c072a14d2177094114d
    Modified-by: Cayetano Santos <[email protected]>
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/compton.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm
index 1d20cf3b27..a577fb42be 100644
--- a/gnu/packages/compton.scm
+++ b/gnu/packages/compton.scm
@@ -115,7 +115,7 @@ performance).
 (define-public picom
   (package
     (name "picom")
-    (version "12.5")
+    (version "13")
     (source
      (origin
        (method git-fetch)
@@ -124,8 +124,8 @@ performance).
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1skkchrlir9si9ljawg0xcgpfnd2macw7ny5vhx5f5zk7b7iphhz"))
-       (file-name (string-append "picom-" version))))
+         "0x81m06fhkgrl6vzm4a3cqxcldkq223q0jzlkkhd8kpjmrqaprw3"))
+       (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (inputs
      (list dbus
@@ -134,7 +134,6 @@ performance).
            libev
            libx11
            libxext
-           libxdg-basedir
            mesa
            pcre2
            pixman
@@ -145,7 +144,7 @@ performance).
            xprop))
     (native-inputs
      (append
-       (list pkg-config xorgproto)
+       (list pkg-config python-minimal-wrapper xorgproto)
        (if (supported-package? ruby-asciidoctor/minimal)
            (list ruby-asciidoctor/minimal)
            '())))
@@ -167,7 +166,7 @@ performance).
                    (substitute* "picom.desktop"
                      (("Exec=")
                       (string-append "Exec=" #$output "/bin/"))))))))
-    (home-page "https://github.com/yshui/picom";)
+    (home-page "https://picom.app/";)
     (synopsis "Compositor for X11, forked from Compton")
     (description
      "Picom is a standalone compositor for Xorg, suitable for use

Reply via email to