pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/galculator Update galculator to 1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c821ff5a981
branches:  trunk
changeset: 533651:4c821ff5a981
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Sep 23 07:00:30 2007 +0000

description:
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:

 math/galculator/Makefile |   8 +++++---
 math/galculator/PLIST    |  14 +++++++++++---
 math/galculator/distinfo |   8 ++++----
 3 files changed, 20 insertions(+), 10 deletions(-)

diffs (77 lines):

diff -r e168f2f9ac13 -r 4c821ff5a981 math/galculator/Makefile
--- a/math/galculator/Makefile  Sun Sep 23 01:24:55 2007 +0000
+++ b/math/galculator/Makefile  Sun Sep 23 07:00:30 2007 +0000
@@ -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 @@
 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 -r e168f2f9ac13 -r 4c821ff5a981 math/galculator/PLIST
--- a/math/galculator/PLIST     Sun Sep 23 01:24:55 2007 +0000
+++ b/math/galculator/PLIST     Sun Sep 23 07:00:30 2007 +0000
@@ -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 -r e168f2f9ac13 -r 4c821ff5a981 math/galculator/distinfo
--- a/math/galculator/distinfo  Sun Sep 23 01:24:55 2007 +0000
+++ b/math/galculator/distinfo  Sun Sep 23 07:00:30 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index