diff options
author | jmmv <jmmv> | 2004-02-16 23:44:14 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-16 23:44:14 +0000 |
commit | 38c50db287dc313277b72483de3154dee7a1604d (patch) | |
tree | e68aa0f889902f46fd9929080911c93231ccb1a6 /math | |
parent | b2b70130900f2e3e88c2d99ad1df67a956b71dfa (diff) | |
download | pkgsrc-38c50db287dc313277b72483de3154dee7a1604d.tar.gz |
Update to 4.3.44.
Overview of changes in gcalctool 4.3.44
* Fixed bug 133764.
- "Gradients" was still appearing when in Scientific mode (instead of
"Gradians".
- In the x^2 button, the 2 should not be italicized.
- In the x^2 and x^y buttons, the x should be italicized.
- The View Thousands Separator menu item should not remain active during
an error condition.
Overview of changes in gcalctool 4.3.43
* Fixed bug 133590. The About box now lists the documenters of gcalctool.
Overview of changes in gcalctool 4.3.42
* Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen
(rather than square brackets) to show what mode the user is currently
using.
Overview of changes in gcalctool 4.3.41
* Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather
than frames (per the HIG).
Overview of changes in gcalctool 4.3.40
* Fixed bug 131571. User defined constants are now read/written out (as
gconf resources) with no thousands separator and with a radix of ".".
Overview of changes in gcalctool 4.3.39
* Fixed bug 131594. The "Insert ASCII View..." menu item and the
"Insert" button no longer use the GTK_STOCK_CONVERT stock icon
(as per the HIG).
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 12 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index da4a00fd1ba..1c7ae306cd3 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.19 2004/02/11 05:05:39 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2004/02/16 23:44:14 jmmv Exp $ # -DISTNAME= gcalctool-4.3.38 -PKGREVISION= 2 +DISTNAME= gcalctool-4.3.44 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/4.3/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= sab@posix.org.uk HOMEPAGE= http://calctool.sourceforge.net/ -COMMENT= Gtk2+ version of calctool +COMMENT= Desktop calculator for GNOME BUILD_USES_MSGFMT= YES DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs @@ -22,11 +21,12 @@ USE_PKGLOCALEDIR= yes GCONF2_SCHEMAS= gcalctool.schemas -.include "../../x11/gtk2/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" -.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index c2731046e78..50ce19efb4a 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/01/16 02:46:01 xtraeme Exp $ +$NetBSD: distinfo,v 1.6 2004/02/16 23:44:14 jmmv Exp $ -SHA1 (gcalctool-4.3.38.tar.bz2) = 102698b6cb87144fdbbe3c5f23aadf6854f62ff4 -Size (gcalctool-4.3.38.tar.bz2) = 606041 bytes +SHA1 (gcalctool-4.3.44.tar.bz2) = ffb2c4bcb86180e8b34b2b0d9f698204bb0bba9b +Size (gcalctool-4.3.44.tar.bz2) = 610762 bytes |