Fix kfind icon

This commit is contained in:
Manuel 2011-09-25 11:42:07 +00:00
parent 926ca3b686
commit 175f87d7e0

View File

@ -19,7 +19,7 @@ pkgname=('kde-baseapps'
arch=('i686' 'x86_64')
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="split package"
url="http://www.kde.org"
@ -112,6 +112,9 @@ package_kde-baseapps()
# we dont want the cdemu manager app. the service menu + devicenotifier is perfect already
rm -rfv ${pkgdir}/usr/share/applications/kde4/kde_cdemu.desktop
# Fix missing KFind icon, fixes FS#325
sed -i -e "s~Icon=kfind~Icon=edit-find~g" ${pkgdir}/usr/share/applications/kde4/kfind.desktop
# include our patches into the package
#ls -1 ${startdir}/*.patch &>/dev/null 2>&1
#if [ "$?" = "0" ]; then