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