Created msgpack-git-neovim AUR package (provides msgpack) that follows the Neovim msgpack version (see https://github.com/neovim/neovim/blob/master/third-party/CMakeLists.txt#L53).
Search Criteria
Package Details: neovim-git 0.11.0.r1727.g524cdd35c2-1
Package Actions
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: | 259 |
Popularity: | 1.10 |
First Submitted: | 2014-02-21 19:50 (UTC) |
Last Updated: | 2025-02-10 14:14 (UTC) |
Dependencies (24)
- libluv
- libutf8proc (libutf8proc-gitAUR)
- libuv (libuv-gitAUR)
- lua51-lpeg
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- msgpack-c (msgpack-c-gitAUR)
- tree-sitter (tree-sitter-gitAUR)
- tree-sitter-c (tree-sitter-c-gitAUR)
- tree-sitter-lua (tree-sitter-lua-gitAUR)
- tree-sitter-markdown (tree-sitter-markdown-gitAUR)
- tree-sitter-query
- tree-sitter-vim (tree-sitter-vim-gitAUR)
- tree-sitter-vimdoc (tree-sitter-vimdoc-gitAUR)
- unibilium
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- python-pynvim (python-pynvim-gitAUR) (optional) – for Python plugin support (see :help python)
- tree-sitter-bash (tree-sitter-bash-gitAUR) (optional) – tree-sitter parser for bash
- tree-sitter-python (tree-sitter-python-gitAUR) (optional) – tree-sitter parser for python
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – for clipboard support on wayland (see :help clipboard)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – for clipboard support on X11 (or xsel) (see :help clipboard)
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – for clipboard support on X11 (or xclip) (see :help clipboard)
Required by (451)
- autoricer-bin (requires neovim) (optional)
- candyvim-git (requires neovim)
- cmp-buffer (requires neovim)
- cppman-git (requires neovim) (optional)
- deoplete (requires neovim) (optional)
- deoplete-git (requires neovim) (optional)
- eovim (requires neovim)
- fvim (requires neovim)
- fvim-bin (requires neovim)
- glrnvim (requires neovim)
- gnvim (requires neovim)
- gnvim-git (requires neovim)
- goneovim-bin (requires neovim)
- goneovim-git (requires neovim)
- grg-git (requires neovim) (optional)
- lua51-prompt-style (requires neovim) (optional)
- lunarvim-git (requires neovim)
- mason.nvim (requires neovim)
- neoray-git (requires neovim)
- neovide-git (requires neovim)
- Show 431 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 41 Next › Last »
fwalch commented on 2014-09-13 11:50 (UTC)
moyamo commented on 2014-09-13 08:24 (UTC)
It seems like they are using a non-master branch of msgpack (i.e. poc/0.6). Neovim builds if you checkout poc/0.6 before building msgpack-git.
msgpack-git does not build, since it clones from github.com/msgpack/msgpack.git when it should clone from github.com/msgpack/msgpack-c.git
This patch should fix it, but it is only a temporary solution.
http://pastebin.com/GANzasC5
fwalch commented on 2014-09-12 22:29 (UTC)
@moyamo: I think this is because there has been a recent update to depend on an unreleased version of msgpack.. if the msgpack-git AUR package would build, using that might work.
moyamo commented on 2014-09-12 21:54 (UTC)
I am having problems building this package. It fails at src/nvim/CMakeFiles/nvim.dir/auto/msgpack_dispatch.c.o with ‘MSGPACK_OBJECT_BIN’ undeclared (first use in this function). The full error message is in the link.
http://pastebin.com/BbtdwD9u
Siosm commented on 2014-08-24 13:01 (UTC)
@fwalch: This looks good now. Thanks for the fix
fwalch commented on 2014-08-23 22:41 (UTC)
@timerot: Should be fixed now.
@Siosm: I created this PR, but I don't have much experience with CMake installation stuff. Improvements are always welcome! :-)
timerot commented on 2014-08-23 15:23 (UTC)
A recent commit to autogenerate helptags causes an error in the install process. https://github.com/neovim/neovim/commit/1310820e4f27eab2871ca5f5d20085cf53e8232a
I worked around it by changing the PKGBUILD to sudo make install.
The error wasn't particularly enlightening:
-- Generating helptags.
CMake Error at cmake/GenerateHelptags.cmake:14 (message):
Generating helptags failed:
Call Stack (most recent call first):
cmake_install.cmake:40 (include)
fhahn commented on 2014-08-22 20:02 (UTC)
Thanks @mmlb, I've added `lua-bitop` as make-dependency.
Pinned Comments
fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)