desktop/frameworks.conf

14 lines
530 B
Plaintext
Raw Normal View History

2014-01-16 07:32:40 +08:00
# the install prefix
KFInstallPrefix="/usr"
# download location
2014-07-05 05:43:30 +08:00
KFServer="http://download.kde.org/stable/frameworks/"
2014-07-07 03:15:23 +08:00
2014-01-16 07:32:40 +08:00
# Frameworks version
2014-09-17 05:34:26 +08:00
KFVersion="5.2.0"
2014-01-16 07:32:40 +08:00
# Build type; can be one of Debug,Release and RelWithDebInfo
KFBuildType="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 -DSYSCONF_INSTALL_DIR=/etc"
2014-01-16 07:32:40 +08:00
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
}