GNU bug report logs - #78108
[PATCH] gnu: wl-mirror: Update to 0.18.2.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Mon, 28 Apr 2025 09:43:01 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 78108 in the body.
You can then email your comments to 78108 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#78108; Package guix-patches. (Mon, 28 Apr 2025 09:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 28 Apr 2025 09:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: wl-mirror: Update to 0.18.2.
Date: Mon, 28 Apr 2025 11:41:52 +0200
* gnu/packages/wm.scm (wl-mirror): Update to 0.18.2.
[arguments]<#:configure-flags>: Add option to install scripts.

Change-Id: Iab1b1a0f6972d7815604f703ca39352dc169afc1
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 37dd87a790..772c6a2daf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2087,7 +2087,7 @@ (define-public wlroots-0.15
 (define-public wl-mirror
   (package
     (name "wl-mirror")
-    (version "0.17.0")
+    (version "0.18.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2096,12 +2096,13 @@ (define-public wl-mirror
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1szzaahpq0ihpabjh4djkrmhlp0z3g39pdsmrcg7jdz6qw49pj8k"))))
+                "0n7i9jmij5vpnsas3j1namdrsncpp6q008nzny5kgbg96cq267ym"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ;No tests.
            #:configure-flags
            #~(list "-DINSTALL_DOCUMENTATION=ON"
+                   "-DINSTALL_EXAMPLE_SCRIPTS=ON"
                    (string-append "-DWL_PROTOCOL_DIR="
                                   #$(this-package-input "wayland-protocols")
                                   "/share/wayland-protocols")

base-commit: 881d46eb386c2de8bc6f1405972ee1e115eeb3a1
-- 
2.49.0





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Tue, 29 Apr 2025 03:03:02 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Tue, 29 Apr 2025 03:03:02 GMT) Full text and rfc822 format available.

Message #10 received at 78108-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org>
Cc: 78108-done <at> debbugs.gnu.org, Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: Re: [bug#78108] [PATCH] gnu: wl-mirror: Update to 0.18.2.
Date: Tue, 29 Apr 2025 11:02:31 +0800
[Message part 1 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/wm.scm (wl-mirror): Update to 0.18.2.
> [arguments]<#:configure-flags>: Add option to install scripts.
>
> Change-Id: Iab1b1a0f6972d7815604f703ca39352dc169afc1
> ---
>  gnu/packages/wm.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 37dd87a790..772c6a2daf 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2087,7 +2087,7 @@ (define-public wlroots-0.15
>  (define-public wl-mirror
>    (package
>      (name "wl-mirror")
> -    (version "0.17.0")
> +    (version "0.18.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -2096,12 +2096,13 @@ (define-public wl-mirror
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "1szzaahpq0ihpabjh4djkrmhlp0z3g39pdsmrcg7jdz6qw49pj8k"))))
> +                "0n7i9jmij5vpnsas3j1namdrsncpp6q008nzny5kgbg96cq267ym"))))
>      (build-system cmake-build-system)
>      (arguments
>       (list #:tests? #f                  ;No tests.
>             #:configure-flags
>             #~(list "-DINSTALL_DOCUMENTATION=ON"
> +                   "-DINSTALL_EXAMPLE_SCRIPTS=ON"
>                     (string-append "-DWL_PROTOCOL_DIR="
>                                    #$(this-package-input "wayland-protocols")
>                                    "/share/wayland-protocols")
>
> base-commit: 881d46eb386c2de8bc6f1405972ee1e115eeb3a1
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. (Tue, 27 May 2025 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 23 days ago.

Previous Next


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