mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 19:44:36 +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"
|
KFBuildType="RelWithDebInfo"
|
||||||
|
|
||||||
function getSum() {
|
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'
|
url='${KFServer}/kcoreaddons'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('qt5-base' 'shared-mime-info')
|
depends=('qt5-base' 'shared-mime-info')
|
||||||
makedepends=('extra-cmake-modules')
|
makedepends=('extra-cmake-modules' 'qt5-tools')
|
||||||
groups=('kf5')
|
groups=('kf5')
|
||||||
install=kcoreaddons.install
|
install=kcoreaddons.install
|
||||||
source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||||
md5sums=('5bbc9d56e3effdf902a66886e9b869ac')
|
sha256sums=( $(getSum ${pkgname}) )
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
Loading…
Reference in New Issue
Block a user