mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 15:57:13 +08:00
kcoreaddons: updated to latest
This commit is contained in:
parent
c10ec385be
commit
319bfc7835
@ -8,5 +8,5 @@ KFVersion="4.100.0"
|
||||
KFBuildType="RelWithDebInfo"
|
||||
|
||||
function getSum() {
|
||||
awk "\$2 ~ /${1}/ {print \$1}" ../frameworks.sums ;
|
||||
awk "\$2 ~ /${1}-/ {print \$1}" ../frameworks.sums ;
|
||||
}
|
||||
|
@ -10,11 +10,11 @@ arch=('i686' 'x86_64')
|
||||
url='${KFServer}/kcoreaddons'
|
||||
license=('LGPL')
|
||||
depends=('qt5-base' 'shared-mime-info')
|
||||
makedepends=('extra-cmake-modules')
|
||||
makedepends=('extra-cmake-modules' 'qt5-tools')
|
||||
groups=('kf5')
|
||||
install=kcoreaddons.install
|
||||
source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||
md5sums=('5bbc9d56e3effdf902a66886e9b869ac')
|
||||
sha256sums=( $(getSum ${pkgname}) )
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
Loading…
Reference in New Issue
Block a user