|
|
@ -46,7 +46,7 @@ COMPRESSLOGS="no"
|
|
|
|
|
|
|
|
|
|
|
|
# Whether or not you want to compile and install the tdesupport module.
|
|
|
|
# Whether or not you want to compile and install the tdesupport module.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
USEKDESUPPORT="yes"
|
|
|
|
USETDESUPPORT="yes"
|
|
|
|
|
|
|
|
|
|
|
|
# Add modules you want to get compiled to this space-seperated list. Note that
|
|
|
|
# Add modules you want to get compiled to this space-seperated list. Note that
|
|
|
|
# you don't have to mention the fundamental modules 'arts, 'tdesupport',
|
|
|
|
# you don't have to mention the fundamental modules 'arts, 'tdesupport',
|
|
|
@ -109,7 +109,7 @@ ANONSVNROOT="svn://anonsvn.kde.org/home/kde"
|
|
|
|
# you can specify a module specific branch in through PATH_ARTS
|
|
|
|
# you can specify a module specific branch in through PATH_ARTS
|
|
|
|
#
|
|
|
|
#
|
|
|
|
SUBDIR="/trunk/KDE/@MODULE@"
|
|
|
|
SUBDIR="/trunk/KDE/@MODULE@"
|
|
|
|
SUBDIR_KDESUPPORT=/trunk/tdesupport
|
|
|
|
SUBDIR_TDESUPPORT=/trunk/tdesupport
|
|
|
|
for esubdir in libs multimedia sysadmin office addons graphics network pim toys utils; do
|
|
|
|
for esubdir in libs multimedia sysadmin office addons graphics network pim toys utils; do
|
|
|
|
var=SUBDIR_EXTRAGEAR_`echo $esubdir | tr 'a-z' 'A-Z'`
|
|
|
|
var=SUBDIR_EXTRAGEAR_`echo $esubdir | tr 'a-z' 'A-Z'`
|
|
|
|
eval "$var=/trunk/extragear/$esubdir"
|
|
|
|
eval "$var=/trunk/extragear/$esubdir"
|
|
|
@ -159,7 +159,7 @@ INCREMENTAL_BUILD="yes"
|
|
|
|
# be replaced with underscores.
|
|
|
|
# be replaced with underscores.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
CONFIGUREFLAGS="--enable-debug --disable-closure"
|
|
|
|
CONFIGUREFLAGS="--enable-debug --disable-closure"
|
|
|
|
# example: CONFIGUREFLAGS_KDEPIM="$CONFIGUREFLAGS --enable-debug=full"
|
|
|
|
# example: CONFIGUREFLAGS_TDEPIM="$CONFIGUREFLAGS --enable-debug=full"
|
|
|
|
# example: CONFIGUREFLAGS_KDEEXTRAGEAR_2="$CONFIGUREFLAGS --without-java"
|
|
|
|
# example: CONFIGUREFLAGS_KDEEXTRAGEAR_2="$CONFIGUREFLAGS --without-java"
|
|
|
|
|
|
|
|
|
|
|
|
# Set it to the path for unsermake if you want to test it instead of
|
|
|
|
# Set it to the path for unsermake if you want to test it instead of
|
|
|
|