summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-09-03Add tree-sitter-vim dependencyGregory Anders
2024-08-31Use bundled utf8proc until upstream pins back to a stable releaseGregory Anders
2024-08-14Remove libvterm dependencyGregory Anders
2024-07-09Add Gregory Anders as contributorGregory Anders
2024-07-09Move tree-sitter-bash and tree-sitter-python to optdependsGregory Anders
See https://github.com/neovim/neovim/pull/29624.
2024-06-30Sort depends listGregory Anders
2024-06-30Add dependency on libutf8procGregory Anders
2024-06-16Remove USE_BUNDLED from build stepGregory Anders
2024-06-06Use Release build typeGregory Anders
This mirrors the package in the main repository and still includes debug symbols if makepkg is configured with the "debug" option.
2024-06-06Bump version number and update SRCINFOGregory Anders
2024-06-06Include tree-sitter parsers as dependenciesGregory Anders
Upstream bundles these parsers by default and expects them to be available.
2024-06-06Link tree-sitter library directory into Nvim's runtimepathGregory Anders
Nvim looks in /usr/lib/nvim/parser for tree-sitter libraries. Link /usr/lib/tree_sitter to /usr/lib/nvim/parser so that any parsers installed via pacman will be available to Nvim.
2024-06-06Use Ninja build generatorGregory Anders
Ninja is already included in the list of build dependencies, but it is not actually used. This makes CMake use Ninja to build Nvim.
2024-06-06Replace tree-sitter-git with versioned tree-sitter libraryGregory Anders
2024-06-06Remove libtermkey from dependenciesGregory Anders
It's vendored upstream now.
2024-03-11Remove the verbose option from the build commandA Farzat
Apparently it doesn't really improve error messages, and it clutters the output, removing it should actually make it easier to spot errors.
2024-02-01Match version to that output by `nvim -v`A Farzat
Instead of using tags, fetch the version numbers from CMakeLists.txt, and use `git describe --first-parent` for the commit info.
2024-01-31Remove lua51-mpack from makedependsA Farzat
A previous command had done that and referenced the related issues, so I decided to reapply the commit.
2024-01-31Add lua51-lpeg back to dependenciesA Farzat
Though it is not required in the release branch, it seems to be required here.
2024-01-31Make the package closer to that in the main reposA Farzat
Also use tree-sitter-git for now because the one in the repos is not up-to-date enough.
2023-04-30neovim-git: remove workaround (see neovim/neovim#23410)éclairevoyant
2023-04-29neovim-git: fix depséclairevoyant
2023-04-27neovim-git: clean up lpeg issue (see neovim/neovim#23216)éclairevoyant
2023-04-20neovim-git: add depséclairevoyant
2023-04-20neovim-git: fix provided versionéclairevoyant
2023-04-20neovim-git: remove lua51-mpack makedep (see neovim/neovim#22797 and ↵éclairevoyant
neovim/neovim#23106)
2022-12-28neovim-git: remove source renaming, cleanup, split scripts into separateéclairevoyant
files Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2022-10-30upgpkg: neovim-git 0.8.0.r339.g75ec1b7208-1éclairevoyant
update deps, makedeps; use ninja for builds
2022-04-23remove dependency on libutf8procFlorian Walch
2022-03-18switch deps to libvterm-0.1Florian Walch
2022-03-12fix pkgverFlorian Walch
2022-03-12fix pkgverFlorian Walch
2022-02-24Fix license file nameFlorian Walch
2021-03-06Provide vim-plugin-runtimeFlorian Walch
2020-11-03Add dependency on tree-sitterFlorian Walch
2020-07-06Make Arch vim packages workFlorian Walch
Taken from neovim PKGBUILD
2019-10-26Add aarch64 to supported architecturesFlorian Walch
2019-09-30Add dependency on libutf8procFlorian Walch
2019-09-24Remove dependency on jemallocFlorian Walch
2019-09-19Depend on libvterm>=0.1.git5Florian Walch
2019-09-13Depend on libvterm-bzrFlorian Walch
2019-06-11PKGBUILD: Add dependency on libluv, update to 0.3.4.r1012Florian Walch
2018-11-25PKGBUILD: Add armv6h, armv7hFlorian Walch
2017-07-28PKGBUILD: Remove install commands (Neovim PR #7072).Florian Walch
2017-06-25PKGBUILD: Move luajit from makedepends to depends.Florian Walch
2017-05-03PKGBUILD: Install .desktop file.Florian Walch
2016-11-03PKGBUILD: Change to build as RelWithDebInfo.Florian Walch
2016-09-01PKGBUILD: Add gperf as build dependency.Florian Walch
2016-07-10PKGBUILD: Add optional dependency on ruby-neovim.Florian Walch
2016-04-18PKGBUILD: Change dependency on 'lua51-messagepack' to 'lua51-mpack'.Florian Walch