ec819359a2
Overview of changes in gcalctool 4.3.44 * Fixed bug 133764. - "Gradients" was still appearing when in Scientific mode (instead of "Gradians". - In the x^2 button, the 2 should not be italicized. - In the x^2 and x^y buttons, the x should be italicized. - The View Thousands Separator menu item should not remain active during an error condition. Overview of changes in gcalctool 4.3.43 * Fixed bug 133590. The About box now lists the documenters of gcalctool. Overview of changes in gcalctool 4.3.42 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen (rather than square brackets) to show what mode the user is currently using. Overview of changes in gcalctool 4.3.41 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather than frames (per the HIG). Overview of changes in gcalctool 4.3.40 * Fixed bug 131571. User defined constants are now read/written out (as gconf resources) with no thousands separator and with a radix of ".". Overview of changes in gcalctool 4.3.39 * Fixed bug 131594. The "Insert ASCII View..." menu item and the "Insert" button no longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
32 lines
920 B
Makefile
32 lines
920 B
Makefile
# $NetBSD: Makefile,v 1.20 2004/02/16 23:44:14 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gcalctool-4.3.44
|
|
CATEGORIES= math gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/4.3/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= sab@posix.org.uk
|
|
HOMEPAGE= http://calctool.sourceforge.net/
|
|
COMMENT= Desktop calculator for GNOME
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GCONF2_SCHEMAS= gcalctool.schemas
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|