mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
scribus, fix incomplete type for QPaintPath (#5077)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 49059e8426b4b0576124cbc766222b55afeb436a Mon Sep 17 00:00:00 2001
|
||||
From 7531a9d2da091518921f5ba1b0566a76cf6edb30 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Sun, 11 Aug 2019 16:50:51 +1000
|
||||
Subject: Fix build for Haiku
|
||||
@@ -155,10 +155,10 @@ index 5adfab7..ebf0bdb 100644
|
||||
char **messages = ( char ** ) nullptr;
|
||||
int i, trace_size = 0;
|
||||
--
|
||||
2.21.0
|
||||
2.26.0
|
||||
|
||||
|
||||
From 334b3a98fd51f80fe2000b68de49ee8e072c73a7 Mon Sep 17 00:00:00 2001
|
||||
From 89e8bf8a49e4276b98532e6fe1b5d35735d935f2 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Mon, 12 Aug 2019 21:10:23 +1000
|
||||
Subject: Disable pkg-config for cairo and fontconfig
|
||||
@@ -191,5 +191,27 @@ index 1a74069..225658c 100644
|
||||
|
||||
#include(UsePkgConfig)
|
||||
--
|
||||
2.21.0
|
||||
2.26.0
|
||||
|
||||
|
||||
From 926fe8617cdc228bbfb83802710ac02cc8ebb208 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Sat, 6 Jun 2020 10:06:38 +0000
|
||||
Subject: Fix error on QPainterPath
|
||||
|
||||
|
||||
diff --git a/scribus/ui/scresizecursor.cpp b/scribus/ui/scresizecursor.cpp
|
||||
index f2c78e5..85271ed 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
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ versatile PDF creation."
|
||||
HOMEPAGE="https://www.scribus.net"
|
||||
COPYRIGHT="2014-2017 Scribus Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/scribus/scribus-devel/$portVersion/scribus-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="7908b21a6ce843269f58cedf5f8f791893257e6201cce5fbddc70daca2fe3f71"
|
||||
PATCHES="scribus-$portVersion.patchset"
|
||||
|
||||
Reference in New Issue
Block a user