summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-16 08:13:31 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-16 08:13:31 +0100
commit0c5b0a7d144e6fd77f31a4d2a630dbbdc24e83fc (patch)
tree0f56c3a8bbbe63f3be38c96083bad623fff5a8e1 /libre
parent880bda8f40552a88b908bde5a6b1bf1ff7316f8e (diff)
downloadabslibre-0c5b0a7d144e6fd77f31a4d2a630dbbdc24e83fc.tar.gz
abslibre-0c5b0a7d144e6fd77f31a4d2a630dbbdc24e83fc.tar.bz2
abslibre-0c5b0a7d144e6fd77f31a4d2a630dbbdc24e83fc.zip
libre/kio: removed accidentally added files
Diffstat (limited to 'libre')
-rw-r--r--libre/kio/PKGBUILD?h=packages%2Fkio47
1 files changed, 0 insertions, 47 deletions
diff --git a/libre/kio/PKGBUILD?h=packages%2Fkio b/libre/kio/PKGBUILD?h=packages%2Fkio
deleted file mode 100644
index 31a79ced8..000000000
--- a/libre/kio/PKGBUILD?h=packages%2Fkio
+++ /dev/null
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
-# Maintainer: Antonio Rojas <arojas@archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=kio
-pkgver=5.42.0
-pkgrel=1
-pkgdesc='Resource and network access abstraction'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(solid kjobwidgets kbookmarks libxslt kwallet desktop-file-utils)
-makedepends=(extra-cmake-modules kdoctools python doxygen qt5-tools)
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave'
- 'knetattach: to add new kio-remote entries')
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
- kdebug-352776.patch::"https://cgit.kde.org/kio.git/patch/?id=248941a0")
-sha256sums=('ec1d0ef9523661614f347e3c99efe98813d0fab92e8fdb4a995685d013524694'
- 'SKIP'
- '27231fbc2018caba19724a03b9ece21215bfb8d37d8cfe4e3b09095b4630f250')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
-
-prepare() {
- mkdir -p build
-
- cd $pkgname-$pkgver
- patch -p1 -i ../kdebug-352776.patch # Fix file chooser layout with Qt 5.10
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}