meson: remove neovim files.
These files were manually linked into place, but neovim now ships them by itself. Fixes: #31784
This commit is contained in:
parent
ef931937dc
commit
65717e2cc9
1 changed files with 1 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=meson
|
||||
reverts="0.58.1_1"
|
||||
version=0.56.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools"
|
||||
depends="ninja python3-setuptools"
|
||||
|
@ -41,13 +41,6 @@ post_install() {
|
|||
vmkdir usr/share/vim/vimfiles
|
||||
cp -rt ${DESTDIR}/usr/share/vim/vimfiles data/syntax-highlighting/vim/*/
|
||||
|
||||
for dir in ftdetect ftplugin indent syntax; do
|
||||
nvim_runtime_dir="usr/share/nvim/runtime/$dir"
|
||||
vmkdir $nvim_runtime_dir
|
||||
|
||||
ln -sf /usr/share/vim/vimfiles/$dir/meson.vim ${DESTDIR}/$nvim_runtime_dir
|
||||
done
|
||||
|
||||
vinstall data/syntax-highlighting/emacs/meson.el 644 usr/share/emacs/site-lisp
|
||||
|
||||
vcompletion data/shell-completions/bash/meson bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue