summaryrefslogtreecommitdiff
path: root/math/gcalctool/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-16 23:44:14 +0000
committerjmmv <jmmv>2004-02-16 23:44:14 +0000
commit38c50db287dc313277b72483de3154dee7a1604d (patch)
treee68aa0f889902f46fd9929080911c93231ccb1a6 /math/gcalctool/Makefile
parentb2b70130900f2e3e88c2d99ad1df67a956b71dfa (diff)
downloadpkgsrc-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/gcalctool/Makefile')
-rw-r--r--math/gcalctool/Makefile12
1 files changed, 6 insertions, 6 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"