summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
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
2015-11-11PKGBUILD: Don't strip debug symbols from executable.Florian Walch
2015-11-06PKGBUILD: Change dependency on 'libvterm-bzr' to 'libvterm'.Florian Walch
Depending on the latest revision from libvterm's repository will cause problems if there are breaking changes. As a version of libvterm working with Neovim is in [community], we might as well use it.
2015-11-01PKGBUILD: Update pkgver() for 0.1.0 release.Florian Walch
Also set build type to 'Dev' (see [1]). [1] https://github.com/neovim/neovim/pull/3318
2015-10-27PKGBUILD: Set ENABLE_JEMALLOC, update to 0.r4306.68e5968.Florian Walch
jemalloc is no longer enabled by default [1]. Also update website URL to use HTTPS. [1] https://github.com/neovim/neovim/pull/3515
2015-10-08PKGBUILD: Remove version constraint on libtermkey, update to 0.r4069.cd6b4af.Florian Walch
Without version constraint (libtermkey>=0.18), migrating from libtermkey-bzr is easier. Otherwise, libtermkey-bzr would need to be updated to 0.18.r0 first, then replaced with libtermkey.
2015-10-07PKGBUILD: Depend on libtermkey 0.18, update to 0.r4067.7be75a0.Florian Walch
2015-08-26PKGBUILD: Fix check(), update to 0.r3908.b2ece14.Florian Walch
Add "--headless" in check() to not start a user interface.
2015-06-23Initial commit: neovim-git 0.r3607.20a57c4-1.Florian Walch