diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-28 23:38:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-28 23:38:33 +0000 |
commit | 1d030e4b027e5b88becba193d20f9b010d959c9f (patch) | |
tree | cdc2fd66cc860674ab9642af78b49fb2e1eb7091 /time/gnotime/Makefile | |
parent | e9cd427dc6c2168388fc1a80f705ca115bf3b1a4 (diff) | |
download | pkgsrc-1d030e4b027e5b88becba193d20f9b010d959c9f.tar.gz |
Update to 2.3.0:
New in the 2.3.0 Release:
-------------------------
The main changes in this release are:
* a new implementation of the projects tree using the GtkTreeView
component which fixes a lot of the bugs regarding the projects
tree manipulation and prepares the way for many customizations
in future releases.
* an initial implementation of a tray icon that displays timer status
and allows the user to toggle the timer by clicking on it.
* a rewrite of the idle detection using the XScreenSaver extension and
of the timer system to make it more system power conservation
friendly.
* port of the report system to use guile version 1.8.
* many changes in the configure script, including porperly checking for
guile and gconf and version of available DBUS.
* removal of some deprecated APIs usage.
In addition, many bugs have been fixed, including:
* broken behavior of drag-and-drop (#1856268)
* compiles but crashes on startup in fedora core 5 (#1802501)
* activity journal truncates seconds (#1706365)
* green bar flickers when value changes (#1171204)
* dragging project to make sub-project will not scroll (#831808)
New in the 2.2.3 Release:
-------------------------
This release brings better internationalization in reports with locale
based formating of times and monetary values. The newly added support
for DBus messages allows users to start/stop the timer and save/reload
the data file from the command line using the gnotime-remote
script. Also, an update user's manual covers most of the features
available in this version. In addition, many bugs have been fixed,
including:
-- Crash when saving to full filesystem (#1548248)
-- Day of century calculation error causing skipped day in reports
-- Conflicting keybindings (#1639477)
-- Invoice report doesn't work in locales other than C
-- Hidden question dialog when overwriting file during report saving
(http://bugs.debian.org/422023)
Diffstat (limited to 'time/gnotime/Makefile')
-rw-r--r-- | time/gnotime/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile index 2a43b39288d..e82eca96561 100644 --- a/time/gnotime/Makefile +++ b/time/gnotime/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2008/06/20 01:09:39 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2008/10/28 23:38:33 wiz Exp $ -DISTNAME= gnotime-2.2.1 -PKGREVISION= 16 +DISTNAME= gnotime-2.3.0 CATEGORIES= time gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gttr/} @@ -18,8 +17,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GCONF_SCHEMAS= gnotime.schemas - -BUILDLINK_DEPMETHOD.libXt?= build +MAKE_ENV+= GCONF_SCHEMAS_DIR=${GCONF_SCHEMAS_DIR:Q} .include "../../devel/GConf/schemas.mk" .include "../../devel/glib2/buildlink3.mk" @@ -28,13 +26,13 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" +.include "../../devel/qof/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/gnome-vfs/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" -.include "../../www/gtkhtml38/buildlink3.mk" -.include "../../x11/libSM/buildlink3.mk" -.include "../../x11/libX11/buildlink3.mk" -.include "../../x11/libXt/buildlink3.mk" +.include "../../www/gtkhtml314/buildlink3.mk" +.include "../../x11/libXScrnSaver/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |