Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
neovim


Commits:
1a93a664 by Daniel M. Capella at 2024-05-06T01:20:01-04:00
upgpkg: 0.9.5-6: Move tree-sitter parsers to optdepends

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/issues/4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = neovim
        pkgdesc = Fork of Vim aiming to improve user experience, plugins, and 
GUIs
        pkgver = 0.9.5
-       pkgrel = 5
+       pkgrel = 6
        url = https://neovim.io
        arch = x86_64
        license = custom:neovim
@@ -18,15 +18,15 @@ pkgbase = neovim
        depends = luajit
        depends = msgpack-c
        depends = tree-sitter
-       depends = tree-sitter-bash
-       depends = tree-sitter-c
-       depends = tree-sitter-lua
-       depends = tree-sitter-markdown
-       depends = tree-sitter-python
-       depends = tree-sitter-query
-       depends = tree-sitter-vimdoc
        depends = unibilium
        optdepends = python-pynvim: for Python plugin support (see :help python)
+       optdepends = tree-sitter-bash: for the Bash grammar for tree-sitter
+       optdepends = tree-sitter-c: for the C grammar for tree-sitter
+       optdepends = tree-sitter-lua: for the Lua grammar for tree-sitter
+       optdepends = tree-sitter-markdown: for the Markdown grammar for 
tree-sitter (requires query files from the nvim-treesitter plugin)
+       optdepends = tree-sitter-python: for the Python grammar for tree-sitter 
(requires query files from the nvim-treesitter plugin)
+       optdepends = tree-sitter-query: for the TS query grammar for tree-sitter
+       optdepends = tree-sitter-vimdoc: for the Vim help file grammar for 
tree-sitter
        optdepends = xclip: for clipboard support on X11 (or xsel) (see :help 
clipboard)
        optdepends = xsel: for clipboard support on X11 (or xclip) (see :help 
clipboard)
        optdepends = wl-clipboard: for clipboard support on wayland (see :help 
clipboard)


=====================================
PKGBUILD
=====================================
@@ -1,11 +1,12 @@
 # Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org>
 # Maintainer: Caleb Maclennan <ca...@alerque.com>
+# Maintainer: Daniel M. Capella <poly...@archlinux.org>
 # Contributor: Florian Walch <florian+...@fwalch.com>
 # Contributor: Florian Hahn <f...@fhahn.com>
 
 pkgname=neovim
 pkgver=0.9.5
-pkgrel=5
+pkgrel=6
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -18,18 +19,18 @@ depends=(
   'luajit'
   'msgpack-c'
   'tree-sitter'
-  'tree-sitter-bash'
-  'tree-sitter-c'
-  'tree-sitter-lua'
-  'tree-sitter-markdown'
-  'tree-sitter-python'
-  'tree-sitter-query'
-  'tree-sitter-vimdoc'
   'unibilium'
 )
 makedepends=('cmake' 'git' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'unzip')
 optdepends=(
   'python-pynvim: for Python plugin support (see :help python)'
+  'tree-sitter-bash: for the Bash grammar for tree-sitter'
+  'tree-sitter-c: for the C grammar for tree-sitter'
+  'tree-sitter-lua: for the Lua grammar for tree-sitter'
+  'tree-sitter-markdown: for the Markdown grammar for tree-sitter (requires 
query files from the nvim-treesitter plugin)'
+  'tree-sitter-python: for the Python grammar for tree-sitter (requires query 
files from the nvim-treesitter plugin)'
+  'tree-sitter-query: for the TS query grammar for tree-sitter'
+  'tree-sitter-vimdoc: for the Vim help file grammar for tree-sitter'
   'xclip: for clipboard support on X11 (or xsel) (see :help clipboard)'
   'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
   'wl-clipboard: for clipboard support on wayland (see :help clipboard)'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/1a93a6644d909ed465bfb577da50a452ae38265b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/1a93a6644d909ed465bfb577da50a452ae38265b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to