slackbuilds

My Slackbuilds
Log | Files | Refs | README

commit 980a0498e6fb7fb665ff92d7b04f93e7254a3abe
parent b0c018b1fea9952a3fce2e744b4e7bc6ef7aae6a
Author: Slack Coder <slackcoder@server.ky>
Date:   Fri, 16 Sep 2022 05:58:56 -0500

neovim: bump v0.7.0

Diffstat:
Mneovim/README | 6++++++
Mneovim/neovim.SlackBuild | 4++--
Mneovim/neovim.info | 12++++++------
3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/neovim/README b/neovim/README @@ -5,3 +5,9 @@ Neovim is a project that seeks to aggressively refactor Vim in order to: * Enable the implementation of new/modern user interfaces without any modifications to the core source * Improve extensibility with a new plugin architecture + +note on building: +be sure to have lua (5.1) installed so that the lua-libraries neovim +depends on are packaged for 5.1 (e.g. lpeg). the lua used in neovim is +shipped with it, so lua isn't a direct dependency for neovim and not +listed in REQUIRES. diff --git a/neovim/neovim.SlackBuild b/neovim/neovim.SlackBuild @@ -2,6 +2,7 @@ # SlackBuild script for neovim +# Copyright 2021-2022 Ruben Schuller <sb@rbn.im> # Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=neovim -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +80,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/patch/0001-fix-provider-compare-versions-as-number-not-string-1.patch mkdir -p build cd build cmake \ diff --git a/neovim/neovim.info b/neovim/neovim.info @@ -1,10 +1,10 @@ PRGNAM="neovim" -VERSION="0.5.1" +VERSION="0.7.2" HOMEPAGE="https://neovim.io" -DOWNLOAD="https://github.com/neovim/neovim/archive/v0.5.1/neovim-0.5.1.tar.gz" -MD5SUM="9d957ca75cec992428325d654ad50b7e" +DOWNLOAD="https://github.com/neovim/neovim/archive/v0.7.2/neovim-0.7.2.tar.gz" +MD5SUM="f0fb0aa65462e36ca1ef627833266976" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="greenlet msgpack-c lua-mpack lua-lpeg lua-luv libtermkey libvterm tree-sitter" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +REQUIRES="msgpack-c lua-mpack lua-lpeg lua-luv libtermkey libvterm tree-sitter" +MAINTAINER="Ruben Schuller" +EMAIL="sb@rbn.im"