mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-libs/libqaccessibilityclient: Port to ecm.eclass and kde.org.eclass
Drop dead homepage. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
ECM_KDEINSTALLDIRS="false"
|
||||
KDE_TEST="true"
|
||||
KDE_EXAMPLES="true"
|
||||
ECM_EXAMPLES="true"
|
||||
ECM_TEST="true"
|
||||
QTMIN=5.12.3
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit kde5
|
||||
inherit ecm kde.org
|
||||
|
||||
DESCRIPTION="Library for writing accessibility clients such as screen readers"
|
||||
HOMEPAGE="https://accessibility.kde.org/ https://cgit.kde.org/libqaccessibilityclient.git"
|
||||
HOMEPAGE="https://cgit.kde.org/libqaccessibilityclient.git"
|
||||
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="5"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
$(add_qt_dep qtdbus)
|
||||
$(add_qt_dep qtgui)
|
||||
$(add_qt_dep qtwidgets)
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user