# Contributor: Leo # Maintainer: Bart Ribbers pkgname=falkon pkgver=3.1.0 pkgrel=2 pkgdesc="Cross-platform Qt Web Browser" url="https://github.com/KDE/falkon" arch="all !ppc64le !s390x !armhf !mips !mips64" # mips, ppc64le and s390x blocked by qt5-qtwebengine, armhf blocked by qt5-qtdeclarative license="GPL-3.0-or-later" depends="qt5-qtbase-sqlite" makedepends="cmake python3 qt5-qtbase-dev extra-cmake-modules qt5-qtdeclarative-dev qt5-qtwebengine-dev xcb-util-dev libxcb-dev qt5-qtx11extras-dev qt5-qttools-dev ki18n-dev karchive-dev kwallet-dev kio-dev kcrash-dev kcoreaddons-dev purpose-dev" checkdepends="xvfb-run" subpackages="$pkgname-lang $pkgname-bash-completion:bashcomp:noarch" source="https://download.kde.org/stable/falkon/3.1/falkon-$pkgver.tar.xz fix-build-qt-5.14.patch::https://cgit.kde.org/falkon.git/patch/?id=bbde5c69 execinfo_h.patch" build() { if [ "$CBUILD" != "$CHOST" ]; then CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" fi cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=RelWithDefInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DBUILD_TESTING=ON \ $CMAKE_CROSSOPTS make } check() { # Requires working OpenGL xvfb-run ctest -E '(falkon-webviewtest|falkon-webtabtest|falkon-tabmodeltest)' } package() { make DESTDIR="$pkgdir" install } bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel bash-completion" amove usr/share/bash-completion/completions } sha512sums="c04f97869150b8ab81ae7b01c7137e35ca5c3103c057e01896454bbeda1075372a7831d2dfe7ab66794de0983593df6e46eff47c5cdc2bc959f81b022506f054 falkon-3.1.0.tar.xz 6a293ce4d659f5b9e51a372f2d4eafd439513fb14443db52afe51b4b7ccb22fad988b72b2ad9f42004e24ecd845038b51daec7b803dcd30b359c719d0d17c55e fix-build-qt-5.14.patch 5492b986b8f2156fe8a7af7382c54a82efdc8ccafd5f56a545de8f76d4fb5d4427e75f1387a36d1def3a7667ad44eae75a99580afcacde8b9ab83367cfb75077 execinfo_h.patch"