Rename kde-config to tde-config

pull/1/head
Timothy Pearson 12 years ago
parent 9b7ac9f824
commit 1f2a87f4ce

@ -10,7 +10,7 @@ Group: X11/KDE/Utilities
Source: ftp://ftp.kde.org/pub/kde/unstable/apps/utils/%{name}-%{version}.tar.gz Source: ftp://ftp.kde.org/pub/kde/unstable/apps/utils/%{name}-%{version}.tar.gz
Packager: ${AUTHOR} <${EMAIL}> Packager: ${AUTHOR} <${EMAIL}>
BuildRoot: /tmp/%{name}-%{version} BuildRoot: /tmp/%{name}-%{version}
Prefix: `kde-config --prefix` Prefix: `tde-config --prefix`
%description %description
A long description A long description

@ -10,7 +10,7 @@ else
dir="/kicker/applets"; dir="/kicker/applets";
flags=":t" flags=":t"
fi 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)) tmp=($i/$dir/**/*.desktop($flags))
compadd -a tmp compadd -a tmp
done done

@ -45,7 +45,7 @@ Bernd Gehrmann <bernd@physik.hu-berlin.de>
=cut =cut
$file = $ARGV[0]; $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); ($outputfile) = split(/:/,$outputfile);
chomp $outputfile; chomp $outputfile;
$outputfile .= "cvsblame.$$.html"; $outputfile .= "cvsblame.$$.html";

@ -4,7 +4,7 @@ step of Makefile.cvs.
cd tdesdk cd tdesdk
make -f Makefile.cvs make -f Makefile.cvs
./configure --prefix=`kde-config --prefix` ./configure --prefix=`tde-config --prefix`
cd umbrello cd umbrello
make make
sudo make install sudo make install

Loading…
Cancel
Save