mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 11:04:36 +08:00
systemsettings fix deps
This commit is contained in:
parent
5927b93aa1
commit
2d835d44cc
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# These are the building "groups" or "package lists"
|
# These are the building "groups" or "package lists"
|
||||||
# (or stages").
|
# (or stages").
|
||||||
# GitLab-CI:0
|
# GitLab-CI:1
|
||||||
|
|
||||||
bluedevil
|
bluedevil
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
|
@ -7,8 +7,8 @@ pkgdesc='KDE system settings'
|
|||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://projects.kde.org/projects/kde/workspace/systemsettings'
|
url='https://projects.kde.org/projects/kde/workspace/systemsettings'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=(kirigami2 kcmutils kactivities-stats qt5-quickcontrols)
|
depends=(kactivities-stats plasma-workspace)
|
||||||
makedepends=(extra-cmake-modules kdoctools python3 khtml)
|
makedepends=(extra-cmake-modules kdoctools khtml)
|
||||||
groups=('plasma')
|
groups=('plasma')
|
||||||
options=("debug")
|
options=("debug")
|
||||||
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
|
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||||
|
Loading…
Reference in New Issue
Block a user