openbsd-ports/x11/gnome/orca/Makefile
ajacoutot 8f4dc25866 Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00

42 lines
855 B
Makefile

# $OpenBSD: Makefile,v 1.44 2012/06/15 08:30:20 ajacoutot Exp $
# XXX could use brltty and brlapi (with python bindinds) -- not ported yet
COMMENT= assistive screen reader
GNOME_PROJECT= orca
GNOME_VERSION= 3.4.2
REVISION= 0
HOMEPAGE= http://live.gnome.org/Orca
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python \
x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS} \
x11/gtk+3
RUN_DEPENDS= x11/gnome/py-atspi>=2.2.0 \
devel/py-xdg \
x11/dbus-python \
audio/speech-dispatcher \
devel/liblouis
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
MODGNOME_TOOLS= yelp
CONFIGURE_ENV= DATADIRNAME=share
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/orca/
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/orca/espeechfactory.py
.include <bsd.port.mk>