mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 18:13:07 +02:00
kf6-kwidgetsaddons: update to 6.17.0.
This commit is contained in:
parent
6de8b24872
commit
a6e6f0ed96
1 changed files with 15 additions and 6 deletions
|
@ -1,17 +1,26 @@
|
|||
# Template file for 'kf6-kwidgetsaddons'
|
||||
pkgname=kf6-kwidgetsaddons
|
||||
version=6.14.0
|
||||
revision=2
|
||||
version=6.17.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_DESIGNERPLUGIN=ON -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
|
||||
makedepends="qt6-base-devel qt6-tools-devel"
|
||||
configure_args="-DBUILD_DESIGNERPLUGIN=ON -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
||||
$(vopt_bool python BUILD_PYTHON_BINDINGS)"
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||
$(vopt_if python 'shiboken6 python3-build python3-setuptools llvm')"
|
||||
makedepends="qt6-base-devel qt6-tools-devel
|
||||
$(vopt_if python 'libshiboken6-devel libpyside6-devel python3-devel')"
|
||||
short_desc="KWidgetsAddons"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kwidgetsaddons"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=602720bc3e86cba2384f0f45e16c8524a1974796a3d5b7c5c1ed90e768cf121f
|
||||
checksum=dcb33387953cd0429d4297d628b4872e7a3a970cce5ea84b446677d8b7487ea1
|
||||
|
||||
build_options="python"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="python"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
|
|
Loading…
Add table
Reference in a new issue