Update to vimb-3.3.0
OK rsadowski@
This commit is contained in:
parent
65b0cb35e8
commit
39ec62c8bc
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2018/08/09 23:25:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2018/12/08 15:08:23 bket Exp $
|
||||
|
||||
COMMENT = modal webkit-based browser inspired by vim
|
||||
|
||||
GH_ACCOUNT = fanglingsu
|
||||
GH_PROJECT = vimb
|
||||
GH_TAGNAME = 3.2.0
|
||||
REVISION = 1
|
||||
GH_TAGNAME = 3.3.0
|
||||
|
||||
CATEGORIES = www x11
|
||||
|
||||
@ -14,7 +13,7 @@ HOMEPAGE = https://fanglingsu.github.io/vimb/
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += atk-1.0 c cairo cairo-gobject fribidi gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 intl javascriptcoregtk-4.0
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 soup-2.4 webkit2gtk-4.0
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (vimb-3.2.0.tar.gz) = l0ZAjEW+28ps1b03xyaKzlLyZVpOrUu1AjnVV775q0E=
|
||||
SIZE (vimb-3.2.0.tar.gz) = 131034
|
||||
SHA256 (vimb-3.3.0.tar.gz) = XG/jmxssoYo0K7ZoP3/VsTnq1TkD9X3Z7s1aEHRXbWw=
|
||||
SIZE (vimb-3.3.0.tar.gz) = 136151
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_Makefile,v 1.3 2018/06/26 20:41:35 landry Exp $
|
||||
|
||||
Index: src/Makefile
|
||||
--- src/Makefile.orig
|
||||
+++ src/Makefile
|
||||
@@ -16,6 +16,8 @@ vimb.so: $(OBJ)
|
||||
|
||||
$(OBJ): config.h ../config.mk
|
||||
|
||||
+input.o: scripts/scripts.h
|
||||
+
|
||||
normal.o: scripts/scripts.h
|
||||
|
||||
setting.o: scripts/scripts.h
|
Loading…
Reference in New Issue
Block a user