diff options
author | Diego Hernan Borghetti <bdiego@pm.me> | 2025-02-12 11:29:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-15 08:30:13 +0700 |
commit | 01c9b60bd5aa7954a4d5994d7bf6edcae0b5cc30 (patch) | |
tree | f3d0bedc97b729fb5837f0b27900d48e36721cf0 /development/neovim | |
parent | 59bd3823d3b0fc5dd1cf086c9068ff60221687b9 (diff) |
development/neovim: Updated for version 0.10.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/neovim')
-rw-r--r-- | development/neovim/neovim.SlackBuild | 9 | ||||
-rw-r--r-- | development/neovim/neovim.info | 12 |
2 files changed, 15 insertions, 6 deletions
diff --git a/development/neovim/neovim.SlackBuild b/development/neovim/neovim.SlackBuild index 4465671223..5b1f5ac62a 100644 --- a/development/neovim/neovim.SlackBuild +++ b/development/neovim/neovim.SlackBuild @@ -5,6 +5,7 @@ # Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2021-2022 Ruben Schuller <sb@rbn.im> # Copyright 2023-2024 Alexander Verbovetsky, Moscow, Russia +# Copyright 2025 Diego Hernan Borghetti # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=neovim -VERSION=${VERSION:-0.10.2} +VERSION=${VERSION:-0.10.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -78,7 +79,7 @@ for d in LuaJIT-*.tar.gz luv-*.tar.gz lua-compat-5.3-*.tar.gz \ tree-sitter-c-*.tar.gz tree-sitter-lua-*.tar.gz \ tree-sitter-markdown-*.tar.gz tree-sitter-query-*.tar.gz \ tree-sitter-vimdoc-*.tar.gz tree-sitter-vim-*.tar.gz \ - lpeg-*.tar.gz + lpeg-*.tar.gz unibilium-*.tar.gz libvterm-*.tar.gz do tar xvf $CWD/$d done @@ -92,6 +93,8 @@ mv tree-sitter-query-* treesitter_query mv tree-sitter-vimdoc-* treesitter_vimdoc mv tree-sitter-vim-* treesitter_vim mv lpeg-* lpeg +mv unibilium-* unibilium +mv libvterm-* libvterm cd $TMP/$PRGNAM-$VERSION @@ -114,6 +117,8 @@ make \ -DUSE_BUNDLED_LUV=ON \ -DUSE_BUNDLED_LUAJIT=ON \ -DUSE_BUNDLED_LPEG=ON \ + -DUSE_BUNDLED_UNIBILIUM=ON \ + -DUSE_BUNDLED_LIBVTERM=ON \ -DUSE_BUNDLED_TS_PARSERS=ON" \ CMAKE_BUILD_TYPE=Release make install DESTDIR=$PKG diff --git a/development/neovim/neovim.info b/development/neovim/neovim.info index 8248314486..3e95844f20 100644 --- a/development/neovim/neovim.info +++ b/development/neovim/neovim.info @@ -1,7 +1,7 @@ PRGNAM="neovim" -VERSION="0.10.2" +VERSION="0.10.4" HOMEPAGE="https://neovim.io" -DOWNLOAD="https://github.com/neovim/neovim/archive/v0.10.2/neovim-0.10.2.tar.gz \ +DOWNLOAD="https://github.com/neovim/neovim/archive/v0.10.4/neovim-0.10.4.tar.gz \ https://github.com/LuaJIT/LuaJIT/archive/75e9277/LuaJIT-75e92777988017fe47c5eb290998021bbf972d1f.tar.gz \ https://github.com/luvit/luv/archive/1.48.0-2/luv-1.48.0-2.tar.gz \ https://github.com/lunarmodules/lua-compat-5.3/archive/v0.13/lua-compat-5.3-0.13.tar.gz \ @@ -11,8 +11,10 @@ DOWNLOAD="https://github.com/neovim/neovim/archive/v0.10.2/neovim-0.10.2.tar.gz https://github.com/tree-sitter-grammars/tree-sitter-query/archive/v0.4.0/tree-sitter-query-0.4.0.tar.gz \ https://github.com/neovim/tree-sitter-vimdoc/archive/v3.0.0/tree-sitter-vimdoc-3.0.0.tar.gz \ https://github.com/neovim/tree-sitter-vim/archive/v0.4.0/tree-sitter-vim-0.4.0.tar.gz \ + https://github.com/neovim/unibilium/archive/d72c3598e7ac5d1ebf86ee268b8b4ed95c0fa628/unibilium-d72c3598e7ac5d1ebf86ee268b8b4ed95c0fa628.tar.gz \ + https://github.com/neovim/libvterm/archive/0a15c6e983b0db7ef8276e0792414a805d01bdaf/libvterm-0a15c6e983b0db7ef8276e0792414a805d01bdaf.tar.gz \ https://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz" -MD5SUM="25a3d5ca0e0bc85ac91290cc891534ce \ +MD5SUM="3962ca7ccf181baef5bda161810ce31b \ aee865a769321f40b28067c3568e92ef \ 8efb4574249415a888a4197468529a9b \ 4b53edbd6222230a50f58ca8f9a98d18 \ @@ -22,9 +24,11 @@ MD5SUM="25a3d5ca0e0bc85ac91290cc891534ce \ 7181d19e0b01420f33ec67584246a47c \ 93d5caeb022a63723d7e39d97c546af3 \ 8f3d1c3319673e20b83da6c23962dc45 \ + b89005c7fafe5080818aa09dbfa65b91 \ + 2b7eea84ba3355602c989da783747d9a \ 842a538b403b5639510c9b6fffd2c75b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="msgpack-c-c libtermkey libvterm tree-sitter" +REQUIRES="msgpack-c-c tree-sitter" MAINTAINER="Diego Hernan Borghetti" EMAIL="bdiego@pm.me" |