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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75722: closed ([PATCH] gnu: picom: Update to v12.5)
Date: Wed, 22 Jan 2025 10:28:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 Jan 2025 18:27:15 +0800
with message-id <87frlb16v0.fsf <at> iscas.ac.cn>
and subject line Re: [bug#75722] [PATCH] gnu: picom: Update to v12.5
has caused the debbugs.gnu.org bug report #75722,
regarding [PATCH] gnu: picom: Update to v12.5
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
75722: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75722
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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 4 (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 118 days ago.

Previous Next


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