void-packages/srcpkgs/kf6-kcoreaddons/template

34 lines
932 B
Bash

# Template file for 'kf6-kcoreaddons'
pkgname=kf6-kcoreaddons
version=6.6.0
revision=1
build_style=cmake
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
qt6-declarative-host-tools"
makedepends="qt6-declarative-devel"
short_desc="KCoreAddons"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kcoreaddons"
#changelog=""
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=5aba9abf934e2daf5f70837cbac088607fe8bd505e172c4af6cdaacdda25c50b
do_check() {
cd build
# disable failing test
ctest -E "kformattest"
}
kf6-kcoreaddons-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}