aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Smith <ollieparanoid@postmarketos.org>2020-10-11 13:41:58 +0200
committerAndy Postnikov <apostnikov@gmail.com>2020-10-11 15:59:34 +0000
commiteead4800884ec75f0d2e0a654fe3448ed8d32cbd (patch)
tree977a67dd7099fdf476460b8160ace4b5bbe2b417
parentb472b08b3138dd53e873ef899c0b00ce3c8b134a (diff)
downloadalpine_aports-eead4800884ec75f0d2e0a654fe3448ed8d32cbd.tar.bz2
alpine_aports-eead4800884ec75f0d2e0a654fe3448ed8d32cbd.tar.xz
alpine_aports-eead4800884ec75f0d2e0a654fe3448ed8d32cbd.zip
community/kio-extras: rebuild against kdsoap 1.9.1
Disable arches s390x, ppc64le due to missing khtml-dev. Fix for: ERROR: unable to select packages: so:libkdsoap.so.1.9.0 (no such package): required by: kio-extras-20.08.1-r0[so:libkdsoap.so.1.9.0]
-rw-r--r--community/kio-extras/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kio-extras/APKBUILD b/community/kio-extras/APKBUILD
index 040fb68cc5..e33a9a6c52 100644
--- a/community/kio-extras/APKBUILD
+++ b/community/kio-extras/APKBUILD
@@ -2,8 +2,8 @@
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=kio-extras 3pkgname=kio-extras
4pkgver=20.08.1 4pkgver=20.08.1
5pkgrel=0 5pkgrel=1
6arch="all !armhf" # armhf blocked by extra-cmake-modules 6arch="all !armhf !ppc64le !s390x" # armhf: extra-cmake-modules, ppc64le, s390x: khtml-dev
7url="https://www.kde.org/applications/internet/" 7url="https://www.kde.org/applications/internet/"
8pkgdesc="Additional components to increase the functionality of KIO" 8pkgdesc="Additional components to increase the functionality of KIO"
9license="GPL-2.0-or-later (LGPL-2.1-only OR LGPL-3.0-only)" 9license="GPL-2.0-or-later (LGPL-2.1-only OR LGPL-3.0-only)"