summaryrefslogtreecommitdiff
path: root/math/qalculate-gtk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-06-14 20:14:21 +0000
committeradam <adam@pkgsrc.org>2006-06-14 20:14:21 +0000
commit0ac95802aee8816bf6c9988ab832c862aad3e938 (patch)
tree78efd7ddba6c97db9fda36ac4917964faa35c8dc /math/qalculate-gtk/Makefile
parente061ea3b5a3f322eff9139e82ff1bb854a2ca069 (diff)
downloadpkgsrc-0ac95802aee8816bf6c9988ab832c862aad3e938.tar.gz
Changes 0.9.4:
* True RPN mode with stack manipulation * Dutch translation (from Jaap Woldringh and the Dutch KDE translation team) * New application icons (from Thomas Lübking) * API documentation (approximately halfway) * Enhanced edit matrix/vector dialogs, with widget for GTK+ * View/edit/insert matrix/vector menu items (GTK+) * Combined dialog for number bases in result and expression (GTK+) * Fix comma as decimal sign with KDE GUI * "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE) * Ignore commas (with dot as decimal sign) in numbers and option to use dot as thousands separator * Fix removal of factors in simplifaction ("1 kg m/s" was simplified to "1000 m/s") * Fix libqalculate.so unresolved symbols * Fix bug that caused all number arguments to require numbers to be rational * Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers, respectively, when base is decimal * Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN) * Set vectors and matrices as the first argument by default * New functions * Fix integration * New unit: psi * New name format in data files for more flexible translations * Change some dubious mathematical wordings
Diffstat (limited to 'math/qalculate-gtk/Makefile')
-rw-r--r--math/qalculate-gtk/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile
index d3ddb283aca..5e6ee142321 100644
--- a/math/qalculate-gtk/Makefile
+++ b/math/qalculate-gtk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2006/05/11 14:21:35 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/14 20:14:21 adam Exp $
-DISTNAME= qalculate-gtk-0.9.3
-PKGREVISION= 2
+DISTNAME= qalculate-gtk-0.9.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
@@ -18,7 +17,7 @@ USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
.include "../../devel/libglade2/buildlink3.mk"
-.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../math/qalculate/buildlink3.mk"
.include "../../textproc/scrollkeeper/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"