diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | eb4a2bcdc03599636b17fe199beb2b8357600a2b (patch) | |
tree | 1ba67e31bcc35ee0ef20dad82edcf7c7154bda2e /scripts/kdesvn-build | |
parent | 4b0c424136a25110054ba5691ea03350cdeaa303 (diff) | |
download | tdesdk-eb4a2bcdc03599636b17fe199beb2b8357600a2b.tar.gz tdesdk-eb4a2bcdc03599636b17fe199beb2b8357600a2b.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'scripts/kdesvn-build')
-rwxr-xr-x | scripts/kdesvn-build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kdesvn-build b/scripts/kdesvn-build index b0389d52..706c755a 100755 --- a/scripts/kdesvn-build +++ b/scripts/kdesvn-build @@ -1432,7 +1432,7 @@ sub setup_default_modules() -dlopen-opengl), 'apply-qt-patches' => 'true', -# See setup_kde35_hack() for why this option is here. +# See setup_trinity5_hack() for why this option is here. 'module-base-path' => 'branches/qt/3.3', 'use-qt-builddir-hack' => 'true', @@ -4170,7 +4170,7 @@ EOF # This subroutine sets up or removes the default branch option for a few # modules in order to build KDE 3.5 by default. branch options in the # configuration file will still override these settings. -sub setup_kde35_hack +sub setup_trinity5_hack { my @branched_modules = qw/kde-common kdeaccessibility kdeaddons kdeadmin kdeartwork kdebase kdebindings kdeedu kdegames kdegraphics kdelibs @@ -4201,7 +4201,7 @@ eval { # Note to self: Quit changing the order around. process_arguments(); # Process --help, --install, etc. first. - setup_kde35_hack(); # Add 'branch' options as appropriate. + setup_trinity5_hack(); # Add 'branch' options as appropriate. read_options(); # If we're still here, read the options initialize_environment(); # Initialize global env vars. |