aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-10-11 23:47:33 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-10-11 19:18:54 -0300
commit6a20f6701f3bbc60ba4679d89706007fbf1e8e6d (patch)
tree5ba0b4b73d446c28e08e2e3c626ff69b5d839e35 /testing
parentbf1b38c7fc1a591f32210e4bd37b6bf82568c856 (diff)
downloadaports-6a20f6701f3bbc60ba4679d89706007fbf1e8e6d.tar.bz2
aports-6a20f6701f3bbc60ba4679d89706007fbf1e8e6d.tar.xz
testing/calendarsupport: add missing qt5-qttools-static to makedepends
Diffstat (limited to 'testing')
-rw-r--r--testing/calendarsupport/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/calendarsupport/APKBUILD b/testing/calendarsupport/APKBUILD
index 18c6e8bfe1..992b0aa130 100644
--- a/testing/calendarsupport/APKBUILD
+++ b/testing/calendarsupport/APKBUILD
@@ -8,8 +8,8 @@ arch="all !ppc64le !s390x" # Limited by akonadi-calendar-dev -> kmailtransport -
url="https://kontact.kde.org"
license="GPL-2.0-or-later AND LGPL-2.0-or-later"
depends_dev="qt5-qtbase-dev akonadi-dev ki18n-dev kiconthemes-dev kguiaddons-dev kio-dev kmime-dev akonadi-mime-dev kcodecs-dev kcalutils-dev kcalcore-dev kidentitymanagement-dev kholidays-dev akonadi-calendar-dev pimcommon-dev kdepim-apps-libs-dev"
-makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev"
-source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev qt5-qttools-static"
+source="https://download.kde.org/stable/applications/$pkgver/src/calendarsupport-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-lang"
build() {