diff options
author | drochner <drochner@pkgsrc.org> | 2009-12-09 10:22:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-12-09 10:22:04 +0000 |
commit | c44673bd85bdb3746a5660e3134e7393080f729a (patch) | |
tree | b574ba148dd5526cadeeeb927f5f789217a92e39 /graphics/dia/patches/patch-cb | |
parent | 8f5109c721a39eb31550bc1600ff802e837b550a (diff) | |
download | pkgsrc-c44673bd85bdb3746a5660e3134e7393080f729a.tar.gz |
update to 0.97
changes:
-High quality cross-platform print and pdf output by use of cairo
-Rotated text, but only with the new "Standard - Ouline" object
-Object properties dialog finally does handle multiple objects
-Improved text edit mode for consistent handling of the Delete key
-A new integrated user interface mode with diagrams in tabs
-Almost 200 bugs and feature requests resolved
pkgsrc note: the printing problem mentioned in TODO is resolved
(some outdated nonsense in options.mk disabled use of "cairo")
Diffstat (limited to 'graphics/dia/patches/patch-cb')
-rw-r--r-- | graphics/dia/patches/patch-cb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/dia/patches/patch-cb b/graphics/dia/patches/patch-cb index 5ffe4c94d62..9866fec6f17 100644 --- a/graphics/dia/patches/patch-cb +++ b/graphics/dia/patches/patch-cb @@ -1,13 +1,13 @@ -$NetBSD: patch-cb,v 1.1 2006/06/11 16:55:35 drochner Exp $ +$NetBSD: patch-cb,v 1.2 2009/12/09 10:22:04 drochner Exp $ ---- doc/eu/Makefile.in.orig 2006-06-11 17:35:09.000000000 +0200 +--- doc/eu/Makefile.in.orig 2009-05-03 20:12:41.000000000 +0200 +++ doc/eu/Makefile.in -@@ -326,7 +326,7 @@ docname = dia - lang = eu - omffile = - entities = --@HAVE_GNOME_FALSE@docdir = $(datadir)/help/$(docname)/$(lang) -+@HAVE_GNOME_FALSE@docdir = $(datadir)/dia/help/$(lang) +@@ -331,7 +331,7 @@ RESOLUTION = 600 + ENCODING = utf8 + UNICODE = 1 + LATEX_CLASS_OPTIONS = -P 'latex.class.options=oneside' +-@HAVE_GNOME_FALSE@helpdocdir = $(datadir)/$(docname)/help/$(lang) ++@HAVE_GNOME_FALSE@helpdocdir = $(datadir)/dia/help/$(lang) # ********** Begin of section some packagers may need to modify ********** - # This variable (docdir) specifies where the documents should be installed. + # This variable (helpdocdir) specifies where the documents should be installed. |