mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 21:57:16 +08:00
Fix kdeplasma-addons 4.6.3
This commit is contained in:
parent
8fb2f89015
commit
4cbe434dad
@ -101,11 +101,14 @@ depends=("kdebase-workspace>=${_kdever}" 'libqalculate' "kdeedu-marble>=${_kdeve
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' "kdebase-workspace>=${_kdever}" 'libqalculate'
|
||||
"kdegraphics-common>=${_kdever}" "kdeedu-marble>=${_kdever}" 'eigen' 'scim' 'qwt')
|
||||
|
||||
source=($_mirror/${_origname}-$_kdever.tar.bz2)
|
||||
md5sums=(`grep ${_origname}-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1`)
|
||||
|
||||
#source=($_mirror/${_origname}-$_kdever.tar.bz2)
|
||||
source=($_mirror/${_origname}-4.6.2.tar.bz2)
|
||||
#md5sums=(`grep ${_origname}-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1`)
|
||||
md5sums=('98f6e080bf0cee39856408de9e531205')
|
||||
|
||||
build() {
|
||||
|
||||
mv -fv ${srcdir}/${_origname}-4.6.2 ${srcdir}/${_origname}-${pkgver}
|
||||
cd $srcdir
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
Loading…
Reference in New Issue
Block a user