From 5e791642fc6104c871d304b418c69136089e2552 Mon Sep 17 00:00:00 2001 From: bad Date: Mon, 20 Nov 2006 18:34:27 +0000 Subject: 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 --- comms/jpilot/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comms/jpilot/Makefile') 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 -- cgit v1.2.3