summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-23 00:25:11 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-03-23 14:23:23 +0900
commit8e7d9756bd72dfd297b39ae29e9ad7c4a1a7d975 (patch)
tree65eee163ee01e9afa63f67c269ece6c5cbb59776
parent1b72ba06c842849ebd6a1e28e30f41e5fafd97c4 (diff)
gnu: vimb: Update to 3.7.1.
* gnu/packages/web-browsers.scm (vimb): Update to 3.7.1. [#:phases] {fix-config-mk}: Delete. [inputs]: Remove webkitgtk-with-libsoup2; add webkitgtk-for-gtk3. Change-Id: I5352a24210ae13f68ada734c56f429bc08b67b7b
-rw-r--r--gnu/packages/web-browsers.scm19
1 files changed, 5 insertions, 14 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 552d64ea9fd..460fb536de2 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -649,7 +649,7 @@ GUI. It is based on PyQt6 and QtWebEngine.")
(define-public vimb
(package
(name "vimb")
- (version "3.7.0")
+ (version "3.7.1")
(source
(origin
(method git-fetch)
@@ -657,7 +657,7 @@ GUI. It is based on PyQt6 and QtWebEngine.")
(url "https://github.com/fanglingsu/vimb/")
(commit version)))
(sha256
- (base32 "1yazd0hm6vsz7sqp5qf3zzjmvqs3can6sbm2ijlfcj4v3kz42vrm"))
+ (base32 "13gq6grhkscb0ms35k527fc49yrnkd4p3d1i0hv3pl4h6571s7ny"))
(file-name (git-file-name name version))))
(build-system glib-or-gtk-build-system)
(arguments
@@ -667,18 +667,9 @@ GUI. It is based on PyQt6 and QtWebEngine.")
(string-append "PREFIX=" #$output))
#:phases
#~(modify-phases %standard-phases
- (delete 'configure)
- (add-after 'unpack 'fix-config-mk
- (lambda* _
- (substitute* "config.mk"
- (("webkit2gtk-4\\.1")
- "webkit2gtk-4.0")))))))
- (inputs
- `(("glib-networking" ,glib-networking)
- ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("webkitgtk" ,webkitgtk-with-libsoup2)))
- (native-inputs
- (list pkg-config))
+ (delete 'configure))))
+ (inputs (list glib-networking gsettings-desktop-schemas webkitgtk-for-gtk3))
+ (native-inputs (list pkg-config))
(home-page "https://fanglingsu.github.io/vimb/")
(synopsis "Fast and lightweight Vim-like web browser")
(description "Vimb is a fast and lightweight vim like web browser based on