pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vimb3: Update wip/vimb3 to 3.2.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Sep 23 12:04:01 2018 +0200
Changeset:	c7b14180ec40dc10360a8f5285ef5fe948b41619

Modified Files:
	vimb3/Makefile
	vimb3/distinfo
Added Files:
	vimb3/patches/patch-src_Makefile

Log Message:
vimb3: Update wip/vimb3 to 3.2.0

Changes:

* Allow basic motion commands for hinting too.
* Show the numbers of search matches in status bar.
* Show dialog if the page makes a permission request e.g. gelocation to allow
  the user to make a decission.
* new Setting `show-titlebar` to toggle window decorations.

* Use sqlite as cookie storage #470 to prevent cookies lost on running many
  vimb instances.
* Start vimb with maximized window #483.
* Hints are now styled based on the vimbhint attributes. The old additional set
  classes are not set anymore to the hints. So customized css for the hints have
  to be adapted to this.
* Element ID is stored in case the editor was spawned. So it's now possible to
  start the editor, load another page, come back and paste the edotor contents
  (thanks to Sven Speckmaier).

* Fixed none cleaned webextension object files on `make clean`.
* Remove none used gui styling for completion.

* Removed webkit1 combat code.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c7b14180ec40dc10360a8f5285ef5fe948b41619

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vimb3/Makefile                   |  2 +-
 vimb3/distinfo                   |  9 +++++----
 vimb3/patches/patch-src_Makefile | 17 +++++++++++++++++
 3 files changed, 23 insertions(+), 5 deletions(-)

diffs:
diff --git a/vimb3/Makefile b/vimb3/Makefile
index b2b0cf4f65..e05e0ebb27 100644
--- a/vimb3/Makefile
+++ b/vimb3/Makefile
@@ -5,7 +5,7 @@ PKGNAME=	${DISTNAME:S/vimb/vimb3/}
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=fanglingsu/}
 GITHUB_PROJECT=	vimb
-GITHUB_TAG=	3.1.0
+GITHUB_TAG=	3.2.0
 
 MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	https://fanglingsu.github.io/vimb/
diff --git a/vimb3/distinfo b/vimb3/distinfo
index 5f3a0f1c23..038b719743 100644
--- a/vimb3/distinfo
+++ b/vimb3/distinfo
@@ -1,6 +1,7 @@
 $NetBSD$
 
-SHA1 (vimb-3.1.0.tar.gz) = 491a03f980a6696596f2a4bb678d80b004ed2dfe
-RMD160 (vimb-3.1.0.tar.gz) = 1c226f132ef8b3cb496bfde5fd4960f5b91f224b
-SHA512 (vimb-3.1.0.tar.gz) = acea1b47e07ad39aa92bdb03784c9e790416352ed55a42dc18f342795e0bc74a8ebd54a8f354afe04f790c519684309107b20352b638b37dec38263083da9cba
-Size (vimb-3.1.0.tar.gz) = 125376 bytes
+SHA1 (vimb-3.2.0.tar.gz) = 92f2d5524de5df5916d20ea92151c05a74851172
+RMD160 (vimb-3.2.0.tar.gz) = fdb9d4aa25a909cda4718de6a563f1504c4935db
+SHA512 (vimb-3.2.0.tar.gz) = 4a2c02f5edabe087839009e352ae741e42a5c903c3b73a27d8936fc6cf83026af43453bb684e1f340ef1e332ca16eef188a38da84fc506d29c61f866f00f03a5
+Size (vimb-3.2.0.tar.gz) = 131034 bytes
+SHA1 (patch-src_Makefile) = 09a533bb7e819b82705208f0cd4dbfe3e59b6733
diff --git a/vimb3/patches/patch-src_Makefile b/vimb3/patches/patch-src_Makefile
new file mode 100644
index 0000000000..9b0aa0e8a9
--- /dev/null
+++ b/vimb3/patches/patch-src_Makefile
@@ -0,0 +1,17 @@
+$NetBSD$
+
+Add dependency on scripts.h to input.o to avoid build failure.
+
+From upstream commit d2664c07b5b41293f3786f6c292be6186f8cfb14.
+
+--- src/Makefile.orig	2018-06-16 20:47:57.000000000 +0000
++++ 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


Home | Main Index | Thread Index | Old Index