# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=ark pkgver=19.08.3 pkgrel=0 pkgdesc="Graphical file compression/decompression utility with support for multiple formats" arch="all" url="https://kde.org/applications/utilities/org.kde.ark" license="GPL-2.0-only" depends="lrzip zstd p7zip zip unzip unrar" makedepends="extra-cmake-modules qt5-qtbase-dev karchive-dev kconfig-dev kcrash-dev kdbusaddons-dev kdoctools-dev ki18n-dev kiconthemes-dev kitemmodels-dev kio-dev kservice-dev kparts-dev kpty-dev kwidgetsaddons-dev libarchive-dev libzip-dev xz-dev shared-mime-info" checkdepends="xvfb-run" source="https://download.kde.org/stable/applications/$pkgver/src/ark-$pkgver.tar.xz" subpackages="$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 make } check() { cd "$builddir"/build # plugins-cliunarchivertest is broken since Qt 5.11 CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "plugins-clirartest" } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="2bbbce37e5f892840517688eb4ce78770514eb5c780d34ae3c33c4b4e60cd153ebc190e4613411d5e01f01a78b6a74bad86c79b9efe8a156250c18033a3271cf ark-19.08.3.tar.xz"