- update gramps to 3.2.1
This commit is contained in:
parent
25f9152d38
commit
d675dce953
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2009/12/21 22:35:03 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/05/07 17:48:54 jasper Exp $
|
||||
|
||||
COMMENT= genealogical research and analysis management program system
|
||||
|
||||
DISTNAME= gramps-3.1.3
|
||||
DISTNAME= gramps-3.2.1
|
||||
|
||||
CATEGORIES= misc x11
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gramps-3.1.3.tar.gz) = 4q+C85qht2keCTDBsNZi4A==
|
||||
RMD160 (gramps-3.1.3.tar.gz) = mPY9ZSuW2vkyAhyNPGYWHkNi0KY=
|
||||
SHA1 (gramps-3.1.3.tar.gz) = R5jUM+qvFoDVOTUMYxrW1QoLv/s=
|
||||
SHA256 (gramps-3.1.3.tar.gz) = IikEg21+lH3ULImtMhYcE54cAaXOBptC3tGT2tPPJsw=
|
||||
SIZE (gramps-3.1.3.tar.gz) = 7136101
|
||||
MD5 (gramps-3.2.1.tar.gz) = VeODL5Y8dcUZ/bMxdT01yQ==
|
||||
RMD160 (gramps-3.2.1.tar.gz) = FkHBkhLbuht9MpLATh9Hs+b6O0w=
|
||||
SHA1 (gramps-3.2.1.tar.gz) = Pe4ZkHrC2nJFzLjhXps8HhJP1T8=
|
||||
SHA256 (gramps-3.2.1.tar.gz) = xMOTOMsNKPVFNxrmletyr0TYeeaFIlqdhv5S2XE26lE=
|
||||
SIZE (gramps-3.2.1.tar.gz) = 7196866
|
||||
|
26
misc/gramps/patches/patch-src_gramps_py
Normal file
26
misc/gramps/patches/patch-src_gramps_py
Normal file
@ -0,0 +1,26 @@
|
||||
$OpenBSD: patch-src_gramps_py,v 1.1 2010/05/07 17:48:54 jasper Exp $
|
||||
--- src/gramps.py.orig Wed Apr 21 09:07:02 2010
|
||||
+++ src/gramps.py Wed Apr 21 09:08:01 2010
|
||||
@@ -67,14 +67,14 @@ except ValueError:
|
||||
gettext.textdomain(TransUtils.LOCALEDOMAIN)
|
||||
gettext.install(TransUtils.LOCALEDOMAIN, localedir=None, unicode=1) #None is sys default locale
|
||||
|
||||
-if not constfunc.win():
|
||||
- try:
|
||||
- locale.bindtextdomain(TransUtils.LOCALEDOMAIN, TransUtils.LOCALEDIR)
|
||||
- #locale.textdomain(TransUtils.LOCALEDOMAIN)
|
||||
- except locale.Error:
|
||||
- print 'No translation in some gtk.Builder strings, '
|
||||
-else:
|
||||
- TransUtils.setup_windows_gettext()
|
||||
+#if not constfunc.win():
|
||||
+# try:
|
||||
+# locale.bindtextdomain(TransUtils.LOCALEDOMAIN, TransUtils.LOCALEDIR)
|
||||
+# #locale.textdomain(TransUtils.LOCALEDOMAIN)
|
||||
+# except locale.Error:
|
||||
+# print 'No translation in some gtk.Builder strings, '
|
||||
+#else:
|
||||
+# TransUtils.setup_windows_gettext()
|
||||
|
||||
LOG.debug('Using locale:', locale.getlocale())
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user