summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMladen Milinkovic2019-07-06 05:33:35 +0200
committerMladen Milinkovic2019-07-06 05:34:24 +0200
commit2bbdbbdee514a2f9ccbd0d3cd30d8d9a0be2df11 (patch)
tree99c4185db812a610a9fe66cb290aec86092013b3
parentb2474d79d2a218f57dc5eff39f5d9f044dc65194 (diff)
downloadaur-2bbdbbdee514a2f9ccbd0d3cd30d8d9a0be2df11.tar.gz
Removed kdoctools build.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8560f1183201..6dc3d9f1b787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-kio
pkgdesc = Resource and network access abstraction (mingw-w64)
pkgver = 5.45.0
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = any
groups = mingw-w64-kf5
@@ -12,8 +12,6 @@ pkgbase = mingw-w64-kio
depends = mingw-w64-kjobwidgets
depends = mingw-w64-kbookmarks
depends = mingw-w64-libxslt
- depends = mingw-w64-kwallet
- depends = mingw-w64-desktop-file-utils
depends = mingw-w64-qt5-script
optdepends = mingw-w64-kio-extras: extra protocols support (sftp, fish and more)
optdepends = kdoctools: for the help kioslave
diff --git a/PKGBUILD b/PKGBUILD
index fd5f17e310c0..662169ca49d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=kio
pkgname=mingw-w64-$_pkgname
pkgver=5.45.0
-pkgrel=1
+pkgrel=2
arch=(any)
pkgdesc="Resource and network access abstraction (mingw-w64)"
license=("LGPL")
@@ -19,6 +19,12 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
+prepare() {
+ cd $_pkgname-$pkgver
+ # remove doctools stuff
+ sed -e '/find_package.*KF5DocTools/d;/kdoctools_install/d' -i CMakeLists.txt
+}
+
build() {
cd $_pkgname-$pkgver
for _arch in ${_architectures}; do