kde/basket: Fix Kontact integration in KDE 3.5.9
parent
37391d72c2
commit
fe28796259
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue