update to 1.0.12

changes:
-Recently used files menu
-fixes
-translation updates
This commit is contained in:
drochner 2010-11-28 13:21:56 +00:00
parent f54faa15f9
commit 814f27c6c2
3 changed files with 6 additions and 28 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.34 2010/11/15 22:57:50 abs Exp $
# $NetBSD: Makefile,v 1.35 2010/11/28 13:21:56 drochner Exp $
#
DISTNAME= genius-1.0.11
PKGREVISION= 1
DISTNAME= genius-1.0.12
CATEGORIES= math
MASTER_SITES= http://ftp.5z.com/pub/genius/

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.12 2010/11/02 18:02:34 drochner Exp $
$NetBSD: distinfo,v 1.13 2010/11/28 13:21:56 drochner Exp $
SHA1 (genius-1.0.11.tar.gz) = 7be35bfead9a24856e397fe7a2060fd4e6802d34
RMD160 (genius-1.0.11.tar.gz) = 241d5c5fc030d2f6fdd678f920221e0b92979447
Size (genius-1.0.11.tar.gz) = 2255516 bytes
SHA1 (patch-ab) = 18c647d379d34bedbf2415a41b675333940cec71
SHA1 (genius-1.0.12.tar.gz) = 20c0faa792002824466cb03bb7f68f61af6987dd
RMD160 (genius-1.0.12.tar.gz) = d619c8f17606d51cf2b9dc695f157e201fc4290a
Size (genius-1.0.12.tar.gz) = 2266671 bytes

View file

@ -1,20 +0,0 @@
$NetBSD: patch-ab,v 1.1 2010/08/18 17:40:31 asau Exp $
Fix tabulation.
--- gtkextra/Makefile.in.orig 2010-08-18 11:13:33.000000000 +0400
+++ gtkextra/Makefile.in 2010-08-18 21:27:52.000000000 +0400
@@ -800,11 +800,11 @@
$(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
&& mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
|| ( rm -f gtkextra-marshal.tmp && exit 1 )
$(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
&& mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
|| ( rm -f gtkextra-marshal.tmp && exit 1 )