falkon: update to 3.2.0.

This commit is contained in:
Helmut Pozimski 2022-02-02 20:10:26 +01:00
parent 19b56b8210
commit f7b6689c09
3 changed files with 4 additions and 34 deletions

View file

@ -1,20 +0,0 @@
--- a/src/main/main.cpp 2018-03-09 14:27:10.849179401 +0100
+++ b/src/main/main.cpp 2018-03-09 14:27:44.623709876 +0100
@@ -22,7 +22,7 @@
#include <QMessageBox> // For QT_REQUIRE_VERSION
#include <iostream>
-#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__) || defined(__HAIKU__)
+#if (defined(Q_OS_LINUX) && defined(__GLIBC__)) || defined(__FreeBSD__) || defined(__HAIKU__)
#include <signal.h>
#include <execinfo.h>
@@ -129,7 +129,7 @@
qInstallMessageHandler(&msgHandler);
#endif
-#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__)
+#if (defined(Q_OS_LINUX) && defined(__GLIBC__)) || defined(__FreeBSD__)
signal(SIGSEGV, falkon_signal_handler);
#endif

View file

@ -1,10 +0,0 @@
--- a/src/lib/tools/qztools.cpp 2019-03-19 19:06:45.000000000 +0100
+++ b/src/lib/tools/qztools.cpp 2020-06-25 09:14:08.074700925 +0200
@@ -25,6 +25,7 @@
#include <QByteArray>
#include <QPixmap>
#include <QPainter>
+#include <QPainterPath>
#include <QBuffer>
#include <QFile>
#include <QDir>

View file

@ -1,7 +1,7 @@
# Template file for 'falkon'
pkgname=falkon
version=3.1.0
revision=5
version=3.2.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules gettext pkg-config
qt5-qmake qt5-host-tools python3 $(vopt_if kde kcoreaddons)"
@ -14,8 +14,8 @@ short_desc="Cross-platform Qt Web Browser"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-3.0-or-later"
homepage="https://github.com/KDE/falkon"
distfiles="${KDE_SITE}/falkon/${version%.*}/falkon-${version}.tar.xz"
checksum=ce743cd80c0e2d525a784e29c9b487f73480119b0567f9ce8ef1f44cca527587
distfiles="${KDE_SITE}/falkon/${version}/falkon-${version}.tar.xz"
checksum=f4ff925b7572b6e035424face86d05ca2df66723061bc57f2b1615c2c09012aa
LDFLAGS="-Wl,--no-fatal-warnings"