GNU bug report logs - #69427
[PATCH] gnu: vimb: Update to 3.7.0.

Previous Next

Package: guix-patches;

Reported by: unwox <me <at> unwox.com>

Date: Tue, 27 Feb 2024 15:18: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 69427 in the body.
You can then email your comments to 69427 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#69427; Package guix-patches. (Tue, 27 Feb 2024 15:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to unwox <me <at> unwox.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 27 Feb 2024 15:18:02 GMT) Full text and rfc822 format available.

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

From: unwox <me <at> unwox.com>
To: guix-patches <at> gnu.org
Cc: unwox <me <at> unwox.com>
Subject: [PATCH] gnu: vimb: Update to 3.7.0.
Date: Tue, 27 Feb 2024 21:16:40 +0600
* gnu/packages/web-browsers.scm (vimb): Update to 3.7.0.

Change-Id: Ia89eb9588cd7eeda1bad29cf0d6e33f75ff5970c
---
 gnu/packages/web-browsers.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 84f5c9f0eb..1dfa5683ab 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -554,7 +554,7 @@ (define-public qutebrowser
 (define-public vimb
   (package
     (name "vimb")
-    (version "3.6.0")
+    (version "3.7.0")
     (source
      (origin
        (method git-fetch)
@@ -562,7 +562,7 @@ (define-public vimb
              (url "https://github.com/fanglingsu/vimb/")
              (commit version)))
        (sha256
-        (base32 "0228khh3lqbal046k6akqah7s5igq9s0wjfjbdjam75kjj42pbhj"))
+        (base32 "1yazd0hm6vsz7sqp5qf3zzjmvqs3can6sbm2ijlfcj4v3kz42vrm"))
        (file-name (git-file-name name version))))
     (build-system glib-or-gtk-build-system)
     (arguments
@@ -572,7 +572,11 @@ (define-public vimb
                           (string-append "PREFIX=" %output))
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure))))
+         (replace 'configure
+           (lambda* _
+             (substitute* "config.mk"
+                          (("webkit2gtk-4\\.1")
+                           "webkit2gtk-4.0")))))))
     (inputs
      `(("glib-networking" ,glib-networking)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)

base-commit: 75bad75367fcf2c289fae3b40dbcc850f92177be
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69427; Package guix-patches. (Sat, 05 Oct 2024 18:32:02 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: unwox via Guix-patches via <guix-patches <at> gnu.org>
Cc: 69427-done <at> debbugs.gnu.org, unwox <me <at> unwox.com>
Subject: Re: [bug#69427] [PATCH] gnu: vimb: Update to 3.7.0.
Date: Sun, 06 Oct 2024 02:31:03 +0800
[Message part 1 (text/plain, inline)]
unwox via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/web-browsers.scm (vimb): Update to 3.7.0.
>
> Change-Id: Ia89eb9588cd7eeda1bad29cf0d6e33f75ff5970c
> ---
>  gnu/packages/web-browsers.scm | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
> index 84f5c9f0eb..1dfa5683ab 100644
> --- a/gnu/packages/web-browsers.scm
> +++ b/gnu/packages/web-browsers.scm
> @@ -554,7 +554,7 @@ (define-public qutebrowser
>  (define-public vimb
>    (package
>      (name "vimb")
> -    (version "3.6.0")
> +    (version "3.7.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -562,7 +562,7 @@ (define-public vimb
>               (url "https://github.com/fanglingsu/vimb/")
>               (commit version)))
>         (sha256
> -        (base32 "0228khh3lqbal046k6akqah7s5igq9s0wjfjbdjam75kjj42pbhj"))
> +        (base32 "1yazd0hm6vsz7sqp5qf3zzjmvqs3can6sbm2ijlfcj4v3kz42vrm"))
>         (file-name (git-file-name name version))))
>      (build-system glib-or-gtk-build-system)
>      (arguments
> @@ -572,7 +572,11 @@ (define-public vimb
>                            (string-append "PREFIX=" %output))
>         #:phases
>         (modify-phases %standard-phases
> -         (delete 'configure))))
> +         (replace 'configure
> +           (lambda* _
> +             (substitute* "config.mk"
> +                          (("webkit2gtk-4\\.1")
> +                           "webkit2gtk-4.0")))))))
>      (inputs
>       `(("glib-networking" ,glib-networking)
>         ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
>
> base-commit: 75bad75367fcf2c289fae3b40dbcc850f92177be

push, use g-expressions and cc-for-target.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sat, 05 Oct 2024 18:32:02 GMT) Full text and rfc822 format available.

Notification sent to unwox <me <at> unwox.com>:
bug acknowledged by developer. (Sat, 05 Oct 2024 18:32:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 03 Nov 2024 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 130 days ago.

Previous Next


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