mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
# the install prefix
|
|
PInstallPrefix="/usr"
|
|
# download location
|
|
PServer="http://download.kde.org/unstable/plasma/"
|
|
# Frameworks version
|
|
PVersion="4.97.0"
|
|
# Build type; can be one of Debug,Release and RelWithDebInfo
|
|
PBuildType="RelWithDebInfo"
|
|
|
|
function getSum() {
|
|
awk "\$2 ~ /${1}-/ {print \$1}" ../plasma.sums ;
|
|
}
|