kde/basket: Fix Kontact integration in KDE 3.5.9

slackware-14.2
Damien Goutte-Gattat 2009-03-01 11:41:34 +01:00
parent 37391d72c2
commit fe28796259
1 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,7 @@ WGET=${WGET:-http://basket.kde.org/downloads/$ARCHIVE}
# Built package infos
NAMETGZ=${NAMETGZ:-basket}
BUILD=${BUILD:-1GGD}
BUILD=${BUILD:-2GGD}
ARCH=${ARCH:-i486}
TARGET=${TARGET:-i486}
@ -87,6 +87,10 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep "ELF 32-bit LSB" | cut -d : -f 1 | \
xargs strip --strip-unneeded 2> /dev/null
# Fix Kontact integration in KDE 3.5.9 <http://bugs.archlinux.org/task/9761>.
sed -i 's/^X-KDE-KontactPluginVersion=[0-5]$/X-KDE-KontactPluginVersion=6/' \
$PKG/usr/share/services/kontact/basket.desktop
# Install the documentation
mkdir -p $PKG/usr/doc/$NAME
install -m 644 \