neovim-qt: update to 0.2.19, switch to qt6, adopt

This commit is contained in:
Matthias von Faber 2025-01-30 10:26:42 +01:00 committed by classabbyamp
parent 6955b8d88f
commit 31c852d3b3

View file

@ -1,18 +1,18 @@
# Template file for 'neovim-qt' # Template file for 'neovim-qt'
pkgname=neovim-qt pkgname=neovim-qt
version=0.2.18 version=0.2.19
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_TESTS=OFF -DUSE_SYSTEM_MSGPACK=ON" configure_args="-DENABLE_TESTS=OFF -DUSE_SYSTEM_MSGPACK=ON -DWITH_QT=Qt6"
hostmakedepends="qt5-host-tools qt5-qmake neovim" hostmakedepends="neovim qt6-base"
makedepends="msgpack-devel qt5-devel qt5-svg-devel" makedepends="msgpack-devel qt6-base-devel qt6-svg-devel"
depends="neovim" depends="neovim qt6-svg"
short_desc="Neovim client library and GUI, in Qt5" short_desc="Neovim client library and GUI, in Qt6"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Matthias von Faber <mvf@gmx.eu>"
license="ISC" license="ISC"
homepage="https://github.com/equalsraf/neovim-qt" homepage="https://github.com/equalsraf/neovim-qt"
distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz" distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz"
checksum=b1e1e019946ecb106b3aea8e35fc6e367d2efce44ca1c1599a2ccdfb35a28635 checksum=2c5a5de6813566aeec9449be61e1a8cd8ef85979a9e234d420f2882efcfde382
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE