aboutsummaryrefslogtreecommitdiffstats
path: root/community/kio/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-09-02 16:33:01 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-02 12:10:34 -0300
commitbbf92ab348126bb236686f3df1b3c7493677007e (patch)
treea6312b988bef48ecee4e59531c30a4959d5a5013 /community/kio/APKBUILD
parentf29a403196e2a507868d25400ab58acc4bb9a182 (diff)
downloadaports-bbf92ab348126bb236686f3df1b3c7493677007e.tar.bz2
aports-bbf92ab348126bb236686f3df1b3c7493677007e.tar.xz
community/kio: fix nullpointer causing crash in testing/dolphin
Diffstat (limited to 'community/kio/APKBUILD')
-rw-r--r--community/kio/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/kio/APKBUILD b/community/kio/APKBUILD
index 33d926f2ef..bca49bf00b 100644
--- a/community/kio/APKBUILD
+++ b/community/kio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kio
pkgver=5.61.0
-pkgrel=0
+pkgrel=1
pkgdesc="Resource and network access abstraction"
arch="all"
url="https://community.kde.org/Frameworks"
@@ -14,7 +14,8 @@ depends_dev="qt5-qtscript-dev karchive-dev kconfig-dev kcoreaddons-dev
knotifications-dev"
makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev libxslt-dev libxml2-dev kdoctools-dev"
checkdepends="xvfb-run"
-source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kio-$pkgver.tar.xz
+ D23670.patch"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
options="!check" # Fails due to requiring physical devices not normally available and test 14 hangs
@@ -34,4 +35,5 @@ check() {
package() {
DESTDIR="$pkgdir" make install
}
-sha512sums="ae744e393fc0466b1221fb97db030782af1bd60724e1d4033b88e577fd516fe6ebfe9367e13ea9818da57cfb84375aa8ce5c2d69829ebdc754343bcdd2d65f44 kio-5.61.0.tar.xz"
+sha512sums="ae744e393fc0466b1221fb97db030782af1bd60724e1d4033b88e577fd516fe6ebfe9367e13ea9818da57cfb84375aa8ce5c2d69829ebdc754343bcdd2d65f44 kio-5.61.0.tar.xz
+ca4262f0e702b4b1dcf5ffd95c2ea2ae70cc217a62e4473500f9252a9c05fb6a6fff32ff8ff4aab249ac8ecc91fc169358090710b8fe43adff368a9a5c57d2dc D23670.patch"