# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kio pkgver=5.66.0 pkgrel=0 pkgdesc="Resource and network access abstraction" arch="all !armhf" url="https://community.kde.org/Frameworks" license="LGPL-2.1-only AND LGPL-2.1-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)" depends_dev="qt5-qtscript-dev karchive-dev kconfig-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev ki18n-dev kservice-dev solid-dev kbookmarks-dev kcompletion-dev kconfigwidgets-dev kiconthemes-dev kitemviews-dev kjobwidgets-dev kwidgetsaddons-dev kwindowsystem-dev kwallet-dev knotifications-dev" makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev libxslt-dev libxml2-dev kdoctools-dev" checkdepends="xvfb-run" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kio-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" options="!check" # Fails due to requiring physical devices not normally available and test 14 hangs 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 CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="7be872029fb93e76663291e868e829603f14fadfb0264c2c7dff351eba64a8574776a595ae57ca920a394e56940b220fc1065c01d0d88858fe3b7a3e5757ce87 kio-5.66.0.tar.xz"