From f09caea135fc467348734533f0c0be2800031b82 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 15 Jan 2018 17:44:55 +0100 Subject: libre/kio-extras: updated to 17.12.1 --- libre/kio-extras/PKGBUILD | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'libre/kio-extras/PKGBUILD') diff --git a/libre/kio-extras/PKGBUILD b/libre/kio-extras/PKGBUILD index 759e14811..4c0976fed 100644 --- a/libre/kio-extras/PKGBUILD +++ b/libre/kio-extras/PKGBUILD @@ -1,3 +1,4 @@ +# $Id$ # Maintainer: Andreas Grapentin # Maintainer (Arch): Felix Yan # Maintainer (Arch): Antonio Rojas @@ -6,25 +7,20 @@ # Contributor (Arch): Andrea Scarpino pkgname=kio-extras - -pkgver=17.12.0 +pkgver=17.12.1 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/" +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) -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' + '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=('9a166d517ae950e2a2f5f19c2c3121363aa220156c139c16f20451bfa143521e' +sha256sums=('c5f0553e986a41fe07c8d7a4df142749a496ce572936ecaef166db4853db1f6f' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck @@ -35,7 +31,6 @@ prepare() { build() { cd build - cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -46,7 +41,6 @@ build() { package() { cd build - make DESTDIR="$pkgdir" install } -- cgit v1.2.3