mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 19:01:31 -08:00
version bump 11 commits vim-youcompleteme-git
This commit is contained in:
parent
721f5f0cf0
commit
6a734d5ef9
@ -1,6 +1,6 @@
|
|||||||
pkgbase = vim-youcompleteme-git
|
pkgbase = vim-youcompleteme-git
|
||||||
pkgdesc = A code-completion engine for Vim
|
pkgdesc = A code-completion engine for Vim
|
||||||
pkgver = r2648.97150c0b
|
pkgver = r2659.7080933e
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Valloric/YouCompleteMe
|
url = https://github.com/Valloric/YouCompleteMe
|
||||||
install = install
|
install = install
|
||||||
@ -21,6 +21,9 @@ pkgbase = vim-youcompleteme-git
|
|||||||
depends = omnisharp-roslyn
|
depends = omnisharp-roslyn
|
||||||
depends = rustup
|
depends = rustup
|
||||||
depends = python
|
depends = python
|
||||||
|
depends = python-jedi
|
||||||
|
depends = python-parso
|
||||||
|
depends = python-numpydoc
|
||||||
source = git+https://github.com/Valloric/YouCompleteMe.git
|
source = git+https://github.com/Valloric/YouCompleteMe.git
|
||||||
source = git+https://github.com/ycm-core/ycmd.git
|
source = git+https://github.com/ycm-core/ycmd.git
|
||||||
source = git+https://github.com/davidhalter/jedi.git
|
source = git+https://github.com/davidhalter/jedi.git
|
||||||
@ -36,6 +39,9 @@ pkgbase = vim-youcompleteme-git
|
|||||||
source = git+https://github.com/bottlepy/bottle.git
|
source = git+https://github.com/bottlepy/bottle.git
|
||||||
source = git+https://github.com/Pylons/waitress.git
|
source = git+https://github.com/Pylons/waitress.git
|
||||||
source = git+https://github.com/ycm-core/regex.git
|
source = git+https://github.com/ycm-core/regex.git
|
||||||
|
source = git+https://github.com/gorakhargosh/watchdog
|
||||||
|
source = git+https://github.com/gorakhargosh/pathtools
|
||||||
|
source = git+https://github.com/mitsuhiko/flask-sphinx-themes.git
|
||||||
source = git+https://github.com/golang/tools.git
|
source = git+https://github.com/golang/tools.git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
@ -53,6 +59,9 @@ pkgbase = vim-youcompleteme-git
|
|||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = vim-youcompleteme-git
|
pkgname = vim-youcompleteme-git
|
||||||
|
|
||||||
|
@ -32,7 +32,8 @@ _use_python2="OFF"
|
|||||||
_use_system_python="n" # seems broken
|
_use_system_python="n" # seems broken
|
||||||
_use_OmniSharp_Roslyn="y"
|
_use_OmniSharp_Roslyn="y"
|
||||||
_use_system_OmniSharp_Roslyn="y"
|
_use_system_OmniSharp_Roslyn="y"
|
||||||
_use_system_jedi="n" # seems broken
|
_use_system_jedi="y"
|
||||||
|
_use_system_python_watchdog="n"
|
||||||
|
|
||||||
_neovim="$NEOVIM_YOUCOMPLETEME"
|
_neovim="$NEOVIM_YOUCOMPLETEME"
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
@ -44,7 +45,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
|
|||||||
# Default PKGBUILD Configuration #
|
# Default PKGBUILD Configuration #
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
pkgname=vim-youcompleteme-git
|
pkgname=vim-youcompleteme-git
|
||||||
pkgver=r2648.97150c0b
|
pkgver=r2659.7080933e
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "YouCompleteMe" || exit
|
cd "YouCompleteMe" || exit
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
@ -74,8 +75,11 @@ source=(
|
|||||||
'git+https://github.com/bottlepy/bottle.git' #ycmd
|
'git+https://github.com/bottlepy/bottle.git' #ycmd
|
||||||
'git+https://github.com/Pylons/waitress.git' #ycmd,jediHTTP
|
'git+https://github.com/Pylons/waitress.git' #ycmd,jediHTTP
|
||||||
'git+https://github.com/ycm-core/regex.git' #ycmd
|
'git+https://github.com/ycm-core/regex.git' #ycmd
|
||||||
|
'git+https://github.com/gorakhargosh/watchdog'
|
||||||
|
'git+https://github.com/gorakhargosh/pathtools'
|
||||||
|
'git+https://github.com/mitsuhiko/flask-sphinx-themes.git'
|
||||||
)
|
)
|
||||||
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
|
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
|
|
||||||
@ -132,6 +136,14 @@ if [[ "$_use_system_jedi" == "y" ]]; then
|
|||||||
depends+=('python2-jedi' 'python2-parso' 'python2-numpydoc')
|
depends+=('python2-jedi' 'python2-parso' 'python2-numpydoc')
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "$_use_system_python_watchdog" == "y" ]]; then
|
||||||
|
if [[ "$_use_python2" == "OFF" ]]; then
|
||||||
|
depends+=('python-watchdog' 'python-pathtools' 'python-flask-sphinx-themes')
|
||||||
|
elif [[ "$_use_python2" == "ON" ]]; then
|
||||||
|
depends+=('python2-watchdog' 'python2-pathtools')
|
||||||
|
fi
|
||||||
|
fi
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
|
|
||||||
@ -210,6 +222,12 @@ prepare() {
|
|||||||
local ycmdRequestsDeps=("python-certifi" "chardet" "idna" "requests" "urllib3")
|
local ycmdRequestsDeps=("python-certifi" "chardet" "idna" "requests" "urllib3")
|
||||||
gitprepare "YouCompleteMe/third_party/ycmd" "third_party/requests_deps" "${ycmdRequestsDeps[@]}"
|
gitprepare "YouCompleteMe/third_party/ycmd" "third_party/requests_deps" "${ycmdRequestsDeps[@]}"
|
||||||
|
|
||||||
|
local ycmdWatchdogDeps=("watchdog" "pathtools")
|
||||||
|
gitprepare "YouCompleteMe/third_party/ycmd" "third_party/watchdog_deps" "${ycmdWatchdogDeps[@]}"
|
||||||
|
|
||||||
|
local ycmdPathtools_themes=("flask-sphinx-themes")
|
||||||
|
gitprepare "YouCompleteMe/third_party/ycmd/third_party/watchdog_deps" "pathtools/docs/source" "${ycmdPathtools_themes[@]}"
|
||||||
|
|
||||||
if [[ "$_gocode" == "y" ]]; then
|
if [[ "$_gocode" == "y" ]]; then
|
||||||
gitprepare "YouCompleteMe/third_party/ycmd/third_party/go/src/golang.org/x" "" "tools"
|
gitprepare "YouCompleteMe/third_party/ycmd/third_party/go/src/golang.org/x" "" "tools"
|
||||||
fi
|
fi
|
||||||
@ -241,6 +259,11 @@ build() {
|
|||||||
make _regex
|
make _regex
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "$_use_system_python" == "n" ]]; then
|
||||||
|
cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog" || { echo "cant cd to watchdog" ; exit ; }
|
||||||
|
python setup.py build --build-base="build/3" --build-lib="build/lib3" || { echo "fail build watchdog" ; exit ; }
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$_rust" == "y" ]]; then
|
if [[ "$_rust" == "y" ]]; then
|
||||||
mkdir -p "$srcdir/rls_build"
|
mkdir -p "$srcdir/rls_build"
|
||||||
export RUSTUP_HOME="$srcdir/rls_build"
|
export RUSTUP_HOME="$srcdir/rls_build"
|
||||||
@ -252,7 +275,7 @@ build() {
|
|||||||
if [[ "$_gocode" == "y" ]]; then
|
if [[ "$_gocode" == "y" ]]; then
|
||||||
# export GOPATH="$GOPATH:$srcdir/YouCompleteMe/third_party/ycmd/third_party/go"
|
# export GOPATH="$GOPATH:$srcdir/YouCompleteMe/third_party/ycmd/third_party/go"
|
||||||
msg2 'Building Gocode completer...' # BuildGoCode()
|
msg2 'Building Gocode completer...' # BuildGoCode()
|
||||||
cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go/src/golang.org/x/tools/cmd/gopls" || exit
|
cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go/src/golang.org/x/tools/gopls" || exit
|
||||||
go build
|
go build
|
||||||
else
|
else
|
||||||
msg2 'Skipping Gocode completer...'
|
msg2 'Skipping Gocode completer...'
|
||||||
@ -352,10 +375,21 @@ package() {
|
|||||||
"$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/jedi_deps/numpydoc/"
|
"$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/jedi_deps/numpydoc/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "$_use_system_python_watchdog" == "n" ]]; then
|
||||||
|
mkdir -p "$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/watchdog_deps/"{pathtools,watchdog}
|
||||||
|
cp -r "$srcdir/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/pathtools/pathtools" \
|
||||||
|
"$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/watchdog_deps/pathtools/"
|
||||||
|
cp -r "$srcdir/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/watchdog" \
|
||||||
|
"$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/watchdog_deps/"
|
||||||
|
mkdir -p "$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/watchdog_deps/pathtools/docs/source"
|
||||||
|
cp -r "$srcdir/YouCompleteMe/third_party/ycmd/third_party/watchdog_deps/pathtools/docs/source/_themes" \
|
||||||
|
"$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/watchdog_deps/pathtools/docs/source"
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$_gocode" == "y" ]]; then
|
if [[ "$_gocode" == "y" ]]; then
|
||||||
mkdir -p "$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/go/src/golang.org/x/tools/cmd/gopls"
|
mkdir -p "$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/go/src/golang.org/x/tools/gopls"
|
||||||
cp "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go/src/golang.org/x/tools/cmd/gopls/gopls" \
|
cp "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go/src/golang.org/x/tools/gopls/gopls" \
|
||||||
"$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/go/src/golang.org/x/tools/cmd/gopls/gopls"
|
"$pkgdir/$vimfiles_dir/third_party/ycmd/third_party/go/src/golang.org/x/tools/gopls/gopls"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$_tern" == "y" ]]; then
|
if [[ "$_tern" == "y" ]]; then
|
||||||
@ -395,7 +429,7 @@ package() {
|
|||||||
|
|
||||||
# Remove unneeded docs
|
# Remove unneeded docs
|
||||||
if [[ "$_docs" == "n" ]]; then
|
if [[ "$_docs" == "n" ]]; then
|
||||||
find "$pkgdir" -name docs -exec rm -fr {} +
|
# find "$pkgdir" -name docs -exec rm -fr {} + # can't do this anymore because flask-sphinx-themes
|
||||||
find "$pkgdir/$vimfiles_dir/third_party/" -name doc -exec rm -fr {} +
|
find "$pkgdir/$vimfiles_dir/third_party/" -name doc -exec rm -fr {} +
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user