[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / gcalctool

File: [cvs.NetBSD.org] / pkgsrc / math / gcalctool / Attic / Makefile (download)

Revision 1.74, Sat Oct 25 00:43:23 2008 UTC (15 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.73: +3 -3 lines

Update to 5.24.1:

Overview of changes in gcalctool 5.24.1

    * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965)

    * Only update bit panel when display contains a solved number (Bug #548690).

    * gcalctool/gtk.c: Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).

    * Updated translations: ar (Anas Afif Emad), bg (Alexander Shopov), pt_BR (Vladimir Melo).

Overview of changes in gcalctool 5.24.0

    * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
                            bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
                            dz (Pema Geyleg), gu (Sweta Kothari),
                            hr (Robert Sedak), hu (Gabor Kelemen),
			    it (Luca Ferretti), kn (Shankar Prasad),
			    ko (Changwoo Ryu), lt (Gintautas Miliauskas),
                            ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
                            mr (Sandeep Shedmake), ro (Miu Moldovan),
                            sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
                            te (Krishnababu K), tr (Baris Cicek),
                            zh_CN (Funda Wang)

    * Updated help: es (Jorge Gonzalez)
----

Overview of changes in gcalctool 5.23.92

    * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
                            bg (Alexander Shopov)

----

Overview of changes in gcalctool 5.23.91

    * Fix packing for modulus button (Bug #548880)

    * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
      other desktops can use GCalctool (bug #518862).

----

Overview of changes in gcalctool 5.23.90

    * Fix some small memory leaks (Felix Riemann, Bug #547942)

    * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)

    * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)

    * Updated documentation: ru (Yuriy Penkin)

----

Overview of changes in gcalctool 5.23.6

    * Deprecated left-to-right mode (Bug #500994).

    * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)

    * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)

    * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)

----

Overview of changes in gcalctool 5.23.5

    * Fix regression in factorial operation (Klaus Niederkrueger)

    * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)

    * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)

    * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)

    * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)

----

Overview of changes in gcalctool 5.23.4

    * Added workaround to stop display disappearing when editing large displays (Bug #524602)

    * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)

    * Updated translations: ar (Djihed Afifi)

----

Overview of changes in gcalctool 5.23.3

    * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)

    * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)

----

Overview of changes in gcalctool 5.23.2

    * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)

    * Structural changes in preperation for full unicode support (Bug #530532)

    * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
      nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbani)

----

Overview of changes in gcalctool 5.23.1

    * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)

    * Fixes incorrect negation precedence (Bug #526094)

    * Fixes issues with thousands seperators and radix in non-english
      locales (Bug #527669)

    * Fixes regression in constant and function menus (Bug #527545)

    * Fixes problem where display is invisible after solving equation
      (Bug #524602)

# $NetBSD: Makefile,v 1.74 2008/10/25 00:43:23 wiz Exp $
#

DISTNAME=		gcalctool-5.24.1
CATEGORIES=		math gnome
MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gcalctool/5.24/}
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://calctool.sourceforge.net/
COMMENT=		Desktop calculator for GNOME

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=		YES
CONFIGURE_ENV+=		HAVE_YACC=yes

USE_DIRS+=		gnome2-1.5
USE_LIBTOOL=		yes
USE_TOOLS+=		bison gmake intltool flex msgfmt pkg-config
USE_PKGLOCALEDIR=	yes

GCONF_SCHEMAS=		gcalctool.schemas

BUILDLINK_API_DEPENDS.gtk2+=	gtk2+>=2.6.0

.include "../../devel/GConf/schemas.mk"
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"