forgot to remove some kdepim-runtime after all

This commit is contained in:
philm 2010-12-25 23:50:33 +00:00
parent 5fd888dc20
commit 8c10c5fe20
4 changed files with 3 additions and 15 deletions

View File

@ -40,7 +40,7 @@ cleanup_src()
do
status_start "${module}"
pushd $module &>/dev/null
rm -rf pkg src dbg hdr *.pkg.* &>/dev/null
rm -rf pkg src dbg hdr *.pkg.* *log* &>/dev/null
popd &>/dev/null
status_done
done

View File

@ -1,12 +0,0 @@
diff -Naur kdebase-runtime-4.2.3-orig/knotify/kde.notifyrc kdebase-runtime-4.2.3/knotify/kde.notifyrc
--- kdebase-runtime-4.2.3-orig/knotify/kde.notifyrc 2009-05-22 19:03:32.692478771 +0300
+++ kdebase-runtime-4.2.3/knotify/kde.notifyrc 2009-05-22 19:10:44.681230582 +0300
@@ -1499,7 +1499,7 @@
Comment[x-test]=xxKDE is exitingxx
Comment[zh_CN]=KDE 正在退出
Comment[zh_TW]=KDE 結束中
-Action=Sound
+Action=
Sound=KDE-Sys-Log-Out.ogg
[Event/cancellogout]

View File

@ -232,7 +232,7 @@ package_kdebase-workspace()
# NOTE keep in sync with depends
depends=('polkit-kde' "kdepimlibs>=${_kdever}" "kdebase-runtime>=${_kdever}" 'qimageblitz'
'libxxf86misc' 'libxcomposite' 'libxss' 'lm_sensors' 'libxklavier' 'libxft' 'oxygen-icons' "xkit"
'libxdamage' 'xorg-utils' 'libxrandr' "kdepim-runtime>=${_kdever}")
'libxdamage' 'xorg-utils' 'libxrandr') # "kdepim-runtime>=${_kdever}"
optdepends=("kdebindings-python : Python Support for Plasma"
"kdeedu-marble : Marble Wallpaper Plugin"

View File

@ -153,7 +153,7 @@ package_kdebindings-php()
package_kdebindings-python()
{
pkgdesc="KDE Bindings - Python"
depends=("${_origname}-common>=${_kdever}" "kdepimlibs>=${_kdever}" 'pyqt>=4.8.1' "kdepim-runtime>=${_kdever}")
depends=("${_origname}-common>=${_kdever}" "kdepimlibs>=${_kdever}" 'pyqt>=4.8.1') # "kdepim-runtime>=${_kdever}"
conflicts=("kdemod-${_origname}-python=${_kdever}")
groups=("kde" "kde-devel" "${_origname}" "kde-uninstall")