desktop/plasma.conf

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 ;
}