mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:57:13 +08:00
fix circular dep between kde-cli-tools and plasma-workspace
This commit is contained in:
parent
20ff4df3f8
commit
d92e31b22a
@ -7,8 +7,8 @@ pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
|
||||
license=('LGPL')
|
||||
depends=(kdesu kcmutils kinit kactivities)
|
||||
makedepends=(extra-cmake-modules python3 kdoctools plasma-workspace)
|
||||
depends=(kdesu kcmutils kinit kactivities plasma-workspace)
|
||||
makedepends=(extra-cmake-modules python3 kdoctools)
|
||||
checkdepends=("cmake")
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
# These are the building "groups" or "package lists"
|
||||
# (or stages").
|
||||
# GitLab-CI:1
|
||||
# GitLab-CI:2
|
||||
|
||||
bluedevil
|
||||
polkit-kde-agent
|
||||
|
Loading…
Reference in New Issue
Block a user