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