Skip to content
Snippets Groups Projects
Commit a3ea2e0b authored by Bart Ribbers's avatar Bart Ribbers Committed by Leo
Browse files

testing/eventviews: add missing qt5-qttools-static to makedepends

parent 5a0f80e6
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,12 @@ pkgdesc="Library for creating events" ...@@ -7,12 +7,12 @@ pkgdesc="Library for creating events"
arch="all !ppc64le !s390x" # Limited by akonadi-calendar -> kmailtransport -> libkgapi -> qt5-qtwebengine arch="all !ppc64le !s390x" # Limited by akonadi-calendar -> kmailtransport -> libkgapi -> qt5-qtwebengine
url="https://kontact.kde.org/" url="https://kontact.kde.org/"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
depends_dev="qt5-qtbase-dev akonadi-dev ki18n-dev kcodecs-dev kguiaddons-dev depends_dev="qt5-qtbase-dev qt5-qttools-static akonadi-dev ki18n-dev kcodecs-dev kguiaddons-dev
kiconthemes-dev kservice-dev kcompletion-dev kholidays-dev kdiagram-dev kiconthemes-dev kservice-dev kcompletion-dev kholidays-dev kdiagram-dev
libkdepim-dev kcalutils-dev kcalcore-dev calendarsupport-dev libkdepim-dev kcalutils-dev kcalcore-dev calendarsupport-dev
akonadi-calendar-dev kmime-dev" akonadi-calendar-dev kmime-dev"
makedepends="$depends_dev extra-cmake-modules" makedepends="$depends_dev extra-cmake-modules"
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" source="https://download.kde.org/stable/applications/$pkgver/src/eventviews-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-lang" subpackages="$pkgname-dev $pkgname-lang"
build() { build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment