commit: 7e03cf972d479e298d6cbe49e6ae612c7bae8d31 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Oct 5 08:59:11 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Oct 5 08:59:11 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e03cf97
app-accessibility/kontrast: Add new DEPEND and RDEPEND Upstream commit 3958d25d48b90c47d9334b3b2907697069a2b7a3 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-accessibility/kontrast/kontrast-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-accessibility/kontrast/kontrast-9999.ebuild b/app-accessibility/kontrast/kontrast-9999.ebuild index 45ffbbb518..3774a5ff15 100644 --- a/app-accessibility/kontrast/kontrast-9999.ebuild +++ b/app-accessibility/kontrast/kontrast-9999.ebuild @@ -8,7 +8,7 @@ QTMIN=5.14.2 inherit ecm kde.org DESCRIPTION="Tool to check contrast for colors to verify they are correctly accessible" -HOMEPAGE="https://invent.kde.org/accessibility/kontrast" +HOMEPAGE="https://kde.org/applications/en/kontrast" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" @@ -20,6 +20,7 @@ SLOT="5" IUSE="" DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtquickcontrols2-${QTMIN}:5 @@ -31,4 +32,6 @@ DEPEND=" >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + kde-plasma/xdg-desktop-portal-kde +"