# $Id$ # 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.12.1 pkgrel=1.parabola1 pkgdesc="Additional components to increase the functionality of KIO, without nonfree qt5-webengine support" arch=(i686 x86_64 armv7h) url='https://www.kde.org/applications/internet/' license=(LGPL) depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities) makedepends=(extra-cmake-modules kdoctools gperf taglib khtml) 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=('c5f0553e986a41fe07c8d7a4df142749a496ce572936ecaef166db4853db1f6f' '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 }