diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-05 20:35:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-05 20:35:29 +0000 |
commit | 2d955e006e9d7aa0424e18211431d6bb5b65762f (patch) | |
tree | a0ca431683269e220c1bb3fc77624d740c4b868c /math | |
parent | 390d3f0e7a1a9c881df7411d94e8a67f7e1bda48 (diff) | |
download | pkgsrc-2d955e006e9d7aa0424e18211431d6bb5b65762f.tar.gz |
update to 1.3.1
This release fixes some minor bugs in build process and GUI.
Diffstat (limited to 'math')
-rw-r--r-- | math/galculator/Makefile | 7 | ||||
-rw-r--r-- | math/galculator/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 7de5f55d1e8..9c977c59584 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2007/09/23 07:00:30 obache Exp $ +# $NetBSD: Makefile,v 1.15 2007/11/05 20:35:29 drochner Exp $ # -DISTNAME= galculator-1.3 +DISTNAME= galculator-1.3.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/} @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://galculator.sourceforge.net/ COMMENT= Desktop calculator with scientific / RPN modes -WRKSRC= ${WRKDIR}/${DISTNAME}.0 - USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config intltool @@ -18,4 +16,5 @@ USE_DIRS+= xdg-1.1 .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/galculator/distinfo b/math/galculator/distinfo index 2a1e2a8f19e..4a20a9a2e6a 100644 --- a/math/galculator/distinfo +++ b/math/galculator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/09/23 07:00:30 obache Exp $ +$NetBSD: distinfo,v 1.5 2007/11/05 20:35:29 drochner Exp $ -SHA1 (galculator-1.3.tar.gz) = b468ac822be8033b094847a1f0069827dc39598e -RMD160 (galculator-1.3.tar.gz) = 57216cdc4ac42a3adfb94011f0927406d0afef5b -Size (galculator-1.3.tar.gz) = 516303 bytes +SHA1 (galculator-1.3.1.tar.gz) = 095765206cab968d6f00c1ae58b1bd8425c454d6 +RMD160 (galculator-1.3.1.tar.gz) = 0632ccb98db5e11b413ffbf00e17d3c547fb10e9 +Size (galculator-1.3.1.tar.gz) = 517320 bytes |