Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] neovim: update to 0.8.0.
Date: Sat, 01 Oct 2022 20:00:08 +0200	[thread overview]
Message-ID: <20221001180008.crVfTA2BffwlAD8Z0K7dCfyeX9DuTpHWgw5UMiCaFgY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39552@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2022-10-01 18:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-30 20:02 [PR PATCH] " 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 ` icp1994 [this message]
2022-10-01 18:00 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221001180008.crVfTA2BffwlAD8Z0K7dCfyeX9DuTpHWgw5UMiCaFgY@z \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).