summaryrefslogtreecommitdiff
path: root/editors/texworks/patches/patch-TeXworks.pro
diff options
context:
space:
mode:
authormarkd <markd>2012-03-21 22:44:20 +0000
committermarkd <markd>2012-03-21 22:44:20 +0000
commit2e2eb52d98f946b16ea448314700e172949253cd (patch)
treec7a3db1e2775eb864b5627f4b2916c44dffab048 /editors/texworks/patches/patch-TeXworks.pro
parentf7ede4aa791633bc0cf0b289b434f019b4067346 (diff)
downloadpkgsrc-2e2eb52d98f946b16ea448314700e172949253cd.tar.gz
Import texworks 0.4.3
The TeXworks project is an effort to build a simple TeX front-end program (working environment) that will be available for all todays major desktop operating systems-in particular, MS Windows (XP/Vista/7), typical GNU/Linux distros and other X11-based systems, as well as Mac OS X. It is deliberately modeled on Dick Koch?s award-winning TeXShop for Mac OS X, which is credited with a resurgence of TeX usage on the Mac platform. To provide a similar experience across all systems, TeXworks is based on cross-platform, open source tools and libraries. The Qt toolkit was chosen for the quality of its cross-platform user interface capabilities, with native "look and feel" on each platform being a realistic target. Qt also provides a rich application framework, facilitating the relatively rapid development of a usable product. The normal TeXworks workflow is PDF-centric, using pdfTeX and XeTeX as typesetting engines and generating PDF documents as the default formatted output. Although it is possible to configure a processing path based on DVI, newcomers to the TeX world need not be concerned with DVI at all, but can generally treat TeX as a system that goes directly from marked-up text files to ready-to-use PDF documents.
Diffstat (limited to 'editors/texworks/patches/patch-TeXworks.pro')
-rw-r--r--editors/texworks/patches/patch-TeXworks.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/texworks/patches/patch-TeXworks.pro b/editors/texworks/patches/patch-TeXworks.pro
new file mode 100644
index 00000000000..1f43fd5378a
--- /dev/null
+++ b/editors/texworks/patches/patch-TeXworks.pro
@@ -0,0 +1,15 @@
+$NetBSD: patch-TeXworks.pro,v 1.1.1.1 2012/03/21 22:44:20 markd Exp $
+
+pkg-config doesnt know about zlib so just assume its there
+
+--- TeXworks.pro.orig 2011-06-29 17:03:14.000000000 +0000
++++ TeXworks.pro
+@@ -103,7 +103,7 @@ unix:!macx { # on Unix-ish platforms we
+ CONFIG += link_pkgconfig
+ PKGCONFIG += hunspell
+ PKGCONFIG += poppler-qt4
+- PKGCONFIG += zlib
++ #PKGCONFIG += zlib
+
+ # Enclose the path in \\\" (which later gets expanded to \", which in turn
+ # gets expanded to " in the c++ code)