mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
trying fix for workspace by reverting to -2 build
This commit is contained in:
parent
560b30a58b
commit
bf3f08967c
@ -16,7 +16,7 @@ pkgname=('kde-workspace'
|
||||
|
||||
arch=('i686' 'x86_64')
|
||||
pkgver=${_kdever}
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="split package"
|
||||
url="http://www.kde.org"
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
@ -65,11 +65,11 @@ source=($_mirror/${pkgbase}-$_kdever.tar.bz2
|
||||
# "fix" some sytemsettings modules that need root access
|
||||
fix_root-only-kcms.patch
|
||||
# shutdown-fix.patch
|
||||
sensors-fix.patch)
|
||||
sensors-fix.patch
|
||||
# fix some issues with the desktop effects and overall performace of Kwin
|
||||
#fix-kwin-effects.patch
|
||||
# Fix power profies
|
||||
#fix-powerprofiles.diff)
|
||||
fix-powerprofiles.diff)
|
||||
|
||||
md5sums=(`grep ${pkgbase}-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1`
|
||||
`grep kde-wallpapers-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1` # kde-wallpapers
|
||||
@ -94,9 +94,9 @@ md5sums=(`grep ${pkgbase}-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1`
|
||||
'814350c52c135d6f7bdada1e29223d38' # fix_terminate-server.patch
|
||||
'97a5eb51e6f9d460f0d61bb322a1db5e' # fix_kdm_configdef.patch
|
||||
'5f963f80a026f0600edae1b1c70411e5' # fix_root-only-kcms.patch
|
||||
'ecf3a9d6af9bdd3db0189e06ddf21034') # sensors-fix.patch
|
||||
'ecf3a9d6af9bdd3db0189e06ddf21034' # sensors-fix.patch
|
||||
# '1c85190d0b8371470d903475e9220630' # fix-kwin-effects.patch
|
||||
# 'd6b4fd2d5c67e9d9b8082b976f3e3811' # fix-prowerprofiles.diff
|
||||
'd6b4fd2d5c67e9d9b8082b976f3e3811') # fix-prowerprofiles.diff
|
||||
|
||||
# '13c3203589143e9e2fc757c17375227a' # feature_plasma-transparent-panel-v4-rb#472.patch
|
||||
# '7361012da217f9aeeca61f0e9956e1d0' # feature_brightness-osd.patch
|
||||
@ -126,7 +126,7 @@ build()
|
||||
patch -p0 -N -i ${srcdir}/fix_kdm_configdef.patch
|
||||
patch -Np1 -i ${srcdir}/fix_root-only-kcms.patch
|
||||
# patch -Np1 -i ${srcdir}/fix-kwin-effects.patch
|
||||
# patch -Np1 -i ${srcdir}/fix-powerprofiles.diff
|
||||
patch -Np1 -i ${srcdir}/fix-powerprofiles.diff
|
||||
|
||||
# FIXME: update feature patches
|
||||
# msg "applying feature patches ..."
|
||||
|
Loading…
Reference in New Issue
Block a user