mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
falkon: update to 22.04.1.
This commit is contained in:
parent
646fb65b1c
commit
d0a3da2ad5
2 changed files with 11 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/src/plugins/VerticalTabs/verticaltabsplugin.cpp 2019-03-19 19:06:45.000000000 +0100
|
|
||||||
+++ b/src/plugins/VerticalTabs/verticaltabsplugin.cpp 2020-04-04 16:13:30.073076918 +0200
|
|
||||||
@@ -30,6 +30,7 @@
|
|
||||||
#include "../config.h"
|
|
||||||
#include "desktopfile.h"
|
|
||||||
|
|
||||||
+#include <QFile>
|
|
||||||
#include <QSettings>
|
|
||||||
|
|
||||||
VerticalTabsPlugin::VerticalTabsPlugin()
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'falkon'
|
# Template file for 'falkon'
|
||||||
pkgname=falkon
|
pkgname=falkon
|
||||||
version=3.2.0
|
version=22.04.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules gettext pkg-config
|
hostmakedepends="extra-cmake-modules gettext pkg-config
|
||||||
|
@ -10,15 +10,22 @@ makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||||
qt5-webengine-devel qt5-location-devel qt5-x11extras-devel qt5-tools-devel
|
qt5-webengine-devel qt5-location-devel qt5-x11extras-devel qt5-tools-devel
|
||||||
$(vopt_if kde 'kwallet-devel kio-devel purpose-devel' 'ki18n-devel xcb-util-devel')"
|
$(vopt_if kde 'kwallet-devel kio-devel purpose-devel' 'ki18n-devel xcb-util-devel')"
|
||||||
depends="qt5-plugin-sqlite"
|
depends="qt5-plugin-sqlite"
|
||||||
|
checkdepends="dbus"
|
||||||
short_desc="Cross-platform Qt Web Browser"
|
short_desc="Cross-platform Qt Web Browser"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/KDE/falkon"
|
homepage="https://www.falkon.org"
|
||||||
distfiles="${KDE_SITE}/falkon/${version}/falkon-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f4ff925b7572b6e035424face86d05ca2df66723061bc57f2b1615c2c09012aa
|
checksum=7499780c449e5a0decf96b9f8faa78b6cb5d9a95f74f12cb944e240bc21dc224
|
||||||
|
|
||||||
LDFLAGS="-Wl,--no-fatal-warnings"
|
LDFLAGS="-Wl,--no-fatal-warnings"
|
||||||
|
|
||||||
build_options="kde"
|
build_options="kde"
|
||||||
desc_option_kde="KDE integration"
|
desc_option_kde="KDE integration"
|
||||||
build_options_default="kde"
|
build_options_default="kde"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
# Exclude tests which fail with SIGTRAP
|
||||||
|
dbus-run-session ctest -E "falkon-(webview|webtab|tabmodel|qml-qml(historyapi|cookiesapi|tabsapi|windowsapi))test" --output-on-failure --force-new-ctest-process
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue