neovim-qt: 0.2.16.1 -> 0.2.17

This commit is contained in:
Tim Biermann 2022-07-03 16:35:12 +02:00
parent 9ce2e4077e
commit 97bbfbf350
3 changed files with 10 additions and 6 deletions

View File

@ -9,9 +9,11 @@ drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/192x192/
drwxr-xr-x root/root usr/share/icons/hicolor/192x192/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/192x192/apps/nvim-qt.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/nvim-qt.svg
drwxr-xr-x root/root usr/share/nvim-qt/
drwxr-xr-x root/root usr/share/nvim-qt/runtime/
-rw-r--r-- root/root usr/share/nvim-qt/runtime/README.md
drwxr-xr-x root/root usr/share/nvim-qt/runtime/doc/
-rw-r--r-- root/root usr/share/nvim-qt/runtime/doc/nvim_gui_shim.txt
-rw-r--r-- root/root usr/share/nvim-qt/runtime/doc/tags

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38LfvPJSMSSyTcoB30APHKcZ7SUDGE0kLgZCv4C7uuBAOQ/zrgDfV9PkcNnnU8wgDi7Z8zxOAWEIViyAIPcLvwU=
SHA256 (Pkgfile) = 40ba2fc0619b8d23dc9d78f52046e03957ce1b628422bb9ac09c96ce23553796
SHA256 (.footprint) = 986b6cc3c820686660b51d58ae5d34f4fe9f0fa28f527c7fd277aea0813a0365
SHA256 (neovim-qt-0.2.16.1.tar.gz) = 971d4597b40df2756b313afe1996f07915643e8bf10efe416b64cc337e4faf2a
RWSagIOpLGJF3yhrBv5HEoNRAbQFnit0un/GqU5huk9F0yZxMZCCw6dCE3vjQ+6xokJX6qivbvLJhCLVDObucKj7xhlw0Mt4lgE=
SHA256 (Pkgfile) = 919bcee553dfef5d5fa05c6accba83be3a83df80e40ec425d1443929e53d0295
SHA256 (.footprint) = 905a7cb8b70bd4b7f5060474dac8d9fa6154cc51c667557eec629251ec9d7b75
SHA256 (neovim-qt-0.2.17.tar.gz) = ac538c2e5d63572dd0543c13fafb4d428e67128ea676467fcda68965b2aacda1

View File

@ -4,7 +4,7 @@
# Depends on: hicolor-icon-theme neovim qt5
name=neovim-qt
version=0.2.16.1
version=0.2.17
release=1
source=(https://github.com/equalsraf/neovim-qt/archive/v$version/$name-$version.tar.gz)
@ -18,4 +18,6 @@ build() {
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/nvim-qt/LICENSE
}