Github messages for voidlinux
 help / color / mirror / Atom feed
From: kartikynwa <kartikynwa@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] neovim: update to 0.7.0.
Date: Fri, 15 Apr 2022 15:20:18 +0200	[thread overview]
Message-ID: <20220415132018.vHWuMN6PaxSKLGKtextfxn5bXnDOtRkpM4NOpTZBwCs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36704@inbox.vuxu.org>

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

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

https://github.com/kartikynwa/void-packages update-neovim
https://github.com/void-linux/void-packages/pull/36704

neovim: update to 0.7.0.
#### Testing the changes
- I tested the changes in this PR: **briefly** (been using it for five minutes)

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

#### Notes

From reading the changelog: https://github.com/neovim/neovim/releases/tag/v0.7.0

I don't see any new dependencies or feature flags. So I have bumped the package version and changed the name of the LICENSE file as was needed. Working fine on my system. If any changes need to be made feel free to let me know.

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

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

From ad0d146baedd9c7c9e13d3262e91a2d3e1382436 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 15 Apr 2022 18:14:54 +0530
Subject: [PATCH] neovim: update to 0.7.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 28cbc7e363cb..147a103e06bc 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,20 +1,20 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.6.1
+version=0.7.0
 revision=1
 build_style=cmake
 build_helper="qemu"
 configure_args="-DCMAKE_BUILD_TYPE=Release"
-hostmakedepends="pkg-config gettext gperf LuaJIT lua51-lpeg lua51-mpack"
+hostmakedepends="pkg-config gettext gperf lua51-lpeg lua51-mpack"
 makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel
- LuaJIT-devel libluv-devel tree-sitter-devel"
+ LuaJIT 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=dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864
+checksum=792a9c55d5d5f4a5148d475847267df309d65fb20f05523f21c1319ea8a6c7df
 
 alternatives="
  vi:vi:/usr/bin/nvim
@@ -30,5 +30,5 @@ pre_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }

  parent reply	other threads:[~2022-04-15 13:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-15 12:48 [PR PATCH] " kartikynwa
2022-04-15 13:19 ` kartikynwa
2022-04-15 13:20 ` kartikynwa [this message]
2022-04-15 13:23 ` [PR PATCH] [Updated] " kartikynwa
2022-04-15 16:22 ` kartikynwa
2022-04-15 16:22 ` kartikynwa
2022-04-17 17:04 ` [PR PATCH] [Closed]: " kartikynwa
2022-04-17 18:00 ` kartikynwa
2022-04-18  4:32 ` kartikynwa
2022-04-18  8:54 ` Johnnynator
2022-04-18  9:47 ` kartikdc
2022-04-18  9:48 ` kartikdc
2022-04-18 11:13 ` kartikynwa
2022-04-18 11:17 ` kartikynwa
2022-04-18 19:22 ` gbrlsnchs
2022-04-20  4:01 ` kartikynwa
2022-04-20 15:30 ` LinArcX
2022-04-20 16:12 ` kartikynwa
2022-04-20 18:27 ` gbrlsnchs
2022-04-21  0:50 ` CameronNemo
2022-04-23 12:03 ` LinArcX
2022-04-23 12:04 ` LinArcX
2022-04-21 15:44 [PR PATCH] " siduck
2022-04-21 15:55 ` [PR PATCH] [Updated] " siduck

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=20220415132018.vHWuMN6PaxSKLGKtextfxn5bXnDOtRkpM4NOpTZBwCs@z \
    --to=kartikynwa@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).