kde/falkon: disable checks (#1532)

Disable checks for good.
* half of them would not run anyway because they require X11
* falkon-cookietest hangs for more than 30 minutes with 100% CPU usage
  while cross compiling for armhf
This commit is contained in:
Oliver Smith 2018-06-01 21:31:06 +00:00 committed by GitHub
parent 4f31f0e5c2
commit 30706a07c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -1,18 +1,18 @@
pkgname=falkon
pkgver=3.0.1
pkgrel=0
pkgrel=1
pkgdesc="Cross-platform web browser using QtWebEngine rendering engine"
url="https://www.falkon.org/"
arch="all"
license="GPL-3.0-or-later"
depends="qt5-qtbase-sqlite"
makedepends="cmake extra-cmake-modules qt5-qtdeclarative-dev qt5-qtwebengine-dev qt5-qtx11extras-dev qt5-qttools-dev xcb-util-dev ki18n-dev ttf-freefont"
#checkdepends="ttf-freefont"
source="https://download.kde.org/stable/falkon/$pkgver/falkon-$pkgver.tar.xz
disable-ld-fatal-warnings.patch
disable-backtraces.patch
"
builddir="$srcdir/$pkgname-$pkgver"
options="!check" # require X1
build () {
mkdir -p "$builddir/build"
@ -24,12 +24,6 @@ build () {
make
}
check() {
cd "$builddir/build"
# GUI tests fail (SEGV_MAPERR)
CTEST_OUTPUT_ON_FAILURE=TRUE QT_QPA_PLATFORM=offscreen ctest || true
}
package() {
cd "$builddir/build"
make DESTDIR="$pkgdir" install