diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-06-24 09:29:46 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-24 07:56:07 -0300 |
commit | bd9ca37a61e90309547baafa97a46f139c332510 (patch) | |
tree | 011103ef0f66b1ee435a961e571a7a0e530f1181 /testing/plasma-integration | |
parent | 79dace09a84124421b5a02589133f91386a47a5c (diff) | |
download | aports-bd9ca37a61e90309547baafa97a46f139c332510.tar.bz2 aports-bd9ca37a61e90309547baafa97a46f139c332510.tar.xz |
testing/plasma-integration: add qqc2-desktop-style to depends
Diffstat (limited to 'testing/plasma-integration')
-rw-r--r-- | testing/plasma-integration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/plasma-integration/APKBUILD b/testing/plasma-integration/APKBUILD index 07ae546275..571049c20f 100644 --- a/testing/plasma-integration/APKBUILD +++ b/testing/plasma-integration/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-integration pkgver=5.16.1 -pkgrel=0 +pkgrel=1 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" arch="all" url="https://www.kde.org/workspaces/plasmadesktop/" license="(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))" -depends="font-noto" +depends="font-noto ttf-hack qqc2-desktop-style" makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtx11extras-dev qt5-qtquickcontrols2-dev kconfig-dev kconfigwidgets-dev ki18n-dev kiconthemes-dev kio-dev knotifications-dev kwayland-dev kwidgetsaddons-dev kwindowsystem-dev kconfigwidgets-dev breeze-dev libxcursor-dev" checkdepends="xvfb-run" source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" |