summaryrefslogtreecommitdiff
path: root/libre/kio-extras/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-15 17:44:55 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-15 17:44:55 +0100
commitf09caea135fc467348734533f0c0be2800031b82 (patch)
tree29cda0b544c73202f1632c65b7856a0c5bb2d3f6 /libre/kio-extras/PKGBUILD
parent3578b4bbe7aa020565cf76bf44650ba291124413 (diff)
downloadabslibre-f09caea135fc467348734533f0c0be2800031b82.tar.gz
abslibre-f09caea135fc467348734533f0c0be2800031b82.tar.bz2
abslibre-f09caea135fc467348734533f0c0be2800031b82.zip
libre/kio-extras: updated to 17.12.1
Diffstat (limited to 'libre/kio-extras/PKGBUILD')
-rw-r--r--libre/kio-extras/PKGBUILD20
1 files changed, 7 insertions, 13 deletions
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 <andreas@grapentin.org>
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
@@ -6,25 +7,20 @@
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
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 <aacid@kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
@@ -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
}