mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 18:57:13 +08:00
kitemviews: updated to latest
This commit is contained in:
parent
feec5268ab
commit
842dd49b40
@ -10,12 +10,12 @@ arch=('i686' 'x86_64')
|
||||
url='https://projects.kde.org/projects/frameworks/kitemviews'
|
||||
license=('LGPL')
|
||||
depends=('qt5-base')
|
||||
makedepends=('extra-cmake-modules')
|
||||
makedepends=('extra-cmake-modules' 'qt5-tools')
|
||||
checkdepends=('cmake')
|
||||
groups=('kf5')
|
||||
options=("debug")
|
||||
source=("${KFServer}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||
md5sums=('6298fb9093947441fb53603fd2e03386')
|
||||
sha256sums=( $(getSum ${pkgname}) )
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
@ -33,7 +33,7 @@ build() {
|
||||
check() {
|
||||
cd build
|
||||
msg "currently failing; requires GUI?"
|
||||
make test | return 0
|
||||
make test || return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user