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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75722 in the body.
You can then email your comments to 75722 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75722; Package guix-patches. (Tue, 21 Jan 2025 04:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Fuglesteg Dale <andreasfdale <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 21 Jan 2025 04:33:03 GMT) Full text and rfc822 format available.

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





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 22 Jan 2025 10:28:03 GMT) Full text and rfc822 format available.

Notification sent to Andreas Fuglesteg Dale <andreasfdale <at> gmail.com>:
bug acknowledged by developer. (Wed, 22 Jan 2025 10:28:03 GMT) Full text and rfc822 format available.

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)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 19 Feb 2025 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 22 days ago.

Previous Next


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