mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
Fix kfind icon
This commit is contained in:
parent
926ca3b686
commit
175f87d7e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user