Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neovim: update to 0.8.0.
@ 2022-09-30 20:02 icp1994
  2022-10-01  0:36 ` cultab
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: icp1994 @ 2022-09-30 20:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages neovim
https://github.com/void-linux/void-packages/pull/39552

neovim: update to 0.8.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Neovim now requires [libvterm-0.3](https://github.com/neovim/neovim/pull/20222) to build. Only one other package, `liteide`, depends on it which built successfully for me on top of the update.

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

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

From 9f64f3f736005420c4a12e0f00944ab1f7f886e7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 00:48:59 +0530
Subject: [PATCH 1/2] libvterm: update to 0.3.

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

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 54d9ad06321a..f03f276d2c27 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,6 +1,6 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.1.4
+version=0.3
 revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -8,9 +8,9 @@ hostmakedepends="libtool perl pkg-config"
 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="http://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
-checksum=bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd
+homepage="https://www.leonerd.org.uk/code/libvterm"
+distfiles="https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
+checksum=61eb0d6628c52bdf02900dfd4468aa86a1a7125228bab8a67328981887483358
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From b618e11c67a9eb08a73b5e5bdb9e77302743bc45 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 01:12:53 +0530
Subject: [PATCH 2/2] neovim: update to 0.8.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index c29b7b6885a1..1a10470c1a29 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.7.2
+version=0.8.0
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -14,7 +14,7 @@ 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=ccab8ca02a0c292de9ea14b39f84f90b635a69282de38a6b4ccc8565bc65d096
+checksum=505e3dfb71e2f73495c737c034a416911c260c0ba9fd2092c6be296655be4d18
 
 alternatives="
  vi:vi:/usr/bin/nvim

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

* Re: neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
@ 2022-10-01  0:36 ` cultab
  2022-10-01  0:37 ` cultab
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cultab @ 2022-10-01  0:36 UTC (permalink / raw)
  To: ml

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

New comment by cultab on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#issuecomment-1264169108

Comment:
I think we also need `depends='libvterm>=0.3.0"`? Since it's not gonna work with older versions.

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

* Re: neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
  2022-10-01  0:36 ` cultab
@ 2022-10-01  0:37 ` cultab
  2022-10-01  6:47 ` [PR PATCH] [Updated] " icp1994
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cultab @ 2022-10-01  0:37 UTC (permalink / raw)
  To: ml

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

New comment by cultab on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#issuecomment-1264169108

Comment:
I think we also need `depends='libvterm>=0.3.0"` in neovim's template? Since it's not gonna work with older versions.

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

* Re: [PR PATCH] [Updated] neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
  2022-10-01  0:36 ` cultab
  2022-10-01  0:37 ` cultab
@ 2022-10-01  6:47 ` icp1994
  2022-10-01  6:53 ` icp1994
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-01  6:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages neovim
https://github.com/void-linux/void-packages/pull/39552

neovim: update to 0.8.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Neovim now requires [libvterm-0.3](https://github.com/neovim/neovim/pull/20222) to build. Only one other package, `liteide`, depends on it which built successfully for me on top of the update.

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

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

From 9f64f3f736005420c4a12e0f00944ab1f7f886e7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 00:48:59 +0530
Subject: [PATCH 1/2] libvterm: update to 0.3.

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

diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 54d9ad06321a..f03f276d2c27 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,6 +1,6 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.1.4
+version=0.3
 revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -8,9 +8,9 @@ hostmakedepends="libtool perl pkg-config"
 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="http://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
-checksum=bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd
+homepage="https://www.leonerd.org.uk/code/libvterm"
+distfiles="https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
+checksum=61eb0d6628c52bdf02900dfd4468aa86a1a7125228bab8a67328981887483358
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From b658ace1e6d15be57c27635886a168452a82ad92 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 01:12:53 +0530
Subject: [PATCH 2/2] neovim: update to 0.8.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index c29b7b6885a1..94d7cc2e368c 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.7.2
+version=0.8.0
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -8,13 +8,13 @@ configure_args="-DCMAKE_BUILD_TYPE=Release -DCOMPILE_LUA=OFF"
 hostmakedepends="pkg-config gettext gperf LuaJIT lua51-lpeg lua51-mpack"
 makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel
  LuaJIT-devel libluv-devel tree-sitter-devel"
-depends="libvterm>=0.1.0"
+depends="libvterm>=0.3"
 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=ccab8ca02a0c292de9ea14b39f84f90b635a69282de38a6b4ccc8565bc65d096
+checksum=505e3dfb71e2f73495c737c034a416911c260c0ba9fd2092c6be296655be4d18
 
 alternatives="
  vi:vi:/usr/bin/nvim

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

* Re: neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (2 preceding siblings ...)
  2022-10-01  6:47 ` [PR PATCH] [Updated] " icp1994
@ 2022-10-01  6:53 ` icp1994
  2022-10-01  7:23 ` cultab
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-01  6:53 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#issuecomment-1264267060

Comment:
Indeed, I missed that. Probably worked for me cause I may had installed both the locally built pkgs. Or could be that runtime `libvterm` dep isn't as [strict](https://github.com/archlinux/svntogit-community/commit/3711d9e939cc29a10b63c7f0ae9ee7225487f8e1) as the buildtime one.

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

* Re: neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (3 preceding siblings ...)
  2022-10-01  6:53 ` icp1994
@ 2022-10-01  7:23 ` cultab
  2022-10-01 16:12 ` [PR REVIEW] " paper42
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cultab @ 2022-10-01  7:23 UTC (permalink / raw)
  To: ml

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

New comment by cultab on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#issuecomment-1264275694

Comment:
Yeah it's probably not as strict, it _seemed_ to work when I installed just `neovim`, without the new `libvterm` version.

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

* Re: [PR REVIEW] neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (4 preceding siblings ...)
  2022-10-01  7:23 ` cultab
@ 2022-10-01 16:12 ` paper42
  2022-10-01 17:16 ` icp1994
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-10-01 16:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#discussion_r985117066

Comment:
this dependency is automatically detected, so instead you can just remove this line and change version in common/shlibs to 0.3

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

* Re: [PR REVIEW] neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (5 preceding siblings ...)
  2022-10-01 16:12 ` [PR REVIEW] " paper42
@ 2022-10-01 17:16 ` icp1994
  2022-10-01 17:48 ` paper42
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-01 17:16 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#discussion_r985123314

Comment:
As per my understanding, one should update the common/shlibs entry only if a different version of the shlib is provided. Otherwise it should stay with the oldest version of the package the provides the shlib. Is that not the case?

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

* Re: [PR REVIEW] neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (6 preceding siblings ...)
  2022-10-01 17:16 ` icp1994
@ 2022-10-01 17:48 ` paper42
  2022-10-01 18:00 ` [PR PATCH] [Updated] " icp1994
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-10-01 17:48 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#discussion_r985126422

Comment:
You can also use it to set the lowest version of a library that can be used. xbps-src scans the package for shared libraries, looks at the entry in common/shlibs and creates a dependency in the form of $pkgname>=${version}_${revision} where pkgname, version and revision are from common/shlibs, so if you change the version there, xbps-src will generate a dependency on libvterm>=0.3_1.

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

* Re: [PR PATCH] [Updated] neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (7 preceding siblings ...)
  2022-10-01 17:48 ` paper42
@ 2022-10-01 18:00 ` icp1994
  2022-10-01 18:00 ` [PR REVIEW] " icp1994
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-01 18:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages neovim
https://github.com/void-linux/void-packages/pull/39552

neovim: update to 0.8.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Neovim now requires [libvterm-0.3](https://github.com/neovim/neovim/pull/20222) to build. Only one other package, `liteide`, depends on it which built successfully for me on top of the update.

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

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

From 173bad35da6002d573bee9e5d83eb84a4185e868 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 00:48:59 +0530
Subject: [PATCH 1/2] libvterm: update to 0.3.

---
 common/shlibs             | 2 +-
 srcpkgs/libvterm/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 669c4eb19fec..26755dbc99b3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2482,7 +2482,7 @@ libi3ipc-glib-1.0.so.0 i3ipc-glib-0.6.0_1
 libcsound64.so.6.0 csound-6.05.0_1
 libcsnd6.so.6.0 csound-6.05.0_1
 libfko.so.3 libfko-2.6.9_1
-libvterm.so.0 libvterm-0.0.20151005_1
+libvterm.so.0 libvterm-0.3_1
 libboinc_opencl.so.7 boinc-7.16.16_2
 libboinc_api.so.7 boinc-7.16.16_2
 libboinc_graphics2.so.7 boinc-7.16.16_2
diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 54d9ad06321a..f03f276d2c27 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,6 +1,6 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.1.4
+version=0.3
 revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -8,9 +8,9 @@ hostmakedepends="libtool perl pkg-config"
 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="http://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
-checksum=bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd
+homepage="https://www.leonerd.org.uk/code/libvterm"
+distfiles="https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
+checksum=61eb0d6628c52bdf02900dfd4468aa86a1a7125228bab8a67328981887483358
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From 8055f3e371d05d463b0326b305fcf0dbecb74c98 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 01:12:53 +0530
Subject: [PATCH 2/2] neovim: update to 0.8.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index c29b7b6885a1..f8e4b24802e8 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.7.2
+version=0.8.0
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -8,13 +8,12 @@ configure_args="-DCMAKE_BUILD_TYPE=Release -DCOMPILE_LUA=OFF"
 hostmakedepends="pkg-config gettext gperf LuaJIT lua51-lpeg lua51-mpack"
 makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel
  LuaJIT-devel libluv-devel tree-sitter-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=ccab8ca02a0c292de9ea14b39f84f90b635a69282de38a6b4ccc8565bc65d096
+checksum=505e3dfb71e2f73495c737c034a416911c260c0ba9fd2092c6be296655be4d18
 
 alternatives="
  vi:vi:/usr/bin/nvim

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

* Re: [PR REVIEW] neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (8 preceding siblings ...)
  2022-10-01 18:00 ` [PR PATCH] [Updated] " icp1994
@ 2022-10-01 18:00 ` icp1994
  2022-10-01 18:05 ` [PR PATCH] [Updated] " icp1994
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-01 18:00 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#discussion_r985127616

Comment:
Ah, good to know.

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

* Re: [PR PATCH] [Updated] neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (9 preceding siblings ...)
  2022-10-01 18:00 ` [PR REVIEW] " icp1994
@ 2022-10-01 18:05 ` icp1994
  2022-10-01 18:11 ` icp1994
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-01 18:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages neovim
https://github.com/void-linux/void-packages/pull/39552

neovim: update to 0.8.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Neovim now requires [libvterm-0.3](https://github.com/neovim/neovim/pull/20222) to build. Only one other package, `liteide`, depends on it which built successfully for me on top of the update.

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

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

From 82cc5cf6da8fa28089800ea95cdd475c5f5fc755 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 00:48:59 +0530
Subject: [PATCH 1/2] libvterm: update to 0.3.

---
 common/shlibs             | 2 +-
 srcpkgs/libvterm/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 0c8349894019..3406e3ff4f40 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2483,7 +2483,7 @@ libi3ipc-glib-1.0.so.0 i3ipc-glib-0.6.0_1
 libcsound64.so.6.0 csound-6.05.0_1
 libcsnd6.so.6.0 csound-6.05.0_1
 libfko.so.3 libfko-2.6.9_1
-libvterm.so.0 libvterm-0.0.20151005_1
+libvterm.so.0 libvterm-0.3_1
 libboinc_opencl.so.7 boinc-7.16.16_2
 libboinc_api.so.7 boinc-7.16.16_2
 libboinc_graphics2.so.7 boinc-7.16.16_2
diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 54d9ad06321a..f03f276d2c27 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,6 +1,6 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.1.4
+version=0.3
 revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -8,9 +8,9 @@ hostmakedepends="libtool perl pkg-config"
 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="http://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
-checksum=bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd
+homepage="https://www.leonerd.org.uk/code/libvterm"
+distfiles="https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
+checksum=61eb0d6628c52bdf02900dfd4468aa86a1a7125228bab8a67328981887483358
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From b20be658a31387f38c4601b0ae7aa0f22600d66d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 01:12:53 +0530
Subject: [PATCH 2/2] neovim: update to 0.8.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index c29b7b6885a1..f8e4b24802e8 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.7.2
+version=0.8.0
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -8,13 +8,12 @@ configure_args="-DCMAKE_BUILD_TYPE=Release -DCOMPILE_LUA=OFF"
 hostmakedepends="pkg-config gettext gperf LuaJIT lua51-lpeg lua51-mpack"
 makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel
  LuaJIT-devel libluv-devel tree-sitter-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=ccab8ca02a0c292de9ea14b39f84f90b635a69282de38a6b4ccc8565bc65d096
+checksum=505e3dfb71e2f73495c737c034a416911c260c0ba9fd2092c6be296655be4d18
 
 alternatives="
  vi:vi:/usr/bin/nvim

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

* Re: neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (10 preceding siblings ...)
  2022-10-01 18:05 ` [PR PATCH] [Updated] " icp1994
@ 2022-10-01 18:11 ` icp1994
  2022-10-01 18:24 ` icp1994
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-01 18:11 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#issuecomment-1264442717

Comment:
Now for some reason it can't find `perl-5.36.0_1`

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

* Re: neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (11 preceding siblings ...)
  2022-10-01 18:11 ` icp1994
@ 2022-10-01 18:24 ` icp1994
  2022-10-02  4:12 ` [PR PATCH] [Updated] " icp1994
  2022-10-02 15:19 ` [PR PATCH] [Closed]: " Piraty
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-01 18:24 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39552#issuecomment-1264442717

Comment:
Now for some reason it can't find `perl-5.36.0_1`

edit: I see it's pending x86_64_builder & some other builders.

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

* Re: [PR PATCH] [Updated] neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (12 preceding siblings ...)
  2022-10-01 18:24 ` icp1994
@ 2022-10-02  4:12 ` icp1994
  2022-10-02 15:19 ` [PR PATCH] [Closed]: " Piraty
  14 siblings, 0 replies; 16+ messages in thread
From: icp1994 @ 2022-10-02  4:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages neovim
https://github.com/void-linux/void-packages/pull/39552

neovim: update to 0.8.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Neovim now requires [libvterm-0.3](https://github.com/neovim/neovim/pull/20222) to build. Only one other package, `liteide`, depends on it which built successfully for me on top of the update.

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

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

From bf47c16e9b92d3a2c3116459b08ed2e591f608a1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 00:48:59 +0530
Subject: [PATCH 1/2] libvterm: update to 0.3.

---
 common/shlibs             | 2 +-
 srcpkgs/libvterm/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 987cff25f146..3297091f7cc0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2483,7 +2483,7 @@ libi3ipc-glib-1.0.so.0 i3ipc-glib-0.6.0_1
 libcsound64.so.6.0 csound-6.05.0_1
 libcsnd6.so.6.0 csound-6.05.0_1
 libfko.so.3 libfko-2.6.9_1
-libvterm.so.0 libvterm-0.0.20151005_1
+libvterm.so.0 libvterm-0.3_1
 libboinc_opencl.so.7 boinc-7.16.16_2
 libboinc_api.so.7 boinc-7.16.16_2
 libboinc_graphics2.so.7 boinc-7.16.16_2
diff --git a/srcpkgs/libvterm/template b/srcpkgs/libvterm/template
index 54d9ad06321a..f03f276d2c27 100644
--- a/srcpkgs/libvterm/template
+++ b/srcpkgs/libvterm/template
@@ -1,6 +1,6 @@
 # Template file for 'libvterm'
 pkgname=libvterm
-version=0.1.4
+version=0.3
 revision=1
 build_style=gnu-makefile
 make_install_target="install-lib install-inc"
@@ -8,9 +8,9 @@ hostmakedepends="libtool perl pkg-config"
 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="http://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
-checksum=bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd
+homepage="https://www.leonerd.org.uk/code/libvterm"
+distfiles="https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz"
+checksum=61eb0d6628c52bdf02900dfd4468aa86a1a7125228bab8a67328981887483358
 
 post_extract() {
 	if [ "$CROSS_BUILD" ]; then

From c5b135715bad5953e0bc311c42448c31c3979521 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 1 Oct 2022 01:12:53 +0530
Subject: [PATCH 2/2] neovim: update to 0.8.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index c29b7b6885a1..f8e4b24802e8 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.7.2
+version=0.8.0
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -8,13 +8,12 @@ configure_args="-DCMAKE_BUILD_TYPE=Release -DCOMPILE_LUA=OFF"
 hostmakedepends="pkg-config gettext gperf LuaJIT lua51-lpeg lua51-mpack"
 makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel
  LuaJIT-devel libluv-devel tree-sitter-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=ccab8ca02a0c292de9ea14b39f84f90b635a69282de38a6b4ccc8565bc65d096
+checksum=505e3dfb71e2f73495c737c034a416911c260c0ba9fd2092c6be296655be4d18
 
 alternatives="
  vi:vi:/usr/bin/nvim

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

* Re: [PR PATCH] [Closed]: neovim: update to 0.8.0.
  2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
                   ` (13 preceding siblings ...)
  2022-10-02  4:12 ` [PR PATCH] [Updated] " icp1994
@ 2022-10-02 15:19 ` Piraty
  14 siblings, 0 replies; 16+ messages in thread
From: Piraty @ 2022-10-02 15:19 UTC (permalink / raw)
  To: ml

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

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

neovim: update to 0.8.0.
https://github.com/void-linux/void-packages/pull/39552

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Neovim now requires [libvterm-0.3](https://github.com/neovim/neovim/pull/20222) to build. Only one other package, `liteide`, depends on it which built successfully for me on top of the update.

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

end of thread, other threads:[~2022-10-02 15:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30 20:02 [PR PATCH] neovim: update to 0.8.0 icp1994
2022-10-01  0:36 ` cultab
2022-10-01  0:37 ` cultab
2022-10-01  6:47 ` [PR PATCH] [Updated] " icp1994
2022-10-01  6:53 ` icp1994
2022-10-01  7:23 ` cultab
2022-10-01 16:12 ` [PR REVIEW] " paper42
2022-10-01 17:16 ` icp1994
2022-10-01 17:48 ` paper42
2022-10-01 18:00 ` [PR PATCH] [Updated] " icp1994
2022-10-01 18:00 ` [PR REVIEW] " icp1994
2022-10-01 18:05 ` [PR PATCH] [Updated] " icp1994
2022-10-01 18:11 ` icp1994
2022-10-01 18:24 ` icp1994
2022-10-02  4:12 ` [PR PATCH] [Updated] " icp1994
2022-10-02 15:19 ` [PR PATCH] [Closed]: " Piraty

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).