kaccessible implements a QAccessibleBridgePlugin to provide

accessibility services like focus tracking and a screenreader
application.
This commit is contained in:
zhuk 2013-04-24 11:39:30 +00:00
parent a0c75e4b71
commit e986823751
5 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:39:30 zhuk Exp $
COMMENT = KDE screenreader and focus tracking
DISTNAME = kaccessible-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += ICE SM X11 Xext
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
WANTLIB += ${KDE4LIB}/kdeui
WANTLIB += speechd
LIB_DEPENDS = audio/speech-dispatcher
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (kde/kaccessible-4.10.2.tar.xz) = L5tx7On/W6IyVyH2qHJkWFfupN0fW6P8tJ0bao3QC/8=
SIZE (kde/kaccessible-4.10.2.tar.xz) = 20860

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2013/04/24 11:39:30 zhuk Exp $
--- CMakeLists.txt.orig Thu Feb 7 22:38:03 2013
+++ CMakeLists.txt Thu Feb 7 22:38:35 2013
@@ -66,6 +66,7 @@ macro_display_feature_log()
if(SPEECHD_FOUND)
set(SPEECH_LIB ${SPEECHD_LIBRARIES})
+ include_directories(${SPEECHD_INCLUDE_DIR})
add_definitions(-DSPEECHD_FOUND)
endif(SPEECHD_FOUND)

View File

@ -0,0 +1,3 @@
kaccessible implements a QAccessibleBridgePlugin to provide
accessibility services like focus tracking and a screenreader
application.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 11:39:30 zhuk Exp $
lib/kde4/plugins/accessiblebridge/
lib/kde4/plugins/accessiblebridge/kaccessiblebridge.so
@bin libexec/kaccessibleapp
share/dbus-1/services/org.kde.kaccessible.service