Update to orca-3.6.0.

This commit is contained in:
ajacoutot 2012-09-28 06:45:24 +00:00
parent e7fe5251ee
commit 30ee7c7b7c
4 changed files with 803 additions and 826 deletions

View File

@ -1,12 +1,13 @@
# $OpenBSD: Makefile,v 1.44 2012/06/15 08:30:20 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.45 2012/09/28 06:45:24 ajacoutot Exp $
# XXX could use brltty and brlapi (with python bindinds) -- not ported yet
PKG_ARCH= *
COMMENT= assistive screen reader
GNOME_PROJECT= orca
GNOME_VERSION= 3.4.2
REVISION= 0
GNOME_VERSION= 3.6.0
HOMEPAGE= http://live.gnome.org/Orca
@ -35,7 +36,4 @@ CONFIGURE_ENV= DATADIRNAME=share
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/orca/
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/orca/espeechfactory.py
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gnome/orca-3.4.2.tar.xz) = AE8Srg+xHoyssIUbMS9jqbiVBnKGjGJqXhVj0ES9SZY=
SIZE (gnome/orca-3.4.2.tar.xz) = 3624688
SHA256 (gnome/orca-3.6.0.tar.xz) = jwcAIG3v5RMGn0ramdsW7bNR752AeUi7ZDZANkERzg0=
SIZE (gnome/orca-3.6.0.tar.xz) = 3698296

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_orca_espeechfactory_py,v 1.2 2011/09/12 07:28:54 jasper Exp $
--- src/orca/espeechfactory.py.orig Thu Apr 21 11:37:09 2011
+++ src/orca/espeechfactory.py Thu Apr 21 11:36:55 2011
@@ -74,7 +74,7 @@ class SpeechServer(speechserver.SpeechServer):
"""
- location = "/usr/share/emacs/site-lisp/emacspeak/servers"
+ location = "${LOCALBASE}/share/emacs/site-lisp/emacspeak/servers"
config = {'splitcaps' : 1,
'rate' : 70,

File diff suppressed because it is too large Load Diff