From 8c10c5fe202cc1aa9c7038225ac3325bac042654 Mon Sep 17 00:00:00 2001 From: philm Date: Sat, 25 Dec 2010 23:50:33 +0000 Subject: [PATCH] forgot to remove some kdepim-runtime after all --- clean-workdir.sh | 2 +- kdebase-runtime/03_disable_logout_sound.patch | 12 ------------ kdebase-workspace/PKGBUILD | 2 +- kdebindings/PKGBUILD | 2 +- 4 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 kdebase-runtime/03_disable_logout_sound.patch diff --git a/clean-workdir.sh b/clean-workdir.sh index 6c339e260..2e4ebf73d 100755 --- a/clean-workdir.sh +++ b/clean-workdir.sh @@ -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 diff --git a/kdebase-runtime/03_disable_logout_sound.patch b/kdebase-runtime/03_disable_logout_sound.patch deleted file mode 100644 index bd7f633af..000000000 --- a/kdebase-runtime/03_disable_logout_sound.patch +++ /dev/null @@ -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] diff --git a/kdebase-workspace/PKGBUILD b/kdebase-workspace/PKGBUILD index 7a42750d3..7e5a152a4 100644 --- a/kdebase-workspace/PKGBUILD +++ b/kdebase-workspace/PKGBUILD @@ -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" diff --git a/kdebindings/PKGBUILD b/kdebindings/PKGBUILD index 1d8f63f60..ca06983be 100644 --- a/kdebindings/PKGBUILD +++ b/kdebindings/PKGBUILD @@ -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")