summaryrefslogtreecommitdiff
path: root/print/scribus/patches/patch-ab
diff options
context:
space:
mode:
authorreed <reed>2003-10-29 20:54:51 +0000
committerreed <reed>2003-10-29 20:54:51 +0000
commite1c80ca57c8d6b0730ab48cee6223e191e013ce4 (patch)
tree528aeb682e6e337a02f65208ea9142b121110924 /print/scribus/patches/patch-ab
parent70cb331f9088c1910144c4dc070d8bbd255a2617 (diff)
downloadpkgsrc-e1c80ca57c8d6b0730ab48cee6223e191e013ce4.tar.gz
Upgrade to 1.1.1. Some of the changes include: uses freetype
instead of Qt for fonts; multiple documents open at a time; hyphenator; more languages support; UniCode support; gradient fills; extended PDF exporter; CUPS support; and libart used for rendering. Also add more MASTER_SITES and use SHLIBTOOL_OVERRIDE.
Diffstat (limited to 'print/scribus/patches/patch-ab')
-rw-r--r--print/scribus/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/scribus/patches/patch-ab b/print/scribus/patches/patch-ab
new file mode 100644
index 00000000000..b166bfe4261
--- /dev/null
+++ b/print/scribus/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2003/10/29 20:54:51 reed Exp $
+
+--- scribus/mpalette.cpp.orig Wed Oct 15 19:15:33 2003
++++ scribus/mpalette.cpp Wed Oct 15 19:39:06 2003
+@@ -4,6 +4,7 @@
+ #include <qpoint.h>
+ #include <qwmatrix.h>
+ #include <qmessagebox.h>
++#include <iostream>
+ #include "query.h"
+ #include "scribusview.h"
+ extern QPixmap loadIcon(QString nam);