summaryrefslogtreecommitdiffstats
path: root/scripts/kde-buildrc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:55 -0600
commit78a14fe575048e318a9c4403cb42060b17946883 (patch)
treec3f3c4d9a229752bb371ccbd45ec3f488276a950 /scripts/kde-buildrc
parentbd3922c07c6753c5cb6ceeb6df8c6edae1183d2d (diff)
downloadtdesdk-78a14fe575048e318a9c4403cb42060b17946883.tar.gz
tdesdk-78a14fe575048e318a9c4403cb42060b17946883.zip
Additional kde to tde renaming
Diffstat (limited to 'scripts/kde-buildrc')
-rw-r--r--scripts/kde-buildrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/kde-buildrc b/scripts/kde-buildrc
index e3e31d14..51489e10 100644
--- a/scripts/kde-buildrc
+++ b/scripts/kde-buildrc
@@ -44,12 +44,12 @@ KDELOGDIR="$KDESRCDIR/log"
#
COMPRESSLOGS="no"
-# Whether or not you want to compile and install the kdesupport module.
+# Whether or not you want to compile and install the tdesupport module.
#
USEKDESUPPORT="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, 'kdesupport',
+# you don't have to mention the fundamental modules 'arts, 'tdesupport',
# 'kdelibs' and 'kdebase' here since the kde-build script will care about them
# automatically.
# See http://wiki.kdenews.org/tiki-index.php?page=KDE+CVS+Structure for a list
@@ -57,7 +57,7 @@ USEKDESUPPORT="yes"
KDEMODULES="kdetoys"
-#KDEMODULES="kdeaccessibility kdeadmin kdeartwork kdebindings kdeedu kdegames kdegraphics kdemultimedia kdenetwork kdepim kdesdk kdetoys kdeutils kdeaddons kdevelop kdewebdev koffice"
+#KDEMODULES="kdeaccessibility kdeadmin kdeartwork kdebindings kdeedu tdegames kdegraphics kdemultimedia kdenetwork tdepim kdesdk kdetoys kdeutils kdeaddons kdevelop kdewebdev koffice"
#KDEMODULES="$KDEMODULES extragear-libs extragear-multimedia extragear-sysadmin extragear-office extragear-addons extragear-graphics extragear-network extragear-pim extragear-toys extragear-utils"
@@ -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/kdesupport
+SUBDIR_KDESUPPORT=/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"