systemsettings fix deps

This commit is contained in:
AlmAck 2018-07-02 21:40:02 +02:00
parent 5927b93aa1
commit 2d835d44cc
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#
# These are the building "groups" or "package lists"
# (or stages").
# GitLab-CI:0
# GitLab-CI:1
bluedevil
polkit-kde-agent

View File

@ -7,8 +7,8 @@ pkgdesc='KDE system settings'
arch=('x86_64')
url='https://projects.kde.org/projects/kde/workspace/systemsettings'
license=('LGPL')
depends=(kirigami2 kcmutils kactivities-stats qt5-quickcontrols)
makedepends=(extra-cmake-modules kdoctools python3 khtml)
depends=(kactivities-stats plasma-workspace)
makedepends=(extra-cmake-modules kdoctools khtml)
groups=('plasma')
options=("debug")
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})