summaryrefslogtreecommitdiff
path: root/editors/conglomerate/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-02-14 21:32:10 +0000
committerjmmv <jmmv>2005-02-14 21:32:10 +0000
commit1c6211c5d0977a8f262a8dae3283b8ab6e6ad435 (patch)
tree81bd4f8579d58be904a5dd8b67bef3ca9e0d292b /editors/conglomerate/Makefile
parent8445bfab68a8fdf7a9095e598cfe8c1fa97df616 (diff)
downloadpkgsrc-1c6211c5d0977a8f262a8dae3283b8ab6e6ad435.tar.gz
Update to 0.9.0:
This is the first 0.9 release - the main editing widget has been rewritten since the last release (0.7.16). Please download it and try to break things (and fix them - patches gratefully acepted!). The new code fixes a long-standing problem where Conglomerate would crash when loading certain documents. This has now been fixed (we believe), so that Conglomerate should now be able to load and display any well-formed XML document. The design is simpler and should enable us to implement more sophisticated effects in the future (e.g. table editing). Unfortunately, whilst it's better than it was at loading files, it's now less stable when it comes to editing them. There are quite a few bugs still present in the new implementation - for example, "span tags" are invisible if present in a document loaded off disk (freshly created span tags appear as expected). This and other bugs can be seen below a tracker bug ( bug # 143769 ); please file bugs with editing and attach them to this tracker bug. New Translations: * Simplified Chinese (zh_CN) (Funda Wang) Updated Translations: * Czech (cs) (Miloslav Trmac) * German (de) (Frank Arnold) * Greek (el) (Kostas Papadimas) * Canadian English (en_CA) (Adam Weinberger) * British English (en_GB) (David Lodge) * Spanish (es) (Francisco Javier F. Serrador) * French (fr) (Michèle Garoche) * Dutch (nl) (Daniel van Eeden) Enhancements * Major rewrite of the main editing widget (David Malcolm) (Nickolay V. Shmyrev) * Improvements to menu icons and keyboard shortcuts (Alan Horkan) * Beginnings of work on a table-editing plugin for DocBook (David Malcolm) Fixes * Fixes to i18n framework (Michèle Garoche) (Geert Stappers) (Marcel Telka) Fixes to improve stability of basic editing (Nickolay V. Shmyrev) * Fixed the random document generator to use the correct text "Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum", based on http://lipsum.com/ (David Malcolm) * Cleaned up to fix bug # 145096 (David Malcolm) * Fixed simple word-wrapping in new editor widget (I hope) bug # 143994 (David Malcolm)
Diffstat (limited to 'editors/conglomerate/Makefile')
-rw-r--r--editors/conglomerate/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile
index 2f6ca4f2894..784a938a10e 100644
--- a/editors/conglomerate/Makefile
+++ b/editors/conglomerate/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2005/01/01 03:44:51 minskim Exp $
+# $NetBSD: Makefile,v 1.29 2005/02/14 21:32:10 jmmv Exp $
#
-DISTNAME= conglomerate-0.7.12
-PKGREVISION= 6
+DISTNAME= conglomerate-0.9.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/}
@@ -24,7 +23,7 @@ USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --enable-printing
CONFIGURE_ARGS+= --disable-gtk-doc
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
GCONF2_SCHEMAS= conglomerate.schemas
@@ -37,10 +36,12 @@ GCONF2_SCHEMAS= conglomerate.schemas
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
+.include "../../textproc/enchant/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"