diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-03-01 14:46:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-01 12:32:17 -0300 |
commit | ae79d5ae7d3c81cdfb72fee0f9f0a05befd54ec8 (patch) | |
tree | e9d8555f2b41290531928d363719bcc9b5367540 /community/kirigami2 | |
parent | 4f8c2bd9462280a26f3e7aad88861dfe29d10678 (diff) | |
download | aports-ae79d5ae7d3c81cdfb72fee0f9f0a05befd54ec8.tar.bz2 aports-ae79d5ae7d3c81cdfb72fee0f9f0a05befd54ec8.tar.xz |
community/kirigami2: add missing dep on qt5-qtquickcontrols2
Fixes #11266 (and more packages that depend on Kirigami directly and thus indirectly on qt5-qtquickcontrols2).
Diffstat (limited to 'community/kirigami2')
-rw-r--r-- | community/kirigami2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kirigami2/APKBUILD b/community/kirigami2/APKBUILD index ae704f3cd3..5a5245cd88 100644 --- a/community/kirigami2/APKBUILD +++ b/community/kirigami2/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kirigami2 pkgver=5.67.0 -pkgrel=1 +pkgrel=2 pkgdesc="A QtQuick based components set" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" license="LGPL-2.0-only" -depends="qt5-qtgraphicaleffects" +depends="qt5-qtgraphicaleffects qt5-qtquickcontrols2" depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev qt5-qtquickcontrols2-dev kcoreaddons-dev kconfig-dev kwindowsystem-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kirigami2-$pkgver.tar.xz" |