From 1f2a87f4ce3c9f0498e122cdd86ca514dbc6279e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:47:35 -0600 Subject: Rename kde-config to tde-config --- kapptemplate/appframework/app.spec | 2 +- scripts/completions/zsh/_kcmshell | 2 +- scripts/cvsblame | 2 +- umbrello/INSTALL | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kapptemplate/appframework/app.spec b/kapptemplate/appframework/app.spec index b0f3fd48..2c329e73 100644 --- a/kapptemplate/appframework/app.spec +++ b/kapptemplate/appframework/app.spec @@ -10,7 +10,7 @@ Group: X11/KDE/Utilities Source: ftp://ftp.kde.org/pub/kde/unstable/apps/utils/%{name}-%{version}.tar.gz Packager: ${AUTHOR} <${EMAIL}> BuildRoot: /tmp/%{name}-%{version} -Prefix: `kde-config --prefix` +Prefix: `tde-config --prefix` %description A long description diff --git a/scripts/completions/zsh/_kcmshell b/scripts/completions/zsh/_kcmshell index 57f9fc82..4bc964c7 100644 --- a/scripts/completions/zsh/_kcmshell +++ b/scripts/completions/zsh/_kcmshell @@ -10,7 +10,7 @@ else dir="/kicker/applets"; flags=":t" fi -for i in `kde-config --path $resource| sed -e 's/:/ /g'`; do +for i in `tde-config --path $resource| sed -e 's/:/ /g'`; do tmp=($i/$dir/**/*.desktop($flags)) compadd -a tmp done diff --git a/scripts/cvsblame b/scripts/cvsblame index bd3635ed..5d155f24 100755 --- a/scripts/cvsblame +++ b/scripts/cvsblame @@ -45,7 +45,7 @@ Bernd Gehrmann =cut $file = $ARGV[0]; -$outputfile = `kde-config --path tmp` || './#'; # if we put the file in the cwd, then we keep a '#' at the beggining to help CVS ignore it +$outputfile = `tde-config --path tmp` || './#'; # if we put the file in the cwd, then we keep a '#' at the beggining to help CVS ignore it ($outputfile) = split(/:/,$outputfile); chomp $outputfile; $outputfile .= "cvsblame.$$.html"; diff --git a/umbrello/INSTALL b/umbrello/INSTALL index dbd22b3e..2635169e 100644 --- a/umbrello/INSTALL +++ b/umbrello/INSTALL @@ -4,7 +4,7 @@ step of Makefile.cvs. cd tdesdk make -f Makefile.cvs -./configure --prefix=`kde-config --prefix` +./configure --prefix=`tde-config --prefix` cd umbrello make sudo make install -- cgit v1.2.3