diff options
author | bad <bad@pkgsrc.org> | 2006-11-20 18:34:27 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2006-11-20 18:34:27 +0000 |
commit | 5f281e53a89c1a0a0595ba0d8aa47d1a84b8cfb7 (patch) | |
tree | 38a72317347badab43dfcfc587f36e6368244f41 /comms/jpilot/Makefile | |
parent | 540c47d6003434032c67262a8c8c5b5b15223a85 (diff) | |
download | pkgsrc-5f281e53a89c1a0a0595ba0d8aa47d1a84b8cfb7.tar.gz |
Update jpilot to 0.99.9.
Changes since 0.99.8:
0.99.9
Fixed a major Memo category sync bug.
Removed clipboard code, which would cause X to freeze when ran with some
applications, rdesktop, to name one.
Many bug fixes, and GUI improvements, see Changelog.cvs for details.
0.99.9-pre2
Fix Bugzilla 1533 where null description in appointment crashes ical
export of datebook
Keyring: Added a field for the last changed date and set it to today
when the record is changed.
Search:
- Have focus default to search entry field when the Find window is
called to the front
- Added ability to hit Enter and automatically go to the currently
highlighted record.
Some more bugs fixed
0.99.9-pre1
Generalization of GTK+2 stock buttons (butons with icon) and make
J-Pilot more conform to GNOME Human Interface Guidelines
Build with GTK+2 by default. Use --disable-gtk2 if you want GTK+1 instead
Add Ukrainian and Korean translations
Add support of Korean (CP949) encoding
Correct a bug that prevented jpilot to start with GTK+ 2.8 (Ubuntu)
Some more bugs fixed
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r-- | comms/jpilot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 8da7cbdf34d..666044d8d8c 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2006/07/05 05:37:39 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2006/11/20 18:34:27 bad Exp $ # -DISTNAME= jpilot-0.99.8 +DISTNAME= jpilot-0.99.9 CATEGORIES= comms MASTER_SITES= http://jpilot.org/ @@ -17,11 +17,11 @@ USE_X11= YES USE_OLD_DES_API= YES USE_DIRS+= gnome1-1.0 USE_TOOLS+= intltool msgfmt pkg-config +USE_LANGUAGES+= c GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" +CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk2}" CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}" -CONFIGURE_ARGS+= --enable-gtk2 LDFLAGS+= -export-dynamic DOCDIR= ${PREFIX}/share/doc/jpilot |