diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-15 14:46:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-15 14:46:44 +0000 |
commit | 98ff52bb06ae05ccdb77665302e3510763e8c2f9 (patch) | |
tree | ccf34618085519aa928df71d664e0c3280c3f420 /misc/gwaei/options.mk | |
parent | c4cda5d194c79561669e428ca9b88e17c6148fab (diff) | |
download | pkgsrc-98ff52bb06ae05ccdb77665302e3510763e8c2f9.tar.gz |
Update to 1.2.1:
1.2.1:
This is a bug fix release. A few random crashers were fixed. The
installation prodecure was fixed when doing --disable-schemas-install.
1.2.0:
The results have been worked to have better, easier to skim
formatting. New German, French, and Spanish dictionaries have been added.
The dictionaries are now user-organizable. The radicals in the Radical
search tool now grey out when certain combinations do not return any
kanji. There are other general improvements to make the program easier to
use and remove bugs.
1.1.0:
The main window has a more balanced interface. Bugs have been
squashed here and there. Much code has been refactored, including
doxygen documentation. This release requires GNOME 2.26 level
dependencies, which corresponds approximately to Fedora 11 or Ubuntu
9. There is now an IRC channel at irc://irc.freenode.net/gwaei for
helping users with problems.
Diffstat (limited to 'misc/gwaei/options.mk')
-rw-r--r-- | misc/gwaei/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/gwaei/options.mk b/misc/gwaei/options.mk index bfbf7d5f874..593eeb12489 100644 --- a/misc/gwaei/options.mk +++ b/misc/gwaei/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2009/10/22 22:27:23 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2009/12/15 14:46:44 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gwaei PKG_SUPPORTED_OPTIONS= gnome +# XXX: needed in 1.2.1, link failure if disabled PKG_SUGGESTED_OPTIONS= gnome .include "../../mk/bsd.options.mk" @@ -22,6 +23,7 @@ BUILDLINK_API_DEPENDS.libsexy+= libsexy>=0.1.11 .include "../../devel/libsexy/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/libunique/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" .else CONFIGURE_ARGS+= --without-gnome |