mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
kf6-kcoreaddons: update to 6.17.0.
This commit is contained in:
parent
a3cefac1c0
commit
a06bc8b669
1 changed files with 14 additions and 5 deletions
|
@ -1,20 +1,29 @@
|
||||||
# Template file for 'kf6-kcoreaddons'
|
# Template file for 'kf6-kcoreaddons'
|
||||||
pkgname=kf6-kcoreaddons
|
pkgname=kf6-kcoreaddons
|
||||||
version=6.14.0
|
version=6.17.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
||||||
|
$(vopt_bool python BUILD_PYTHON_BINDINGS)"
|
||||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||||
qt6-declarative-host-tools"
|
qt6-declarative-host-tools
|
||||||
makedepends="qt6-declarative-devel"
|
$(vopt_if python 'python3-build python3-setuptools shiboken6 llvm')"
|
||||||
|
makedepends="qt6-declarative-devel qt6-base-private-devel qt6-tools-devel
|
||||||
|
$(vopt_if python 'libshiboken6-devel libpyside6-devel python3-devel')"
|
||||||
short_desc="KCoreAddons"
|
short_desc="KCoreAddons"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/kcoreaddons"
|
homepage="https://invent.kde.org/frameworks/kcoreaddons"
|
||||||
#changelog=""
|
#changelog=""
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||||
checksum=9555d17295f4fece18b46e3d289055baf58b352e082e4da6e6e352d8d5c042ee
|
checksum=0303d6d1e9e76cf9ec06a41acd1a52088a40df3a2805e97e1c327baf607842aa
|
||||||
|
|
||||||
|
build_options="python"
|
||||||
|
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default="python"
|
||||||
|
fi
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Add table
Reference in a new issue