GNU bug report logs - #74587
[PATCH] gnu: wmenu: Update to 0.1.9.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Thu, 28 Nov 2024 08:51:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <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: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74587: closed ([PATCH] gnu: wmenu: Update to 0.1.9.)
Date: Sat, 07 Dec 2024 01:40:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Dec 2024 09:39:05 +0800
with message-id <877c8cclvq.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74587] [PATCH] gnu: wmenu: Update to 0.1.9.
has caused the debbugs.gnu.org bug report #74587,
regarding [PATCH] gnu: wmenu: Update to 0.1.9.
to be marked as done.

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


-- 
74587: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74587
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: wmenu: Update to 0.1.9.
Date: Thu, 28 Nov 2024 16:50:30 +0800
* gnu/packages/wm.scm (wmenu): Update to 0.1.9.
[source]: Update url.
[home-page]: Update url.

Change-Id: Id0b6e1865cc2b4195fb6f73344494e5e0e880595
---
 gnu/packages/wm.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 921f9750378..ac93513be09 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1877,16 +1877,16 @@ (define-public wl-mirror
 (define-public wmenu
   (package
     (name "wmenu")
-    (version "0.1.7")
+    (version "0.1.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://git.sr.ht/~adnano/wmenu")
+                    (url "https://codeberg.org/adnano/wmenu")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wjn68r5cx4zvw7sby6sk2ip5h4fn0jbgb1nasm9nsgjpv63pnpm"))))
+                "1f46v4zbywh7fsz5dgkhaa62lmv7gydybwr7qym37gg10jz42pjc"))))
     (build-system meson-build-system)
     (native-inputs (append (if (%current-target-system)
                                ;; for wayland-scanner
@@ -1895,7 +1895,7 @@ (define-public wmenu
                                '())
                            (list pkg-config scdoc)))
     (inputs (list cairo pango wayland libxkbcommon wayland-protocols))
-    (home-page "https://git.sr.ht/~adnano/wmenu")
+    (home-page "https://codeberg.org/adnano/wmenu")
     (synopsis "Dynamic menu for Wayland")
     (description "@command{wmenu} is a dynamic menu for Wayland, which reads a list
 of newline-separated items from stdin.  When the user selects an item and presses

base-commit: faf8ba9b43323dc61988a368690b20008611fc87
prerequisite-patch-id: 4ea375f861b5f0d4a7521b56b26718671068219c
prerequisite-patch-id: 8825e20ba45cee944acf3cda43a7dd1f6747ee07
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 74587-done <at> debbugs.gnu.org
Subject: Re: [bug#74587] [PATCH] gnu: wmenu: Update to 0.1.9.
Date: Sat, 07 Dec 2024 09:39:05 +0800
[Message part 4 (text/plain, inline)]
Zheng Junjie <zhengjunjie <at> iscas.ac.cn> writes:

> * gnu/packages/wm.scm (wmenu): Update to 0.1.9.
> [source]: Update url.
> [home-page]: Update url.
>
> Change-Id: Id0b6e1865cc2b4195fb6f73344494e5e0e880595
> ---
>  gnu/packages/wm.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 921f9750378..ac93513be09 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1877,16 +1877,16 @@ (define-public wl-mirror
>  (define-public wmenu
>    (package
>      (name "wmenu")
> -    (version "0.1.7")
> +    (version "0.1.9")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> -                    (url "https://git.sr.ht/~adnano/wmenu")
> +                    (url "https://codeberg.org/adnano/wmenu")
>                      (commit version)))
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "0wjn68r5cx4zvw7sby6sk2ip5h4fn0jbgb1nasm9nsgjpv63pnpm"))))
> +                "1f46v4zbywh7fsz5dgkhaa62lmv7gydybwr7qym37gg10jz42pjc"))))
>      (build-system meson-build-system)
>      (native-inputs (append (if (%current-target-system)
>                                 ;; for wayland-scanner
> @@ -1895,7 +1895,7 @@ (define-public wmenu
>                                 '())
>                             (list pkg-config scdoc)))
>      (inputs (list cairo pango wayland libxkbcommon wayland-protocols))
> -    (home-page "https://git.sr.ht/~adnano/wmenu")
> +    (home-page "https://codeberg.org/adnano/wmenu")
>      (synopsis "Dynamic menu for Wayland")
>      (description "@command{wmenu} is a dynamic menu for Wayland, which reads a list
>  of newline-separated items from stdin.  When the user selects an item and presses
>
> base-commit: faf8ba9b43323dc61988a368690b20008611fc87
> prerequisite-patch-id: 4ea375f861b5f0d4a7521b56b26718671068219c
> prerequisite-patch-id: 8825e20ba45cee944acf3cda43a7dd1f6747ee07

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

This bug report was last modified 165 days ago.

Previous Next


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