Update to 1.1.4: RPN mode improvements, bugfixes, translation updates.
This commit is contained in:
parent
c1dc67d266
commit
fdfcb2f9ac
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.3 2003/09/24 15:07:19 naddy Exp $
|
# $OpenBSD: Makefile,v 1.4 2003/11/13 02:37:47 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "GTK2-based scientific calculator"
|
COMMENT= "GTK2-based scientific calculator"
|
||||||
|
|
||||||
DISTNAME= galculator-1.1.3
|
DISTNAME= galculator-1.1.4
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
HOMEPAGE= http://galculator.sourceforge.net/
|
HOMEPAGE= http://galculator.sourceforge.net/
|
||||||
|
|
||||||
@ -15,10 +15,10 @@ PERMIT_DISTFILES_CDROM= Yes
|
|||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/}
|
||||||
EXTRACT_SUFX= .tar.bz2
|
|
||||||
|
|
||||||
LIB_DEPENDS= glade-2.0.=0::devel/libglade2
|
LIB_DEPENDS= glade-2.0.=0::devel/libglade2
|
||||||
|
|
||||||
|
SEPARATE_BUILD= simple
|
||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
CONFIGURE_STYLE=gnu
|
CONFIGURE_STYLE=gnu
|
||||||
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (galculator-1.1.3.tar.bz2) = 4fded689a79b21015bf8d762916c0330
|
MD5 (galculator-1.1.4.tar.gz) = d4da62d2926ab748225fd6c1dbc62915
|
||||||
RMD160 (galculator-1.1.3.tar.bz2) = caf256b82d422b4c2ce83169aae6c3062032abe3
|
RMD160 (galculator-1.1.4.tar.gz) = 580358afcdd342f6a44f4e1751b4d71345d2a126
|
||||||
SHA1 (galculator-1.1.3.tar.bz2) = 85cf70f75d39094edb54dd4798bb4558fd2deaff
|
SHA1 (galculator-1.1.4.tar.gz) = b21493fe83db6cfc96409f0a9efecbc26c7da1b7
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
$OpenBSD: patch-configure,v 1.1.1.1 2003/06/25 21:58:05 naddy Exp $
|
|
||||||
--- configure.orig Wed Jun 25 16:24:13 2003
|
|
||||||
+++ configure Wed Jun 25 17:13:12 2003
|
|
||||||
@@ -4003,6 +4003,8 @@ done
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$gt_cv_have_gettext" = "yes"; then
|
|
||||||
+save_LIBS=$LIBS
|
|
||||||
+LIBS="$INTLLIBS $LIBS"
|
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define HAVE_GETTEXT 1
|
|
||||||
@@ -4334,6 +4336,7 @@ rm -f conftest.$ac_objext conftest$ac_ex
|
|
||||||
gt_cv_have_gettext=no
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
+LIBS=$save_LIBS
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.3 2003/09/24 15:07:19 naddy Exp $
|
@comment $OpenBSD: PLIST,v 1.4 2003/11/13 02:37:47 naddy Exp $
|
||||||
bin/galculator
|
bin/galculator
|
||||||
man/man1/galculator.1
|
man/man1/galculator.1
|
||||||
share/applications/galculator.desktop
|
share/applications/galculator.desktop
|
||||||
@ -7,6 +7,7 @@ share/galculator/glade/basic_buttons.glade
|
|||||||
share/galculator/glade/color.glade
|
share/galculator/glade/color.glade
|
||||||
share/galculator/glade/dispctrl_bottom.glade
|
share/galculator/glade/dispctrl_bottom.glade
|
||||||
share/galculator/glade/dispctrl_right.glade
|
share/galculator/glade/dispctrl_right.glade
|
||||||
|
share/galculator/glade/dispctrl_right_vertical.glade
|
||||||
share/galculator/glade/font.glade
|
share/galculator/glade/font.glade
|
||||||
share/galculator/glade/main_frame.glade
|
share/galculator/glade/main_frame.glade
|
||||||
share/galculator/glade/prefs.glade
|
share/galculator/glade/prefs.glade
|
||||||
|
Loading…
Reference in New Issue
Block a user