falkon: fix build w/ qt5-5.14.2
This commit is contained in:
parent
c13514a34b
commit
0877ed9ab1
2 changed files with 13 additions and 3 deletions
10
srcpkgs/falkon/patches/verticaltabsplugin-qfile.patch
Normal file
10
srcpkgs/falkon/patches/verticaltabsplugin-qfile.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/plugins/VerticalTabs/verticaltabsplugin.cpp 2019-03-19 19:06:45.000000000 +0100
|
||||
+++ 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,10 +1,10 @@
|
|||
# Template file for 'falkon'
|
||||
pkgname=falkon
|
||||
version=3.1.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools python3
|
||||
kcoreaddons"
|
||||
hostmakedepends="extra-cmake-modules gettext pkg-config
|
||||
qt5-qmake qt5-host-tools python3 kcoreaddons"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue