# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdenetwork-filesharing pkgver=19.04.3 pkgrel=0 arch="all" url="https://www.kde.org/applications/internet/" pkgdesc="Properties dialog plugin to share a directory with the local network" license="GPL-2.0-only OR GPL-3.0-only" depends="samba" makedepends="extra-cmake-modules qt5-qtbase-dev kcompletion-dev kcoreaddons-dev ki18n-dev kio-dev kwidgetsaddons-dev kdoctools-dev" source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-lang" options="!check" # No tests build() { cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DSAMBA_INSTALL=OFF make } check() { CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" make install } sha512sums="0e202393c8a138c97aac8512352364b61f80c8f08f02e1846abcc9dfb3d8ed7c40b2cfc658a99d0d0dbdaad02af8045ce45bcb49da19da88ab7fd712b0a560b0 kdenetwork-filesharing-19.04.3.tar.xz"