diff options
author | salo <salo> | 2003-02-23 03:19:54 +0000 |
---|---|---|
committer | salo <salo> | 2003-02-23 03:19:54 +0000 |
commit | 9466957f984d42c88250bbcce66a3eca313b7bc6 (patch) | |
tree | b192305a9180a98746b3208dce0b1d1749d38262 /editors/yudit/Makefile | |
parent | 60610639a9f7848d65aed9bc2a6bd67b13e2d1f1 (diff) | |
download | pkgsrc-9466957f984d42c88250bbcce66a3eca313b7bc6.tar.gz |
Updated to version 2.7.2.
Changes:
2.7.2:
======
- Renaming and cleaning up several kmaps.
- Added contributed Russian menu translations and FAQ.
- Old Hungarian has been renamed to Hungarian Runes
- Added several kmaps:
SAMPA,Berbere,Russian,Farsi
- Small bugfixes
2.7:
====
- Added full Unicode compliant bidirectional text support
- Added fallback to root xinput style if no suitable style is found
- Received and added Polish gui translations, Persian.kmap,
Sanskrit.kmap Inuktitut-ICI.kmap, Inuktitut-KBD.kmap,
Chinese-Pinyin.kmap, Chinese-WB.kmap, ArmenianEastPhon.kmap
- Speed Optimizations
- OpenType GPOS support for composing characters
- Better TAB control
Older changes available in appropriate CHANGELOGs (too long to include).
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r-- | editors/yudit/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 91028341205..32f959453ec 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/10/10 00:05:41 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/02/23 03:19:54 salo Exp $ # -DISTNAME= yudit-2.5 +DISTNAME= yudit-2.7.2 CATEGORIES= editors MASTER_SITES= http://yudit.org/download/ @@ -11,13 +11,10 @@ COMMENT= Unicode Text Editor USE_BUILDLINK2= yes USE_GMAKE= yes -USE_X11BASE= yes +USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-x -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -post-configure: - cd ${WRKSRC}/gui/locale && mv cz cs +CONFIGURE_ARGS+= --with-x .include "../../graphics/freetype-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |