kaccessible implements a QAccessibleBridgePlugin to provide
accessibility services like focus tracking and a screenreader application.
This commit is contained in:
parent
a0c75e4b71
commit
e986823751
14
x11/kde4/kaccessible/Makefile
Normal file
14
x11/kde4/kaccessible/Makefile
Normal 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>
|
2
x11/kde4/kaccessible/distinfo
Normal file
2
x11/kde4/kaccessible/distinfo
Normal 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
|
11
x11/kde4/kaccessible/patches/patch-CMakeLists_txt
Normal file
11
x11/kde4/kaccessible/patches/patch-CMakeLists_txt
Normal 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)
|
||||
|
3
x11/kde4/kaccessible/pkg/DESCR
Normal file
3
x11/kde4/kaccessible/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
kaccessible implements a QAccessibleBridgePlugin to provide
|
||||
accessibility services like focus tracking and a screenreader
|
||||
application.
|
5
x11/kde4/kaccessible/pkg/PLIST
Normal file
5
x11/kde4/kaccessible/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user