# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kcoreaddons pkgver=5.63.0 pkgrel=0 pkgdesc="Addons to QtCore" arch="all" url="https://community.kde.org/Frameworks" license="LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen shared-mime-info" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kcoreaddons-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" prepare() { default_prepare mkdir "$builddir"/build } build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir"/build local disabled_tests="klistopenfilesjobtest_unix|kdirwatch_qfswatch_unittest" case "$CARCH" in s390x) disabled_tests="$disabled_tests|kdirwatch_inotify_unittest|kdirwatch_stat_unittest";; esac # Excluded test requires >8000 open files CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "($disabled_tests)" } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="4d279cfe1f31f1db61a4e36d831f9db7cf70a9e522376a6a6cce4cf36488ba02e00f57857b3cddc81a1aa1e809ef8dc737e841dddc6f009d741ee13d92771f50 kcoreaddons-5.63.0.tar.xz"