desktop/frameworks.conf

13 lines
329 B
Plaintext
Raw Normal View History

2014-01-16 07:32:40 +08:00
# the install prefix
KFInstallPrefix="/usr"
# download location
KFServer="http://download.kde.org/unstable/frameworks/"
# Frameworks version
2014-06-22 05:34:50 +08:00
KFVersion="4.100.0"
2014-01-16 07:32:40 +08:00
# Build type; can be one of Debug,Release and RelWithDebInfo
KFBuildType="RelWithDebInfo"
2014-06-22 05:34:50 +08:00
function getSum() {
2014-06-22 06:19:49 +08:00
awk "\$2 ~ /${1}-/ {print \$1}" ../frameworks.sums ;
2014-06-22 05:34:50 +08:00
}