# Maintainer: Andreas Grapentin # Maintainer (Arch): Felix Yan # Maintainer (Arch): Antonio Rojas # Contributor: André Silva # Contributor: jc_gargma # Contributor (Arch): Andrea Scarpino pkgname=kio-extras pkgver=17.08.3 pkgrel=1.parabola1 arch=(i686 x86_64 armv7h) pkgdesc="Additional components to increase the functionality of KIO, without nonfree qt5-webengine support" url="https://www.kde.org/applications/internet/" license=(LGPL) makedepends=(extra-cmake-modules kdoctools gperf taglib khtml) depends=(kio kdnssd libssh smbclient exiv2 openexr openslp libmtp kpty kactivities) optdepends=('qt5-imageformats: thumbnails for additional image formats' 'kimageformats: thumbnails for additional image formats' 'taglib: audio file thumbnails' 'khtml: man kioslave') groups=(kde-applications kdenetwork) source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) sha256sums=('4c268b22a50d7ed08dbb7211a34e562aa10c2cbb2c62fb4311a0f932c841013f' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck prepare() { mkdir -p build } build() { cd build cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make } package() { cd build make DESTDIR="$pkgdir" install }