28 lines
657 B
Bash
28 lines
657 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
ECM_EXAMPLES="true"
|
|
ECM_TEST="true"
|
|
QTMIN=5.12.3
|
|
VIRTUALX_REQUIRED="test"
|
|
inherit ecm kde.org
|
|
|
|
DESCRIPTION="Library for writing accessibility clients such as screen readers"
|
|
HOMEPAGE="https://community.kde.org/Accessibility https://invent.kde.org/libraries/libqaccessibilityclient"
|
|
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
|
|
|
|
LICENSE="LGPL-2.1"
|
|
SLOT="5"
|
|
KEYWORDS="amd64 arm64 x86"
|
|
|
|
DEPEND="
|
|
>=dev-qt/qtdbus-${QTMIN}:5
|
|
>=dev-qt/qtgui-${QTMIN}:5
|
|
>=dev-qt/qtwidgets-${QTMIN}:5
|
|
"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
# tests require DBus
|
|
RESTRICT+=" test"
|