Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neovim: update to 0.4.2.
@ 2019-09-16 18:32 voidlinux-github
  2019-09-17 12:02 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-16 18:32 UTC (permalink / raw)
  To: ml

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

There is a new pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 5563 bytes --]

From aefffb6684e903da35008978e481cc8364ee7d90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:13 -0300
Subject: [PATCH 1/3] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 40 ++++++++++++++++++++++++++++++++++++++++
 srcpkgs/libluv/update   |  2 ++
 4 files changed, 44 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template
 create mode 100644 srcpkgs/libluv/update

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..8b77aa45223 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 libluv-1.30.1.0_1
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..c1d5c27f294
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,40 @@
+# Template file for 'libluv'
+pkgname=libluv
+_distver=1.30.1
+_patchver=0
+version=${_distver}.${_patchver}
+revision=1
+wrksrc="luv-${_distver}-${_patchver}"
+build_style=cmake
+configure_args="-DWITH_SHARED_LIBUV=ON -DLUA_BUILD_TYPE=System -DWITH_LUA_ENGINE=LuaJIT
+ -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+short_desc="Bare libuv bindings for Lua - shared library"
+maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv/"
+distfiles="https://github.com/luvit/luv/archive/${_distver}-${_patchver}.tar.gz
+ https://github.com/keplerproject/lua-compat-5.3/archive/daebe77a2f498817713df37f0bb316db1d82222f.tar.gz"
+checksum="751b7d88b05f3d54a0be3ada37a1c7fda31b2ca2f00511bd1d2015db3cf93959
+ d215d425c94b2eb1012f418ab3d135c8e0ea667929788e986c22cd04defe596a"
+
+post_extract() {
+	cd deps
+	rmdir lua-compat-5.3
+	ln -s ../../lua-compat-5.3-* lua-compat-5.3
+}
+
+do_test() {
+	# Tests require luv to be built as a module, not as a library.  Skip them.
+	:
+}
+
+libluv-devel_package() {
+        depends="${sourcepkg}>=${version}_${revision}"
+        short_desc="${short_desc% - *} - development files"
+        pkg_install() {
+                vmove usr/include
+                vmove usr/lib/pkgconfig
+                vmove "usr/lib/*.so"
+        }
+}
diff --git a/srcpkgs/libluv/update b/srcpkgs/libluv/update
new file mode 100644
index 00000000000..05fb1bd3853
--- /dev/null
+++ b/srcpkgs/libluv/update
@@ -0,0 +1,2 @@
+version="${_distver}-${_patchver}"
+pattern='/archive/\K[\d.-]+(?=\.tar\.gz")'

From 55f0cb29950393f120a9eb17c79a37b599aa9428 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 2/3] libvterm: update to 0.1.

---
 srcpkgs/libvterm/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..03fa38796ff 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,8 +1,8 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
+version=0.1
+revision=1
+_commit=f8ab54cf592b945caaaf2bc397c0da6fc8fb949b
 wrksrc="${pkgname}-${_commit}"
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -12,7 +12,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
 distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+checksum=8b4867d915805ead37688c05ab6e82b8b204f78e9a4ffcb3066a4c4d2113e0fb
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From cd0434d38774b3154a6817574b9825d7b386eebf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 3/3] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8999955d45d 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
@ 2019-09-17 12:02 ` voidlinux-github
  2019-09-17 12:02 ` voidlinux-github
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-17 12:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 5493 bytes --]

From 78e41891958af62959c72e67a28c9e5345833f60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:13 -0300
Subject: [PATCH 1/3] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 40 ++++++++++++++++++++++++++++++++++++++++
 srcpkgs/libluv/update   |  2 ++
 4 files changed, 44 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template
 create mode 100644 srcpkgs/libluv/update

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..8b77aa45223 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 libluv-1.30.1.0_1
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..63f4d0ae20b
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,40 @@
+# Template file for 'libluv'
+pkgname=libluv
+_distver=1.30.1
+_patchver=0
+version=${_distver}.${_patchver}
+revision=1
+wrksrc="luv-${_distver}-${_patchver}"
+build_style=cmake
+configure_args="-DWITH_SHARED_LIBUV=ON -DLUA_BUILD_TYPE=System -DWITH_LUA_ENGINE=LuaJIT
+ -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+short_desc="Bare libuv bindings for Lua - shared library"
+maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv/"
+distfiles="https://github.com/luvit/luv/archive/${_distver}-${_patchver}.tar.gz
+ https://github.com/keplerproject/lua-compat-5.3/archive/daebe77a2f498817713df37f0bb316db1d82222f.tar.gz"
+checksum="751b7d88b05f3d54a0be3ada37a1c7fda31b2ca2f00511bd1d2015db3cf93959
+ d215d425c94b2eb1012f418ab3d135c8e0ea667929788e986c22cd04defe596a"
+
+post_extract() {
+	cd deps
+	rmdir lua-compat-5.3
+	ln -s ../../lua-compat-5.3-* lua-compat-5.3
+}
+
+do_test() {
+	# Tests require luv to be built as a module, not as a library.  Skip them.
+	:
+}
+
+libluv-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc="${short_desc% - *} - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/libluv/update b/srcpkgs/libluv/update
new file mode 100644
index 00000000000..05fb1bd3853
--- /dev/null
+++ b/srcpkgs/libluv/update
@@ -0,0 +1,2 @@
+version="${_distver}-${_patchver}"
+pattern='/archive/\K[\d.-]+(?=\.tar\.gz")'

From d35dda8b47f952a707966e0a65c9fee601f2f314 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 2/3] libvterm: update to 0.1.

---
 srcpkgs/libvterm/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..03fa38796ff 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,8 +1,8 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
+version=0.1
+revision=1
+_commit=f8ab54cf592b945caaaf2bc397c0da6fc8fb949b
 wrksrc="${pkgname}-${_commit}"
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -12,7 +12,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
 distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+checksum=8b4867d915805ead37688c05ab6e82b8b204f78e9a4ffcb3066a4c4d2113e0fb
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From 9a4dfa5bd376ccd0de805280fc2d6fb8a2e76213 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 3/3] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8999955d45d 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
  2019-09-17 12:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-17 12:02 ` voidlinux-github
  2019-09-20 17:20 ` voidlinux-github
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-17 12:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 5493 bytes --]

From 78e41891958af62959c72e67a28c9e5345833f60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:13 -0300
Subject: [PATCH 1/3] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 40 ++++++++++++++++++++++++++++++++++++++++
 srcpkgs/libluv/update   |  2 ++
 4 files changed, 44 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template
 create mode 100644 srcpkgs/libluv/update

diff --git a/common/shlibs b/common/shlibs
index d15941dce29..8b77aa45223 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 libluv-1.30.1.0_1
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..63f4d0ae20b
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,40 @@
+# Template file for 'libluv'
+pkgname=libluv
+_distver=1.30.1
+_patchver=0
+version=${_distver}.${_patchver}
+revision=1
+wrksrc="luv-${_distver}-${_patchver}"
+build_style=cmake
+configure_args="-DWITH_SHARED_LIBUV=ON -DLUA_BUILD_TYPE=System -DWITH_LUA_ENGINE=LuaJIT
+ -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+short_desc="Bare libuv bindings for Lua - shared library"
+maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv/"
+distfiles="https://github.com/luvit/luv/archive/${_distver}-${_patchver}.tar.gz
+ https://github.com/keplerproject/lua-compat-5.3/archive/daebe77a2f498817713df37f0bb316db1d82222f.tar.gz"
+checksum="751b7d88b05f3d54a0be3ada37a1c7fda31b2ca2f00511bd1d2015db3cf93959
+ d215d425c94b2eb1012f418ab3d135c8e0ea667929788e986c22cd04defe596a"
+
+post_extract() {
+	cd deps
+	rmdir lua-compat-5.3
+	ln -s ../../lua-compat-5.3-* lua-compat-5.3
+}
+
+do_test() {
+	# Tests require luv to be built as a module, not as a library.  Skip them.
+	:
+}
+
+libluv-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc="${short_desc% - *} - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/libluv/update b/srcpkgs/libluv/update
new file mode 100644
index 00000000000..05fb1bd3853
--- /dev/null
+++ b/srcpkgs/libluv/update
@@ -0,0 +1,2 @@
+version="${_distver}-${_patchver}"
+pattern='/archive/\K[\d.-]+(?=\.tar\.gz")'

From d35dda8b47f952a707966e0a65c9fee601f2f314 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 2/3] libvterm: update to 0.1.

---
 srcpkgs/libvterm/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..03fa38796ff 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,8 +1,8 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
+version=0.1
+revision=1
+_commit=f8ab54cf592b945caaaf2bc397c0da6fc8fb949b
 wrksrc="${pkgname}-${_commit}"
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -12,7 +12,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
 distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+checksum=8b4867d915805ead37688c05ab6e82b8b204f78e9a4ffcb3066a4c4d2113e0fb
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From 9a4dfa5bd376ccd0de805280fc2d6fb8a2e76213 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 3/3] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8999955d45d 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
  2019-09-17 12:02 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-17 12:02 ` voidlinux-github
@ 2019-09-20 17:20 ` voidlinux-github
  2019-09-25 14:18 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-20 17:20 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14511#issuecomment-533640279

Comment:
libluv merged

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-25 14:18 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-25 14:18 ` voidlinux-github
  2019-09-25 15:18 ` voidlinux-github
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-25 14:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 2648 bytes --]

From 71b00fa35a3a5d7fcb29b4712f403be346b7227f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 1/2] libvterm: update to 0.1.

---
 srcpkgs/libvterm/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..03fa38796ff 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,8 +1,8 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
+version=0.1
+revision=1
+_commit=f8ab54cf592b945caaaf2bc397c0da6fc8fb949b
 wrksrc="${pkgname}-${_commit}"
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -12,7 +12,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
 distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+checksum=8b4867d915805ead37688c05ab6e82b8b204f78e9a4ffcb3066a4c4d2113e0fb
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From 14ccd3515cc31011ba577a44fa5a3a0917e33d92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 2/2] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8999955d45d 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-20 17:20 ` voidlinux-github
@ 2019-09-25 14:18 ` voidlinux-github
  2019-09-25 14:18 ` voidlinux-github
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-25 14:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 2648 bytes --]

From 71b00fa35a3a5d7fcb29b4712f403be346b7227f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 1/2] libvterm: update to 0.1.

---
 srcpkgs/libvterm/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..03fa38796ff 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,8 +1,8 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
+version=0.1
+revision=1
+_commit=f8ab54cf592b945caaaf2bc397c0da6fc8fb949b
 wrksrc="${pkgname}-${_commit}"
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -12,7 +12,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
 distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+checksum=8b4867d915805ead37688c05ab6e82b8b204f78e9a4ffcb3066a4c4d2113e0fb
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From 14ccd3515cc31011ba577a44fa5a3a0917e33d92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 2/2] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8999955d45d 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-25 14:18 ` voidlinux-github
@ 2019-09-25 15:18 ` voidlinux-github
  2019-09-26 15:56 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-25 15:18 UTC (permalink / raw)
  To: ml

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

New comment by AluisioASG on void-packages repository

https://github.com/void-linux/void-packages/pull/14511#issuecomment-535073418

Comment:
PR updated and tested without libluv commit.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-25 15:18 ` voidlinux-github
@ 2019-09-26 15:56 ` voidlinux-github
  2019-09-26 15:56 ` voidlinux-github
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-26 15:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 2810 bytes --]

From 3ce19b1624a9d30490b1590ca3f30b09853a79e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 1/2] libvterm: update to 0.1.1.

---
 srcpkgs/libvterm/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..c203793c157 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,9 +1,7 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
-wrksrc="${pkgname}-${_commit}"
+version=0.1.1
+revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
 hostmakedepends="libtool perl pkg-config"
@@ -11,8 +9,8 @@ short_desc="Abstract VT220/xterm/ECMA-48 emulation library"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
-distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+distfiles="https://launchpad.net/libvterm/trunk/v${version%.*}/+download/libvterm-${version}.tar.gz"
+checksum=9bb88e7c67ea0ac5a0f8d1df3f432d3865e5ff36a778e9a2b34a58aba857b5d8
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From de324995e830b533d95261c88046488f1b87cadd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 2/2] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8999955d45d 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-26 15:56 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-26 15:56 ` voidlinux-github
  2019-09-28 10:55 ` voidlinux-github
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-26 15:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 2810 bytes --]

From 3ce19b1624a9d30490b1590ca3f30b09853a79e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 1/2] libvterm: update to 0.1.1.

---
 srcpkgs/libvterm/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..c203793c157 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,9 +1,7 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
-wrksrc="${pkgname}-${_commit}"
+version=0.1.1
+revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
 hostmakedepends="libtool perl pkg-config"
@@ -11,8 +9,8 @@ short_desc="Abstract VT220/xterm/ECMA-48 emulation library"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
-distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+distfiles="https://launchpad.net/libvterm/trunk/v${version%.*}/+download/libvterm-${version}.tar.gz"
+checksum=9bb88e7c67ea0ac5a0f8d1df3f432d3865e5ff36a778e9a2b34a58aba857b5d8
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From de324995e830b533d95261c88046488f1b87cadd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 2/2] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8999955d45d 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-26 15:56 ` voidlinux-github
@ 2019-09-28 10:55 ` voidlinux-github
  2019-09-30 11:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-28 10:55 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14511#issuecomment-536176225

Comment:
neovim now requires `libvterm.so.0.0.1`, not `.0.0.0` provided by earlier version of package, but xbps-src checks for `libvterm.so.0`, what allows to update neovim without update of libvterm.

Not sure if bumping shlibs to `libvterm.so.0 libvterm-0.0.1_1` correct solution.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-09-30 11:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-30 11:42 ` voidlinux-github
  2019-09-30 12:18 ` voidlinux-github
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-30 11:42 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 2839 bytes --]

From 5b0e7903c4cc15979847eff2e70f4c7016979fd5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 1/2] libvterm: update to 0.1.1.

---
 srcpkgs/libvterm/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..c203793c157 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,9 +1,7 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
-wrksrc="${pkgname}-${_commit}"
+version=0.1.1
+revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
 hostmakedepends="libtool perl pkg-config"
@@ -11,8 +9,8 @@ short_desc="Abstract VT220/xterm/ECMA-48 emulation library"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
-distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+distfiles="https://launchpad.net/libvterm/trunk/v${version%.*}/+download/libvterm-${version}.tar.gz"
+checksum=9bb88e7c67ea0ac5a0f8d1df3f432d3865e5ff36a778e9a2b34a58aba857b5d8
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From 44612441c20694102dd3daafdd1a54ecfc0cc321 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 2/2] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8022cf1f218 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
-configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
+depends="libvterm>=0.1.0"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-28 10:55 ` voidlinux-github
@ 2019-09-30 11:42 ` voidlinux-github
  2019-09-30 11:42 ` voidlinux-github
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-30 11:42 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages neovim-0.4.2
https://github.com/void-linux/void-packages/pull/14511

neovim: update to 0.4.2.
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

A patch file from https://github.com/void-linux/void-packages/pull/14511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neovim-0.4.2-14511.patch --]
[-- Type: text/x-diff, Size: 2839 bytes --]

From 5b0e7903c4cc15979847eff2e70f4c7016979fd5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:26:44 -0300
Subject: [PATCH 1/2] libvterm: update to 0.1.1.

---
 srcpkgs/libvterm/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 33cd7b58192..c203793c157 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,9 +1,7 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.0.20151229
-revision=2
-_commit=04c0777b139cfbddb057c0cbfc007677dd9f1b4f
-wrksrc="${pkgname}-${_commit}"
+version=0.1.1
+revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
 hostmakedepends="libtool perl pkg-config"
@@ -11,8 +9,8 @@ short_desc="Abstract VT220/xterm/ECMA-48 emulation library"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libvterm"
-distfiles="https://github.com/neovim/${pkgname}/archive/${_commit}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=01a28630fd46fa78b8c05e6caecc9139ef43bc40ff9f225e634326265dfcd4f4
+distfiles="https://launchpad.net/libvterm/trunk/v${version%.*}/+download/libvterm-${version}.tar.gz"
+checksum=9bb88e7c67ea0ac5a0f8d1df3f432d3865e5ff36a778e9a2b34a58aba857b5d8
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From 44612441c20694102dd3daafdd1a54ecfc0cc321 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 16 Sep 2019 15:27:09 -0300
Subject: [PATCH 2/2] neovim: update to 0.4.2.

---
 srcpkgs/neovim/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 3132bbe0bfb..8022cf1f218 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.3.8
+version=0.4.2
 revision=1
 build_style=cmake
-configure_args="-DENABLE_JEMALLOC=0"
 hostmakedepends="pkg-config gperf LuaJIT lua51-lpeg lua51-mpack"
-makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel"
+makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel LuaJIT-devel
+ libluv-devel"
+depends="libvterm>=0.1.0"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c
+checksum=9f874d3d2a74f33b931db62adebe28f8d2ec116270d1e13998b58a73348b6e56
 
 alternatives="
  vi:vi:/usr/bin/nvim

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-09-30 11:42 ` voidlinux-github
@ 2019-09-30 12:18 ` voidlinux-github
  2019-10-04 17:01 ` voidlinux-github
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-30 12:18 UTC (permalink / raw)
  To: ml

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

New comment by AluisioASG on void-packages repository

https://github.com/void-linux/void-packages/pull/14511#issuecomment-536535318

Comment:
@Chocimier I went with specifying the version manually in `depends` for now. `shlibs` can be updated later if someone thinks it best.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-09-30 12:18 ` voidlinux-github
@ 2019-10-04 17:01 ` voidlinux-github
  2019-10-04 17:57 ` voidlinux-github
  2019-10-04 17:58 ` [PR PATCH] [Merged]: " voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-04 17:01 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/14511#issuecomment-538480200

Comment:
Is something blocking merging this?

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-04 17:01 ` voidlinux-github
@ 2019-10-04 17:57 ` voidlinux-github
  2019-10-04 17:58 ` [PR PATCH] [Merged]: " voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-04 17:57 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14511#issuecomment-538500240

Comment:
Looks good to me.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Merged]: neovim: update to 0.4.2.
  2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-10-04 17:57 ` voidlinux-github
@ 2019-10-04 17:58 ` voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-04 17:58 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

neovim: update to 0.4.2.
https://github.com/void-linux/void-packages/pull/14511

Description:
Basic editing works, didn't try a GUI or using the Lua API.

Didn't see #13648 while working on this, might be worth waiting for that.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-10-04 17:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 18:32 [PR PATCH] neovim: update to 0.4.2 voidlinux-github
2019-09-17 12:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-17 12:02 ` voidlinux-github
2019-09-20 17:20 ` voidlinux-github
2019-09-25 14:18 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-25 14:18 ` voidlinux-github
2019-09-25 15:18 ` voidlinux-github
2019-09-26 15:56 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-26 15:56 ` voidlinux-github
2019-09-28 10:55 ` voidlinux-github
2019-09-30 11:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-30 11:42 ` voidlinux-github
2019-09-30 12:18 ` voidlinux-github
2019-10-04 17:01 ` voidlinux-github
2019-10-04 17:57 ` voidlinux-github
2019-10-04 17:58 ` [PR PATCH] [Merged]: " voidlinux-github

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 NNTP newsgroup(s).