forked from pool/scribus
Accepting request 802292 from home:wolfi323:branches:KDE:Extra
- Add 0001-Fix-build-with-Qt-5.15.patch to fix build with the upcoming Qt 5.15 OBS-URL: https://build.opensuse.org/request/show/802292 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/scribus?expand=0&rev=55
This commit is contained in:
parent
c0bee418d4
commit
1ca7bb3d5b
26
0001-Fix-build-with-Qt-5.15.patch
Normal file
26
0001-Fix-build-with-Qt-5.15.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From 78ee1626f3af37bf067b0c9d06156851bba31ee9 Mon Sep 17 00:00:00 2001
|
||||
From: Heiko Becker <heirecka@exherbo.org>
|
||||
Date: Sun, 29 Mar 2020 11:16:13 +0200
|
||||
Subject: [PATCH] Fix build with Qt 5.15
|
||||
|
||||
QPainterPath is no longer included via qtransform.h (since
|
||||
5.15.0-beta2, 50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea in qtbase.git).
|
||||
---
|
||||
scribus/ui/scresizecursor.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/scribus/ui/scresizecursor.cpp b/scribus/ui/scresizecursor.cpp
|
||||
index f2c78e5ae..85271ed86 100644
|
||||
--- a/scribus/ui/scresizecursor.cpp
|
||||
+++ b/scribus/ui/scresizecursor.cpp
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <QDebug>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QPixmap>
|
||||
#include <QPen>
|
||||
#include <QBrush>
|
||||
--
|
||||
2.26.0
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 17:36:50 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
||||
|
||||
- Add 0001-Fix-build-with-Qt-5.15.patch to fix build with the
|
||||
upcoming Qt 5.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 10:51:25 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -42,6 +42,8 @@ Patch5: Fix-failure-to-build-with-poppler-0.84.0.patch
|
||||
Patch6: Fails-to-build-with-python-3.8.patch
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch7: 0001-PDF-import-plugin-support-poppler-0.86.x.patch
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch8: 0001-Fix-build-with-Qt-5.15.patch
|
||||
BuildRequires: breeze5-icons
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cups-devel
|
||||
|
Loading…
Reference in New Issue
Block a user