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:
parent
384462571b
commit
1ad3f3b550
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue