diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:46 -0600 |
commit | f6940565c7179a41f70b38e8c6664f45ba07e399 (patch) | |
tree | 0a975659b84d02f16b2c4637208142aa4f323f61 /scripts/kde-buildrc | |
parent | b3e897824c5a4735d8363123db1419b6179eb5e3 (diff) | |
download | tdesdk-f6940565c7179a41f70b38e8c6664f45ba07e399.tar.gz tdesdk-f6940565c7179a41f70b38e8c6664f45ba07e399.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'scripts/kde-buildrc')
-rw-r--r-- | scripts/kde-buildrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kde-buildrc b/scripts/kde-buildrc index 51489e10..d2225ed5 100644 --- a/scripts/kde-buildrc +++ b/scripts/kde-buildrc @@ -46,7 +46,7 @@ COMPRESSLOGS="no" # 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 # 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 # 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 var=SUBDIR_EXTRAGEAR_`echo $esubdir | tr 'a-z' 'A-Z'` eval "$var=/trunk/extragear/$esubdir" @@ -159,7 +159,7 @@ INCREMENTAL_BUILD="yes" # be replaced with underscores. # 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" # Set it to the path for unsermake if you want to test it instead of |