diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 02:46:01 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 02:46:01 +0000 |
commit | 54e3349c40a0a4639aac1eb47c0d9bb20ffb4a04 (patch) | |
tree | 1a0756b22979b5b85075df8576b25307fb9d7e4e /math | |
parent | 0884711a141969b14b8d534ad8c7742db3653b0f (diff) | |
download | pkgsrc-54e3349c40a0a4639aac1eb47c0d9bb20ffb4a04.tar.gz |
Update to 4.3.38 from Min Sik Kim in PR pkg/24101.
Changes since 4.3.35:
* Fixed bug 131059. Fix to allow the thousands separator to be used
correctly with the creation of the initial constant values in the
Russian locale.
* Fixed bug 130078. Changed the y^x button label to x^y (really x
superscript y). Adjusted the tooltip message to "Raise displayed
value to the power of y".
* Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check
from the get_tsep() routine in order to get the thousands separator to
correctly work in all locales. Note that there is no thousands separator
now for the C locale.
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 5 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 6c0fbe86100..09923ab6896 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/01/14 02:27:17 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/16 02:46:01 xtraeme Exp $ # -DISTNAME= gcalctool-4.3.35 +DISTNAME= gcalctool-4.3.38 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/4.3/} EXTRACT_SUFX= .tar.bz2 @@ -26,5 +26,6 @@ GCONF2_SCHEMAS= gcalctool.schemas .include "../../devel/libgnome/buildlink2.mk" .include "../../devel/libgnomeui/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" +.include "../../textproc/intltool/buildlink2.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 38e350b53ec..c2731046e78 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/01/14 02:27:17 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2004/01/16 02:46:01 xtraeme Exp $ -SHA1 (gcalctool-4.3.35.tar.bz2) = 07c545cdbe5bb80a7cfa7dd492d05ba1ebc5bc3c -Size (gcalctool-4.3.35.tar.bz2) = 583028 bytes +SHA1 (gcalctool-4.3.38.tar.bz2) = 102698b6cb87144fdbbe3c5f23aadf6854f62ff4 +Size (gcalctool-4.3.38.tar.bz2) = 606041 bytes |