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 #10 received at 75722-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Andreas Fuglesteg Dale <andreasfdale <at> gmail.com>
Cc: 75722-done <at> debbugs.gnu.org
Subject: Re: [bug#75722] [PATCH] gnu: picom: Update to v12.5
Date: Wed, 22 Jan 2025 18:27:15 +0800
[Message part 1 (text/plain, inline)]
Andreas Fuglesteg Dale <andreasfdale <at> gmail.com> writes:

> 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
Commit message should likes:

```
gnu: picom: Update to 12.5.

* gnu/packages/compton.scm (picom): Update to 12.5.
[native-inputs]: Add ruby-asciidoctor. Remove asciidoc.

```

Adjust and pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 146 days ago.

Previous Next


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