mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:37:15 +08:00
well.. seems plasma-workspace cmake already handle globalaccel case, but update something for it
This commit is contained in:
parent
b18e2072cb
commit
22913403be
@ -9,7 +9,7 @@ pkgdesc='KDE Plasma Workspace'
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
|
||||
license=('LGPL')
|
||||
depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
|
||||
depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland' 'kglobalaccel>=5.7.0'
|
||||
'libksysguard' 'libkscreen-kf5' 'ktexteditor' 'libqalculate'
|
||||
'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'xorg-apps' 'xorg-utils')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo-kf5' 'krunner')
|
||||
@ -30,13 +30,7 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgbase}-${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DLIBEXEC_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF
|
||||
cmake_kf5 ../${pkgbase}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# the install prefix
|
||||
PInstallPrefix="/usr"
|
||||
# download location
|
||||
PServer="http://download.kde.org/unstable/plasma/"
|
||||
PServer="http://download.kde.org/stable/plasma/"
|
||||
# Frameworks version
|
||||
PVersion="5.2.0"
|
||||
PSubVersion="5.2.0"
|
||||
@ -18,6 +18,7 @@ function cmake_kf5() {
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DLIBEXEC_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON "$@"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user