Skip to content
Snippets Groups Projects
Unverified Commit 30706a07 authored by Oliver Smith's avatar Oliver Smith Committed by GitHub
Browse files

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
parent 4f31f0e5
Branches
Tags
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment