desktop/plasma.conf

13 lines
493 B
Plaintext
Raw Normal View History

2014-06-22 18:56:52 +08:00
# the install prefix
PInstallPrefix="/usr"
# download location
PServer="http://download.kde.org/unstable/plasma/"
# Frameworks version
2014-07-05 05:43:30 +08:00
PVersion="4.98.0"
2014-06-22 18:56:52 +08:00
# Build type; can be one of Debug,Release and RelWithDebInfo
2014-07-07 03:15:23 +08:00
PBuildType="RelWithDebInfo -DQML_INSTALL_DIR=/usr/lib/qt5/qml -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules -DPLUGIN_INSTALL_DIR=/usr/lib/kf5/plugins -DQT_PLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins"
2014-06-22 18:56:52 +08:00
function getSum() {
awk "\$2 ~ /${1}-/ {print \$1}" ../plasma.sums ;
2014-06-22 18:56:52 +08:00
}