diff options
author | obache <obache@pkgsrc.org> | 2007-09-23 07:00:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-23 07:00:30 +0000 |
commit | 0dee0467b9bef7c83609c0d10b9bffa4b61864dc (patch) | |
tree | fda69f16ddb224d75e8688e68cb7f655fbdc8577 /math/galculator | |
parent | 3a63b9511968c9e8c01eb01dca54f7d3f985caba (diff) | |
download | pkgsrc-0dee0467b9bef7c83609c0d10b9bffa4b61864dc.tar.gz |
Update galculator to 1.3.
Based on patch provided by PR 37017.
Fixes build problem with gtk-2.12.0.
OKed by wiz@.
This release introduces so-called paper mode, a new galculator view intended to
be more intuitive by means of "Do your calculations as you would do them on a
paper". Along with this new GUI feature, various bugs all over the GUI - core
interface have been fixed, with the arithmetic core stable and flawless since a
handful of releases.
Diffstat (limited to 'math/galculator')
-rw-r--r-- | math/galculator/Makefile | 8 | ||||
-rw-r--r-- | math/galculator/PLIST | 14 | ||||
-rw-r--r-- | math/galculator/distinfo | 8 |
3 files changed, 20 insertions, 10 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 56e763a716b..7de5f55d1e8 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2007/09/21 13:03:58 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/09/23 07:00:30 obache Exp $ # -DISTNAME= galculator-1.2.5.2 -PKGREVISION= 2 +DISTNAME= galculator-1.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/} @@ -10,9 +9,12 @@ 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 +USE_DIRS+= xdg-1.1 .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" diff --git a/math/galculator/PLIST b/math/galculator/PLIST index e26af21b0c0..46e281145ce 100644 --- a/math/galculator/PLIST +++ b/math/galculator/PLIST @@ -1,22 +1,30 @@ -@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:24 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/09/23 07:00:30 obache Exp $ bin/galculator man/man1/galculator.1 share/applications/galculator.desktop share/galculator/glade/about.glade share/galculator/glade/basic_buttons.glade -share/galculator/glade/color.glade +share/galculator/glade/classic_view.glade share/galculator/glade/dispctrl_bottom.glade share/galculator/glade/dispctrl_right.glade share/galculator/glade/dispctrl_right_vertical.glade -share/galculator/glade/font.glade share/galculator/glade/main_frame.glade +share/galculator/glade/paper_view.glade share/galculator/glade/prefs.glade share/galculator/glade/scientific_buttons.glade share/locale/de/LC_MESSAGES/galculator.mo +share/locale/es_MX/LC_MESSAGES/galculator.mo share/locale/fr/LC_MESSAGES/galculator.mo share/locale/ja/LC_MESSAGES/galculator.mo share/locale/pl/LC_MESSAGES/galculator.mo share/locale/pt_BR/LC_MESSAGES/galculator.mo share/locale/ro/LC_MESSAGES/galculator.mo +share/locale/ru/LC_MESSAGES/galculator.mo +share/locale/sk/LC_MESSAGES/galculator.mo +share/pixmaps/galculator/galculator.svg +share/pixmaps/galculator/galculator_48x48.png +@dirrm share/pixmaps/galculator +@comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/galculator/glade @dirrm share/galculator +@comment in xdg-dirs: @dirrm share/applications diff --git a/math/galculator/distinfo b/math/galculator/distinfo index 7c4f6d29b0a..2a1e2a8f19e 100644 --- a/math/galculator/distinfo +++ b/math/galculator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/04/03 13:08:03 drochner Exp $ +$NetBSD: distinfo,v 1.4 2007/09/23 07:00:30 obache Exp $ -SHA1 (galculator-1.2.5.2.tar.gz) = 576c2b3a5759beab0d7344efe351814fa4fb518e -RMD160 (galculator-1.2.5.2.tar.gz) = 3c4affc09b13444a076670a9534b4ee9f1d29a54 -Size (galculator-1.2.5.2.tar.gz) = 479727 bytes +SHA1 (galculator-1.3.tar.gz) = b468ac822be8033b094847a1f0069827dc39598e +RMD160 (galculator-1.3.tar.gz) = 57216cdc4ac42a3adfb94011f0927406d0afef5b +Size (galculator-1.3.tar.gz) = 516303 bytes |