19 lines
762 B
Bash
19 lines
762 B
Bash
# Template file for 'falkon'
|
|
pkgname=falkon
|
|
version=3.0.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools"
|
|
makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
|
qt5-plugin-sqlite qt5-plugin-tds qt5-declarative-devel qt5-webchannel-devel
|
|
qt5-webengine-devel qt5-location-devel qt5-x11extras-devel qt5-tools-devel
|
|
python3-devel kwallet-devel"
|
|
short_desc="Cross-platform Qt Web Browser"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/KDE/falkon"
|
|
distfiles="https://download.kde.org/stable/falkon/3.0/src/falkon-${version}.tar.xz"
|
|
checksum=4e42a091e6ae434d7c3146adb876a8a5dc29d9354560087a905a0bd7fb58d7a6
|
|
|
|
LDFLAGS+=" -Wl,--no-fatal-warnings"
|