mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 05:04:36 +08:00
forgot to remove some kdepim-runtime after all
This commit is contained in:
parent
5fd888dc20
commit
8c10c5fe20
@ -40,7 +40,7 @@ cleanup_src()
|
|||||||
do
|
do
|
||||||
status_start "${module}"
|
status_start "${module}"
|
||||||
pushd $module &>/dev/null
|
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
|
popd &>/dev/null
|
||||||
status_done
|
status_done
|
||||||
done
|
done
|
||||||
|
@ -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]
|
|
@ -232,7 +232,7 @@ package_kdebase-workspace()
|
|||||||
# NOTE keep in sync with depends
|
# NOTE keep in sync with depends
|
||||||
depends=('polkit-kde' "kdepimlibs>=${_kdever}" "kdebase-runtime>=${_kdever}" 'qimageblitz'
|
depends=('polkit-kde' "kdepimlibs>=${_kdever}" "kdebase-runtime>=${_kdever}" 'qimageblitz'
|
||||||
'libxxf86misc' 'libxcomposite' 'libxss' 'lm_sensors' 'libxklavier' 'libxft' 'oxygen-icons' "xkit"
|
'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"
|
optdepends=("kdebindings-python : Python Support for Plasma"
|
||||||
"kdeedu-marble : Marble Wallpaper Plugin"
|
"kdeedu-marble : Marble Wallpaper Plugin"
|
||||||
|
@ -153,7 +153,7 @@ package_kdebindings-php()
|
|||||||
package_kdebindings-python()
|
package_kdebindings-python()
|
||||||
{
|
{
|
||||||
pkgdesc="KDE Bindings - 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}")
|
conflicts=("kdemod-${_origname}-python=${_kdever}")
|
||||||
groups=("kde" "kde-devel" "${_origname}" "kde-uninstall")
|
groups=("kde" "kde-devel" "${_origname}" "kde-uninstall")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user