diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-03 16:35:12 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-03 16:35:34 +0200 |
commit | 97bbfbf3509cd076da3f0732e101e42da6f8fbd8 (patch) | |
tree | 7f48a7554035d07c18e444428e43ca26a7e5bdf9 /neovim-qt | |
parent | 9ce2e4077e549fa94048f659bf3483ed267245f7 (diff) | |
download | contrib-97bbfbf3509cd076da3f0732e101e42da6f8fbd8.tar.gz contrib-97bbfbf3509cd076da3f0732e101e42da6f8fbd8.tar.xz |
neovim-qt: 0.2.16.1 -> 0.2.17
Diffstat (limited to 'neovim-qt')
-rw-r--r-- | neovim-qt/.footprint | 4 | ||||
-rw-r--r-- | neovim-qt/.signature | 8 | ||||
-rw-r--r-- | neovim-qt/Pkgfile | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/neovim-qt/.footprint b/neovim-qt/.footprint index c4a62caf5..53d0ae10d 100644 --- a/neovim-qt/.footprint +++ b/neovim-qt/.footprint @@ -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 diff --git a/neovim-qt/.signature b/neovim-qt/.signature index fa4d92c07..8cc225838 100644 --- a/neovim-qt/.signature +++ b/neovim-qt/.signature @@ -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 diff --git a/neovim-qt/Pkgfile b/neovim-qt/Pkgfile index 0fc564a79..117eb56fe 100644 --- a/neovim-qt/Pkgfile +++ b/neovim-qt/Pkgfile @@ -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 } |