diff options
| author | Mazin AlHaddad <codeberg@getstate.dev> | 2026-02-12 11:38:13 +0000 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-12 14:17:36 +0100 |
| commit | 30231fb159f67c108c4e9649fbb785d400df6528 (patch) | |
| tree | 48d6c7945147106eb981418a92801d31b971f636 | |
| parent | 8a05b73b3a1d5b5a874b13480b5c082951f5b6a0 (diff) | |
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 <csantosb@inventati.org>
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -rw-r--r-- | gnu/packages/compton.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm index 1d20cf3b274..a577fb42be0 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 |
