diff options
Diffstat (limited to 'scripts/kde-buildrc')
-rw-r--r-- | scripts/kde-buildrc | 8 |
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" |