1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

New port: accessibility/libqaccessibilityclient

This library is used when writing accessibility clients such as screen readers.
It comes with some examples demonstrating the API. These small helpers may be
useful when testing accessibility. One of them writes all accessibiliy
interfaces an application provides as text output. The other, more advanced
application shows a tree of objects and allows some interaction and
exploration.

WWW: https://github.com/kde/libqaccessibilityclient
This commit is contained in:
Tobias C. Berner 2019-05-19 15:31:35 +00:00
parent 6e7ebed268
commit fc9b76f9c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502026
5 changed files with 42 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += kmag
SUBDIR += kmousetool
SUBDIR += kmouth
SUBDIR += libqaccessibilityclient
SUBDIR += linux-c6-atk
SUBDIR += linux-c7-atk
SUBDIR += orca

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= libqaccessibilityclient
DISTVERSION= 0.4.1
CATEGORIES= accessibility kde
MASTER_SITES= KDE/stable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Helper to make writing accessibility tools easier
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= core dbus gui widgets \
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1558262753
SHA256 (libqaccessibilityclient-0.4.1.tar.xz) = 1c768b4f4314fcae2a07cb7de7cb2ae0522b5f02b4173af3eed8bfb2a4d83429
SIZE (libqaccessibilityclient-0.4.1.tar.xz) = 105280

View File

@ -0,0 +1,8 @@
This library is used when writing accessibility clients such as screen readers.
It comes with some examples demonstrating the API. These small helpers may be
useful when testing accessibility. One of them writes all accessibiliy
interfaces an application provides as text output. The other, more advanced
application shows a tree of objects and allows some interaction and
exploration.
WWW: https://github.com/kde/libqaccessibilityclient

View File

@ -0,0 +1,11 @@
include/qaccessibilityclient/accessibleobject.h
include/qaccessibilityclient/libqaccessibilityclient-version.h
include/qaccessibilityclient/qaccessibilityclient_export.h
include/qaccessibilityclient/registry.h
lib/cmake/QAccessibilityClient/QAccessibilityClient-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/QAccessibilityClient/QAccessibilityClient.cmake
lib/cmake/QAccessibilityClient/QAccessibilityClientConfig.cmake
lib/cmake/QAccessibilityClient/QAccessibilityClientConfigVersion.cmake
lib/libqaccessibilityclient-qt5.so
lib/libqaccessibilityclient-qt5.so.0
lib/libqaccessibilityclient-qt5.so.0.4.1