diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-11 16:41:28 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-11 16:41:28 +0000 |
commit | 794d0f87060233d475cbbc724a4ef6ecd0cd0d6c (patch) | |
tree | 0382064fc1bd8b2bbba61bf1c342fa4e239318cf /math | |
parent | b0a27a52d3367a2e6b1499b29bc093dea5631221 (diff) | |
download | pkgsrc-794d0f87060233d475cbbc724a4ef6ecd0cd0d6c.tar.gz |
Update to 4.3.50:
* One more slight adjustment to the fix for bug 135064
(http://bugzilla.gnome.org/show_bug.cgi?id=135064)
Entering numbers that start with the numeric point character ('.")
are now visibly displayed.
* Adjustment to the fix for bug 135064
(http://bugzilla.gnome.org/show_bug.cgi?id=135064)
Fix to remove a potential spurious initial thousands separator
character after a change sign operation.
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 5 | ||||
-rw-r--r-- | math/gcalctool/PLIST | 6 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index c6ffb723634..377b49c509c 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/03/08 19:40:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2004/03/11 16:41:28 jmmv Exp $ # -DISTNAME= gcalctool-4.3.48 -PKGREVISION= 2 +DISTNAME= gcalctool-4.3.50 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/4.3/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/gcalctool/PLIST b/math/gcalctool/PLIST index cef33b0d4d8..f53249565ff 100644 --- a/math/gcalctool/PLIST +++ b/math/gcalctool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/02/27 17:26:30 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/11 16:41:28 jmmv Exp $ bin/gcalctool bin/gnome-calculator share/applications/gcalctool.desktop @@ -25,6 +25,7 @@ ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gcalctool.mo +${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gcalctool.mo @@ -59,6 +60,7 @@ ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gcalctool.mo share/omf/gcalctool/gcalctool-C.omf share/pixmaps/gcalctool.png +@comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/omf/gcalctool @comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/gcalctool/C/figures @@ -66,4 +68,4 @@ share/pixmaps/gcalctool.png @dirrm share/gnome/help/gcalctool @comment in gnome2-dirs: @dirrm share/gnome/help @comment in GConf2: @dirrm share/gconf/schemas -@comment in gnome2-dirs: @dirrm share/applications +@comment in xdg-dirs: @dirrm share/applications diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 57180b95ed8..1fe52d99f8d 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/02/27 17:26:30 jmmv Exp $ +$NetBSD: distinfo,v 1.9 2004/03/11 16:41:28 jmmv Exp $ -SHA1 (gcalctool-4.3.48.tar.bz2) = 1434ddd856207d4d733b559b59c4bef40b8bf599 -Size (gcalctool-4.3.48.tar.bz2) = 618659 bytes +SHA1 (gcalctool-4.3.50.tar.bz2) = 25476f5ac2b598c33710d017a23f7ad56f2e6ea9 +Size (gcalctool-4.3.50.tar.bz2) = 610488 bytes |