diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 19:00:40 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 19:00:40 -0500 |
commit | 8d740ff03303f59a0098816aeac7854352f7628d (patch) | |
tree | 5e85477d6a37c4a7688563444b3a924674fe3c48 /scripts | |
parent | 65b9cbcc34d984c176b55d04f0ddd9f95f92249a (diff) | |
download | tdesdk-8d740ff03303f59a0098816aeac7854352f7628d.tar.gz tdesdk-8d740ff03303f59a0098816aeac7854352f7628d.zip |
Branding cleanup: KDE -> TDE.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/README | 2 | ||||
-rwxr-xr-x | scripts/kdemangen.pl | 2 | ||||
-rw-r--r-- | scripts/tdesvn-buildrc-sample | 32 |
3 files changed, 18 insertions, 18 deletions
diff --git a/scripts/README b/scripts/README index 211dc18e..6bbc0d80 100644 --- a/scripts/README +++ b/scripts/README @@ -75,7 +75,7 @@ completions/ Contains useful scripts to enhance the auto-complete feature of som === INFORMATION EXTRACTION alldcop.rb Shows an pseudo-XML representation of the DCOP interfaces for - currently-running KDE applications. Does not require + currently-running TDE applications. Does not require Korundum. authors2xml.pl Extract author information from C++ files and print it out diff --git a/scripts/kdemangen.pl b/scripts/kdemangen.pl index d5e23699..78e69672 100755 --- a/scripts/kdemangen.pl +++ b/scripts/kdemangen.pl @@ -44,7 +44,7 @@ # 3 run "man ./kstars.1" to check out the generated page.. # PROBLEMS: -# Only works for full KDE applications that use KCmdLineArgs ( +# Only works for full TDE applications that use KCmdLineArgs ( # inherent to my approach, but most KDE apps fulfill this requirement # ) diff --git a/scripts/tdesvn-buildrc-sample b/scripts/tdesvn-buildrc-sample index c54bb18f..d62c8b56 100644 --- a/scripts/tdesvn-buildrc-sample +++ b/scripts/tdesvn-buildrc-sample @@ -9,15 +9,15 @@ global # binpath controls the value of the PATH environment variable during # compilation. If you have unusual tools that need to be in the path to build -# KDE, add them here. KDE's and Qt's programs are automatically added. +# TDE, add them here. TDE's and Qt's programs are automatically added. binpath /bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin # binpath /usr/lib/ccache/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin -# This is the directory that your KDE sources are downloaded to. This +# This is the directory that your TDE sources are downloaded to. This # directory also holds the build and log directories by default. # source-dir ~/tdesvn -# This is the Qt installation to use to build KDE. The default is qt-copy +# This is the Qt installation to use to build TDE. The default is qt-copy # from Subversion. qtdir ~/tdesvn/build/qt-copy @@ -25,7 +25,7 @@ global # 4.x). If so, assign the qtdir option appropriately. # qtdir /path/to/system/qt -# This is the Subversion server to download the KDE sources from. Developers: +# This is the Subversion server to download the TDE sources from. Developers: # Don't forget to add your username to the URL if necessary! # svn-server svn://anonsvn.kde.org/home/kde @@ -34,7 +34,7 @@ global # after these flags to allow the module setting to override the global setting. configure-flags --enable-debug -# These are the compilation flags to use by default when compiling KDE. +# These are the compilation flags to use by default when compiling TDE. # gcc supports a -march option in order to generate specific code for pentium4, athlon-xp, # etc. See the gcc man page for more information. cxxflags -pipe @@ -60,12 +60,12 @@ global # absolute path if you'd like (begin the path with a slash). # build-dir build -# This is the directory that KDE will end up installed at. The default is -# appropriate for a single-user installation of KDE, which requires no root +# This is the directory that TDE will end up installed at. The default is +# appropriate for a single-user installation of TDE, which requires no root # permissions. If you'd like, you can install and use the sudo program to -# install KDE anywhere on your system, in conjunction with the +# install TDE anywhere on your system, in conjunction with the # make-install-prefix option. -# tdedir ~/kde +# tdedir ~/.trinity # # You can overwrite the installation directory for a given module using # the per-module "prefix" option. Note that when doing this you need to @@ -73,7 +73,7 @@ global # and that you should use separate test users or TDEHOME values to separate # the ksycoca databases. Only set prefix if you know what you're doing. -# If you would like install KDE to the system (DO NOT INSTALL *over* a prior +# If you would like install TDE to the system (DO NOT INSTALL *over* a prior # installation!), then you'll probably need to use sudo to install everything. # make-install-prefix sudo @@ -100,7 +100,7 @@ module qt-copy module-base-path branches/qt/3.3 end module -# arts is the KDE sound library. +# arts is the TDE sound library. module arts end module @@ -109,7 +109,7 @@ end module module tdesupport end module -# tdelibs are the base KDE libraries needed by all KDE applications. +# tdelibs are the base TDE libraries needed by all TDE applications. module tdelibs configure-flags --enable-sendfile --enable-mitshm @@ -124,7 +124,7 @@ module tdebase configure-flags --with-pam --with-shadow end module -# tdemultimedia contains JuK, noatun, Kaboodle, and other KDE multimedia +# tdemultimedia contains JuK, noatun, Kaboodle, and other TDE multimedia # applications. It does not include amarok, which is in extragear/multimedia module tdemultimedia end module @@ -145,7 +145,7 @@ module tdeadmin end module # tdebindings is useful for software developers, and for those who wish to run -# some KDE programs that don't use C++. The python bindings are not included +# some TDE programs that don't use C++. The python bindings are not included # by default as they never build for me. If you'd like to build all the # bindings, comment out the checkout-only option below. module tdebindings @@ -175,7 +175,7 @@ end module module tdegraphics end module -# tdeaddons are nifty additions to some programs in other KDE modules. For +# tdeaddons are nifty additions to some programs in other TDE modules. For # example, there are addons for Konqueror, extra Kicker applets, and Noatun # plugins. module tdeaddons @@ -195,7 +195,7 @@ end module module tdeedu end module -# The KDE Office Suite. Includes a pretty expansive collection of programs. +# The TDE Office Suite. Includes a pretty expansive collection of programs. # It is rather large, so you can cut download and build times by removing it # from this file. module koffice |