diff options
author | David P <megver83@parabola.nu> | 2019-06-16 22:10:46 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2019-06-16 22:12:39 -0400 |
commit | 762b1bbfef89181a2f3101205aae32de1ef969c3 (patch) | |
tree | 9a457f5136364371a39885a20f1d7aabd55be717 /libre | |
parent | e427937108dcbc10be60c1d666c52cde0b74e2b3 (diff) | |
download | abslibre-762b1bbfef89181a2f3101205aae32de1ef969c3.tar.gz abslibre-762b1bbfef89181a2f3101205aae32de1ef969c3.tar.bz2 abslibre-762b1bbfef89181a2f3101205aae32de1ef969c3.zip |
rmpkg: libre/kio-extras
it was originally blacklisted and replaced because it used to
have qt5-webengine in optdepends but it doesn't do anymore
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre')
-rw-r--r-- | libre/kio-extras/PKGBUILD | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/libre/kio-extras/PKGBUILD b/libre/kio-extras/PKGBUILD deleted file mode 100644 index 1c2f8877a..000000000 --- a/libre/kio-extras/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Andreas Grapentin <andreas@grapentin.org> -# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> -# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org> -# Contributor: André Silva <emulatorman@hyperbola.info> -# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> -# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> - -pkgname=kio-extras -pkgver=17.12.3 -pkgrel=2 -pkgrel+=".parabola1" -pkgdesc="Additional components to increase the functionality of KIO" -pkgdesc+=", without qt5-webengine support" -arch=(x86_64) -arch+=(i686 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=('7ad2df61267c274507b1ee8d592ba829ca7e60efda4a16ba301dabb26102d1c5' - '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_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} - |