mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 19:34:40 +08:00
kconfig: updated to latest
This commit is contained in:
parent
f57dd3c4f9
commit
c10ec385be
@ -10,12 +10,12 @@ arch=('i686' 'x86_64')
|
|||||||
url='https://projects.kde.org/projects/frameworks/kconfig'
|
url='https://projects.kde.org/projects/frameworks/kconfig'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('qt5-base')
|
depends=('qt5-base')
|
||||||
makedepends=('extra-cmake-modules')
|
makedepends=('extra-cmake-modules' 'qt5-tools')
|
||||||
checkdepends=('cmake')
|
checkdepends=('cmake')
|
||||||
groups=('kf5')
|
groups=('kf5')
|
||||||
options=("debug")
|
options=("debug")
|
||||||
source=("${KFServer}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
source=("${KFServer}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||||
md5sums=('fe6d56055f6352345d16f35337ddb6a7')
|
sha256sums=( $(getSum ${pkgname}) )
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
Loading…
Reference in New Issue
Block a user