summaryrefslogtreecommitdiff
path: root/editors/lyx-qt/Makefile.common
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-07-23 00:28:12 +0000
committerreed <reed@pkgsrc.org>2006-07-23 00:28:12 +0000
commit86459dfc681a15949328e6df0117a3d6df89bc9b (patch)
tree46f743701d751b5e26649057a7a6b7fef3d24730 /editors/lyx-qt/Makefile.common
parent60afa0b9e9b8389815d2026a91548cec9aebd55c (diff)
downloadpkgsrc-86459dfc681a15949328e6df0117a3d6df89bc9b.tar.gz
Update to 1.4.2.
New features include: * A new function buffer-toggle-compression (and corresponding entry in the Document menu) has been added to change whether the file will be compressed on disk or not. * A "LaTeX (pdflatex)" output format has been added. This new output format produces .tex files that are suitable for pdflatex, including figure conversion to png, pdf or jpeg instead of eps. Changelog is at http://www.lyx.org/announce/1_4_2.txt MESSAGE updated for new user interface. gtar not needed to extract. (Note that the xforms version was not tested.)
Diffstat (limited to 'editors/lyx-qt/Makefile.common')
-rw-r--r--editors/lyx-qt/Makefile.common10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common
index 31f15537cd2..a65c8cb3f7f 100644
--- a/editors/lyx-qt/Makefile.common
+++ b/editors/lyx-qt/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.39 2006/06/19 22:38:38 joerg Exp $
+# $NetBSD: Makefile.common,v 1.40 2006/07/23 00:28:12 reed Exp $
#
-DISTNAME= lyx-1.4.1
+DISTNAME= lyx-1.4.2
CATEGORIES= editors
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://ftp.devel.lyx.org/pub/lyx/ \
@@ -11,7 +11,6 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://ftp.lip6.fr/pub/lyx/stable/ \
ftp://ftp.ntua.gr/pub/X11/LyX/stable/
EXTRACT_SUFX= .tar.bz2
-EXTRACT_USING= gtar
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.lyx.org/
@@ -74,7 +73,10 @@ CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q}
. endif
.endif
-PYTHON_PATCH_SCRIPTS= lib/lyx2lyx/lyx2lyx \
+PYTHON_PATCH_SCRIPTS= lib/configure.py \
+ lib/scripts/TeXFiles.py \
+ lib/scripts/clean_dvi.py \
+ lib/lyx2lyx/lyx2lyx \
lib/lyx2lyx/profiling.py \
lib/scripts/fen2ascii.py \
lib/scripts/layout2layout.py \