unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Z572 <zhengjunjie@iscas.ac.cn>
To: unwox via Guix-patches via <guix-patches@gnu.org>
Cc: 69427-done@debbugs.gnu.org, unwox <me@unwox.com>
Subject: bug#69427: [PATCH] gnu: vimb: Update to 3.7.0.
Date: Sun, 06 Oct 2024 02:31:03 +0800	[thread overview]
Message-ID: <87wmims8pk.fsf@iscas.ac.cn> (raw)
In-Reply-To: <d71b8acc0e5a3204041f0f3ad21038fd90180cf5.1709046999.git.me@unwox.com> (unwox via Guix-patches via's message of "Tue, 27 Feb 2024 21:16:40 +0600")

[-- Attachment #1: Type: text/plain, Size: 1753 bytes --]

unwox via Guix-patches via <guix-patches@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-10-05 18:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 15:16 [bug#69427] [PATCH] gnu: vimb: Update to 3.7.0 unwox via Guix-patches via
2024-10-05 18:31 ` Z572 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wmims8pk.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=69427-done@debbugs.gnu.org \
    --cc=guix-patches@gnu.org \
    --cc=me@unwox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).