summaryrefslogtreecommitdiff
path: root/libre/kio-extras
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-15 17:54:02 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-15 17:54:02 +0100
commit9e98ecc93f6c945948d205e63a1d2848026a159e (patch)
treec278f711fd33d62e22080fb27ac5a3bb293f21e7 /libre/kio-extras
parentf09caea135fc467348734533f0c0be2800031b82 (diff)
removed accidentally added file...
Diffstat (limited to 'libre/kio-extras')
-rw-r--r--libre/kio-extras/PKGBUILD?h=packages%2Fkio-extras43
1 files changed, 0 insertions, 43 deletions
diff --git a/libre/kio-extras/PKGBUILD?h=packages%2Fkio-extras b/libre/kio-extras/PKGBUILD?h=packages%2Fkio-extras
deleted file mode 100644
index 61727422d..000000000
--- a/libre/kio-extras/PKGBUILD?h=packages%2Fkio-extras
+++ /dev/null
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
-# Maintainer: Antonio Rojas <arojas@archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=kio-extras
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="Additional components to increase the functionality of KIO"
-arch=(x86_64)
-url='https://www.kde.org/applications/internet/'
-license=(LGPL)
-depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities)
-makedepends=(extra-cmake-modules kdoctools qt5-webengine gperf taglib khtml)
-optdepends=('qt5-webengine: HTML thumbnailer' '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 <aacid@kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
-
-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
-}
-