Package Details: neovim-git 0.11.0.r164.g3a1515bfee-1

Git Clone URL: https://aur.archlinux.org/neovim-git.git (read-only, click to copy)
Package Base: neovim-git
Description: Fork of Vim aiming to improve user experience, plugins, and GUIs
Upstream URL: https://neovim.io
Keywords: editor
Licenses: custom:neovim
Conflicts: neovim
Provides: neovim, vim-plugin-runtime
Submitter: fhahn
Maintainer: Farzat (gpanders)
Last Packager: gpanders
Votes: 256
Popularity: 1.50
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-06-16 14:15 (UTC)

Required by (432)

Sources (3)

Pinned Comments

fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)

Please don't flag this package out-of-date just because the version number displayed on AUR seems old. This is normal for VCS packages. As long as building the package works without problems, it isn't necessary to update the PKGBUILD here. makepkg will automatically retrieve the latest version when you build the package locally.

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 40 Next › Last »

fwalch commented on 2017-06-25 16:56 (UTC)

chetgurevitch: Thanks for the hint about LuaJIT, I had missed moving that from makedepends to depends. As for your other changes, it looks like you switched the code to use the top-level Makefile. This Makefile is only intended for developers and should not be used for packaging. Also, see [1] for hints about when to use "arch=(any)". [1] https://wiki.archlinux.org/index.php/PKGBUILD#arch

gurevitch commented on 2017-06-25 04:48 (UTC) (edited on 2017-06-25 05:12 (UTC) by gurevitch)

Hi, I've been testing some changes to the package. I updated the dependency list to contain luajit [1], switched the build system to ninja for significantly faster (incremental) builds and cut out some bundled deps along with other minor cleanup work. I'd be happy to co-maintain the package if that's alright with you, otherwise I've linked the changes below for you to look over [2]. I've also got an updated version of the official neovim package and lua51-mpack but I'm holding off on contacting Sven for now. The latter required major changes (including splitting the package [3] [4]) which rely on a fix only available on git currently and I'd like to land any changes to the repo packages together. Everything's in that github repo though. [1] https://github.com/neovim/neovim/wiki/Following-HEAD#20170508 [2] https://github.com/chetgurevitch/PKGBUILDs/tree/master/neovim-git [3] https://aur.archlinux.org/packages/libmpack [4] https://aur.archlinux.org/packages/lua51-mpack-git

fwalch commented on 2017-05-03 20:37 (UTC)

machfour: Thanks! I updated the PKGBUILD according to your suggestions.

machfour commented on 2017-05-03 04:44 (UTC)

Hi, the latest version of neovim now has a .desktop file and icon file to go with it. To install these files appropriately, I used the following package() function: package() { cd "${pkgname}/build" make DESTDIR="${pkgdir}" install cd .. install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm644 runtime/nvim.desktop "${pkgdir}/usr/share/applications/nvim.desktop" install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png" }

fwalch commented on 2017-02-21 19:32 (UTC)

rthyberg: The build should use LuaJIT, which has bitop built in. Did you see [1]? [1] https://aur.archlinux.org/packages/neovim-git/?comments=all#comment-555712

rthyberg commented on 2017-02-21 01:29 (UTC) (edited on 2017-02-22 22:26 (UTC) by rthyberg)

Missing dependency lua51-bitop Also the cmake looks for the lua interpreter at /usr/bin/lua when it should be /usr/bin/lua5.1

htfy96 commented on 2017-02-01 06:20 (UTC)

Now it comes with a builtin .desktop file(https://github.com/neovim/neovim/commit/7c836573977e5e86962cdb346b8537b78a36eb90). Is there anything to change in this repo?

fwalch commented on 2016-12-18 20:25 (UTC)

nishantvarma: Sorry, I don't understand your question. gperf is already a build-time dependency.

nishantvarma commented on 2016-12-18 17:32 (UTC) (edited on 2016-12-18 17:33 (UTC) by nishantvarma)

gperf needs to be installed and it can be obtained from package server. How can this be updated?