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
Packager: ${AUTHOR} <${EMAIL}>
BuildRoot: /tmp/%{name}-%{version}
Prefix: `kde-config --prefix`
Prefix: `tde-config --prefix`
%description
A long description

@ -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

@ -45,7 +45,7 @@ Bernd Gehrmann <bernd@physik.hu-berlin.de>
=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";

@ -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

Loading…
Cancel
Save