summaryrefslogtreecommitdiffstats
path: root/scripts
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
parentbd3922c07c6753c5cb6ceeb6df8c6edae1183d2d (diff)
downloadtdesdk-78a14fe575048e318a9c4403cb42060b17946883.tar.gz
tdesdk-78a14fe575048e318a9c4403cb42060b17946883.zip
Additional kde to tde renaming
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README2
-rw-r--r--scripts/completions/zsh/_kdeinit_wrapper2
-rw-r--r--scripts/completions/zsh/_kdekillall2
-rwxr-xr-xscripts/cvs2dist2
-rwxr-xr-xscripts/kde-build2
-rw-r--r--scripts/kde-buildrc8
-rwxr-xr-xscripts/kdedoc2
-rwxr-xr-xscripts/kdekillall6
-rwxr-xr-xscripts/kdesvn-build10
-rw-r--r--scripts/kdesvn-buildrc-sample10
-rwxr-xr-xscripts/qtdoc4
-rwxr-xr-xscripts/svn2dist2
12 files changed, 26 insertions, 26 deletions
diff --git a/scripts/README b/scripts/README
index ca3811e5..38046db3 100644
--- a/scripts/README
+++ b/scripts/README
@@ -13,7 +13,7 @@ kDebug2kdDebug.sh Script to convert old KDE debugging statements to their
extend_dmalloc Script to run gdb on return-addresses
-kdekillall Kills the process "kdeinit: <process> with signal <signal>
+kdekillall Kills the process "tdeinit: <process> with signal <signal>
=== PROGRAMMING SUPPORT
diff --git a/scripts/completions/zsh/_kdeinit_wrapper b/scripts/completions/zsh/_kdeinit_wrapper
index a5fd75a0..637812c7 100644
--- a/scripts/completions/zsh/_kdeinit_wrapper
+++ b/scripts/completions/zsh/_kdeinit_wrapper
@@ -1,4 +1,4 @@
-#compdef kdeinit_wrapper
+#compdef tdeinit_wrapper
# Yes, this could be improved
diff --git a/scripts/completions/zsh/_kdekillall b/scripts/completions/zsh/_kdekillall
index eb3eb0ab..a51fb85d 100644
--- a/scripts/completions/zsh/_kdekillall
+++ b/scripts/completions/zsh/_kdekillall
@@ -1,7 +1,7 @@
#compdef kdekillall
local progs
-progs=(`ps x | grep kdeinit: | grep -v Running | grep -v grep | sed 's,.*kdeinit: ,,' | sed 's, .*,,'`)
+progs=(`ps x | grep tdeinit: | grep -v Running | grep -v grep | sed 's,.*tdeinit: ,,' | sed 's, .*,,'`)
_alternative \
'Q_SIGNALS:: _Q_SIGNALS -p' \
diff --git a/scripts/cvs2dist b/scripts/cvs2dist
index 60721bdf..29721ec9 100755
--- a/scripts/cvs2dist
+++ b/scripts/cvs2dist
@@ -177,7 +177,7 @@ if [ ! -z $showhelp ] || [ -z $module ] || [ -z $directory ]; then
echo "the beginning of command line arguments if it exists."
echo " '--' signifies the end of options."
echo ""
- echo "Example: cvs2dist /sources/kdegames kolf/objects/picture \\"
+ echo "Example: cvs2dist /sources/tdegames kolf/objects/picture \\"
echo " -n kolf-picture -v 0.9 -r \"kolf/game.h\" \\"
echo " --log ~/tmp/extra-file"
echo ""
diff --git a/scripts/kde-build b/scripts/kde-build
index 8790f602..34fbf372 100755
--- a/scripts/kde-build
+++ b/scripts/kde-build
@@ -401,7 +401,7 @@ if [ -n "$specifiedModules" ]; then
else
if [ "$ONLYLISTEDMODULES" = yes ]; then
if [ "$USEKDESUPPORT" = yes ]; then
- modules="kdesupport $critical_modules $KDEMODULES"
+ modules="tdesupport $critical_modules $KDEMODULES"
else
modules="$critical_modules $KDEMODULES"
fi
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"
diff --git a/scripts/kdedoc b/scripts/kdedoc
index 0dc20a66..09480fcc 100755
--- a/scripts/kdedoc
+++ b/scripts/kdedoc
@@ -30,7 +30,7 @@ if [ $# = 1 ]; then
exit 1
fi
fi
- elif [ -e "$KDEDOCS/kdecore/index.html" ]; then
+ elif [ -e "$KDEDOCS/tdecore/index.html" ]; then
# Docs are laid out in kdoc style.
if [ -f "$KDEDOCS"/*/"$1.html" ]; then
kfmclient exec "$KDEDOCS"/*/"$1.html"
diff --git a/scripts/kdekillall b/scripts/kdekillall
index c08b2ad8..69c39c4f 100755
--- a/scripts/kdekillall
+++ b/scripts/kdekillall
@@ -5,7 +5,7 @@ case $1 in
esac
if [ $# = 0 ]; then
echo "Usage: $0 [-<signal>] <process>"
- echo 'Kills the process "kdeinit: <process> with signal <signal>"'
+ echo 'Kills the process "tdeinit: <process> with signal <signal>"'
echo "if <signal> is not specified, it defaults to SIGTERM,"
echo "see kill -l for a list of possible Q_SIGNALS"
else
@@ -13,11 +13,11 @@ else
if test -z "$list"; then
# on newer Linux kernels (>= 2.6.10) KDE is able to use
# prctl(PR_SET_NAME) to change the process name...
- list=$(ps auwx | grep $USER | awk "/\[kdeinit\] $1/ {print \$2}")
+ list=$(ps auwx | grep $USER | awk "/\[tdeinit\] $1/ {print \$2}")
fi
if test -z "$list"; then
# with KDE 3.4 we changed the view again...
- list=$(ps auwx | grep $USER | awk "/$1 \[kdeinit\]/ {print \$2}")
+ list=$(ps auwx | grep $USER | awk "/$1 \[tdeinit\]/ {print \$2}")
fi
if test -n "$list"; then
kill $signal $list
diff --git a/scripts/kdesvn-build b/scripts/kdesvn-build
index 706c755a..cd1d9cd9 100755
--- a/scripts/kdesvn-build
+++ b/scripts/kdesvn-build
@@ -651,7 +651,7 @@ sub svn_module_url
# The following modules are in /trunk, not /trunk/KDE. There are others,
# but there are the important ones. The hash is associated with the value
# 1 so that we can do a boolean test by looking up the module name.
- my @non_trunk_modules = qw(extragear kdenonbeta kdesupport koffice
+ my @non_trunk_modules = qw(extragear kdenonbeta tdesupport koffice
playground qt-copy valgrind KDE kdereview www l10n);
my $module_root = $module;
@@ -1412,8 +1412,8 @@ HOME
# update and build lists to build a default set of modules.
sub setup_default_modules()
{
- @update_list = qw(qt-copy arts kdesupport kdelibs kdebase kdeartwork
- kdemultimedia kdepim kdeutils kdegraphics kdegames
+ @update_list = qw(qt-copy arts tdesupport kdelibs kdebase kdeartwork
+ kdemultimedia tdepim kdeutils kdegraphics tdegames
kdetoys kdeedu kdeaddons);
@build_list = @update_list;
@@ -4173,8 +4173,8 @@ EOF
sub setup_trinity5_hack
{
my @branched_modules = qw/kde-common kdeaccessibility kdeaddons kdeadmin
- kdeartwork kdebase kdebindings kdeedu kdegames kdegraphics kdelibs
- kdemultimedia kdenetwork kdepim kdesdk kdetoys kdeutils kdevelop
+ kdeartwork kdebase kdebindings kdeedu tdegames kdegraphics kdelibs
+ kdemultimedia kdenetwork tdepim kdesdk kdetoys kdeutils kdevelop
kdewebdev/;
# arts uses a different versioning scheme.
diff --git a/scripts/kdesvn-buildrc-sample b/scripts/kdesvn-buildrc-sample
index a19e13da..4e2a2c30 100644
--- a/scripts/kdesvn-buildrc-sample
+++ b/scripts/kdesvn-buildrc-sample
@@ -104,9 +104,9 @@ end module
module arts
end module
-# kdesupport contains taglib and QCA. taglib is required for JuK, amarok, and
+# tdesupport contains taglib and QCA. taglib is required for JuK, amarok, and
# the meta info reader for music files in Konqueror.
-module kdesupport
+module tdesupport
end module
# kdelibs are the base KDE libraries needed by all KDE applications.
@@ -158,9 +158,9 @@ module kdebindings
use-unsermake false
end module
-# kdepim contains KMail, Kontact, KOrganizer, and other insanely useful
+# tdepim contains KMail, Kontact, KOrganizer, and other insanely useful
# programs that help you keep track of things.
-module kdepim
+module tdepim
configure-flags --disable-exchange
end module
@@ -182,7 +182,7 @@ module kdeaddons
end module
# ... Well, they're games. ;)
-module kdegames
+module tdegames
# use-unsermake false
end module
diff --git a/scripts/qtdoc b/scripts/qtdoc
index 622353b3..6250f7a9 100755
--- a/scripts/qtdoc
+++ b/scripts/qtdoc
@@ -11,10 +11,10 @@ fi
if [ $# = 1 ]; then
fname=`echo $1 | tr '[A-Z]' '[a-z]'`
if [ -f $QTDIR/doc/html/$fname.html ]; then
- kdeinit_wrapper kfmclient openProfile webbrowsing file:$QTDIR/doc/html/$fname.html
+ tdeinit_wrapper kfmclient openProfile webbrowsing file:$QTDIR/doc/html/$fname.html
else
if [ -f /usr/doc/qt2/html/$fname.html ]; then
- kdeinit_wrapper kfmclient openProfile webbrowsing file:/usr/doc/qt2/html/$fname.html
+ tdeinit_wrapper kfmclient openProfile webbrowsing file:/usr/doc/qt2/html/$fname.html
else
echo "No such file $fname.html"
fi
diff --git a/scripts/svn2dist b/scripts/svn2dist
index 7680ec84..c59c5ab5 100755
--- a/scripts/svn2dist
+++ b/scripts/svn2dist
@@ -182,7 +182,7 @@ if [ ! -z $showhelp ] || [ -z $module ] || [ -z $directory ]; then
echo "the beginning of command line arguments if it exists."
echo " '--' signifies the end of options."
echo ""
- echo "Example: svn2dist /sources/kdegames kolf/objects/picture \\"
+ echo "Example: svn2dist /sources/tdegames kolf/objects/picture \\"
echo " -n kolf-picture -v 0.9 -r \"kolf/game.h\" \\"
echo " --log ~/tmp/extra-file"
echo ""