mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
15 lines
574 B
Plaintext
15 lines
574 B
Plaintext
# the install prefix
|
|
PInstallPrefix="/usr"
|
|
# download location
|
|
PServer="http://download.kde.org/stable/plasma/"
|
|
# Frameworks version
|
|
PVersion="5.1.0"
|
|
PSubVersion="5.1.0.1"
|
|
|
|
# Build type; can be one of Debug,Release and RelWithDebInfo
|
|
PBuildType="RelWithDebInfo -DQML_INSTALL_DIR=/usr/lib/qt5/qml -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules -DPLUGIN_INSTALL_DIR=/usr/lib/kf5/plugins -DQT_PLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins -DSYSCONF_INSTALL_DIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
|
|
|
|
function getSum() {
|
|
awk "\$2 ~ /${1}-/ {print \$1}" ../plasma.sums ;
|
|
}
|