mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 07:34:35 +08:00
Merge branch 'testing' of ssh://git.chakraos.org:86/desktop into testing
This commit is contained in:
commit
15f7754a4a
@ -3,7 +3,7 @@ source ../plasma.conf
|
|||||||
|
|
||||||
pkgname=plasma-desktop
|
pkgname=plasma-desktop
|
||||||
pkgver=${PVersion}
|
pkgver=${PVersion}
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='KDE Plasma Desktop'
|
pkgdesc='KDE Plasma Desktop'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.kde.org/workspaces/plasmadesktop/'
|
url='https://www.kde.org/workspaces/plasmadesktop/'
|
||||||
@ -12,11 +12,13 @@ depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-agent-frameworks' 'libc
|
|||||||
'kwin' 'kpeople' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard' 'breeze' 'krunner'
|
'kwin' 'kpeople' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard' 'breeze' 'krunner'
|
||||||
#sddm can be removed as a dependency in the future, only added here to automate the switch to Plasma 5
|
#sddm can be removed as a dependency in the future, only added here to automate the switch to Plasma 5
|
||||||
'sddm-kcm')
|
'sddm-kcm')
|
||||||
makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'baloo-kf5')
|
makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'baloo-kf5' 'xf86-input-synaptics' 'xorg-server-devel')
|
||||||
optdepends=('plasma-nm: Network manager applet')
|
optdepends=('plasma-nm: Network manager applet'
|
||||||
|
'xf86-input-synaptics: Manage touchpad')
|
||||||
checkdepends=("cmake")
|
checkdepends=("cmake")
|
||||||
replaces=('kde-workspace')
|
provides=("kcm-touchpad-kf5=${pkgver}")
|
||||||
conflicts=('kde-workspace' 'kde-baseapps-kdepasswd')
|
replaces=('kde-workspace' 'kcm-touchpad-kf5<=5.2.0')
|
||||||
|
conflicts=('kde-workspace' 'kde-baseapps-kdepasswd' 'kcm-touchpad-kf5<=5.2.0')
|
||||||
groups=('plasma')
|
groups=('plasma')
|
||||||
options=("debug")
|
options=("debug")
|
||||||
source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz")
|
source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz")
|
||||||
|
Loading…
Reference in New Issue
Block a user