update to 1.2.3: small fixes, translation updates

This commit is contained in:
naddy 2004-05-27 20:10:19 +00:00
parent 1e300f15ee
commit 8205995281
4 changed files with 5 additions and 34 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2004/04/05 21:42:27 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2004/05/27 20:10:19 naddy Exp $
COMMENT= "GTK2-based scientific calculator"
DISTNAME= galculator-1.2.2
DISTNAME= galculator-1.2.3
CATEGORIES= math
HOMEPAGE= http://galculator.sourceforge.net/

View File

@ -1,3 +1,3 @@
MD5 (galculator-1.2.2.tar.gz) = 426747a469a3610db3897bbad78dceaf
RMD160 (galculator-1.2.2.tar.gz) = 9cfb0b59559ba19777b5673c0daa826fecdcccbb
SHA1 (galculator-1.2.2.tar.gz) = 6333e5940e186911b68a148697f6bbc5fa5686cf
MD5 (galculator-1.2.3.tar.gz) = d3659acdc1665f78cf16a4ac977ca7db
RMD160 (galculator-1.2.3.tar.gz) = 4836745c1784fc206e301e5d355a1df7513f7513
SHA1 (galculator-1.2.3.tar.gz) = a2a548a3f5958a3ce906333e6dcdb127ec6adc64

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-configure,v 1.3 2004/04/05 21:42:27 naddy Exp $
--- configure.orig 2004-03-21 00:42:32.000000000 +0100
+++ configure 2004-03-21 00:42:53.000000000 +0100
@@ -2655,13 +2655,6 @@ if test -z "`$INTLTOOL_PERL -v | fgrep '
echo "$as_me: error: perl 5.x required for intltool" >&2;}
{ (exit 1); exit 1; }; }
fi
-if `perl -e "require XML::Parser" 2>/dev/null`; then
-:
-else
- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
- { (exit 1); exit 1; }; }
-fi
# Remove file type tags (using []) from po/POTFILES.

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-galculator_desktop_in,v 1.1.1.1 2003/06/25 21:58:05 naddy Exp $
--- galculator.desktop.in.orig Wed Jun 25 21:41:08 2003
+++ galculator.desktop.in Wed Jun 25 21:41:16 2003
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=galculator
_Comment=Scientific calculator
-Exec=/usr/bin/galculator
+Exec=galculator
Icon=gnome-calc2.png
Terminal=false
Type=Application