mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 04:27:15 +08:00
recompile plasma-desktop with touchpad support
This commit is contained in:
parent
1f912ae2ba
commit
2d11766270
@ -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")
|
||||||
|
@ -24,7 +24,7 @@ eff933bf37dd83b020ac6f84ed5c631c51550b2b863bcad92307d770cbb6e815 libkscreen-5.2
|
|||||||
2f68a7fe04f07c48ab5591ea56665e8c6c0558cb482c70a8a2e505719696ba19 muon-5.2.95.tar.xz
|
2f68a7fe04f07c48ab5591ea56665e8c6c0558cb482c70a8a2e505719696ba19 muon-5.2.95.tar.xz
|
||||||
4a62654f367b33f9047c8643e1b29a60712ca1a8d26c2bd8a5ee68774a18abc2 oxygen-5.2.95.tar.xz
|
4a62654f367b33f9047c8643e1b29a60712ca1a8d26c2bd8a5ee68774a18abc2 oxygen-5.2.95.tar.xz
|
||||||
7afc6e02377cb2328fee9100c01f4e1941b76947c1f44ddb815775677545db13 oxygen-fonts-5.2.95.tar.xz
|
7afc6e02377cb2328fee9100c01f4e1941b76947c1f44ddb815775677545db13 oxygen-fonts-5.2.95.tar.xz
|
||||||
748546306f3fad3d51e973e31cdf4904d8efccf865db697b474e175f2bc4dfff plasma-desktop-5.2.95.tar.xz
|
9bbf404df7db666d691b269d475d18d0ba55a35a4a37a68f51980be139ab9adf plasma-desktop-5.2.95.tar.xz
|
||||||
c2e77c8568a39203b60d8a16e29ed4200fac7fa37a3f59ea83d956c49a7331ae plasma-mediacenter-5.2.95.tar.xz
|
c2e77c8568a39203b60d8a16e29ed4200fac7fa37a3f59ea83d956c49a7331ae plasma-mediacenter-5.2.95.tar.xz
|
||||||
8a391ed3e2f5e25eb1db1a3ccb08ac9c619c928e7d43d02fdc881fbb95f4da5c plasma-nm-5.2.95.tar.xz
|
8a391ed3e2f5e25eb1db1a3ccb08ac9c619c928e7d43d02fdc881fbb95f4da5c plasma-nm-5.2.95.tar.xz
|
||||||
cb41435c14f9b3d0776048a5f287bb3d50ea9fc6dabfec15e1d24d0af4b1e1f9 plasma-sdk-5.2.95.tar.xz
|
cb41435c14f9b3d0776048a5f287bb3d50ea9fc6dabfec15e1d24d0af4b1e1f9 plasma-sdk-5.2.95.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user