From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 531C9138359 for ; Mon, 5 Oct 2020 11:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F1D6E0953; Mon, 5 Oct 2020 11:22:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87FFAE0954 for ; Mon, 5 Oct 2020 11:22:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48475340139 for ; Mon, 5 Oct 2020 11:22:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F1F3B3 for ; Mon, 5 Oct 2020 11:22:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1601888351.7e03cf972d479e298d6cbe49e6ae612c7bae8d31.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-accessibility/kontrast/ X-VCS-Repository: proj/kde X-VCS-Files: app-accessibility/kontrast/kontrast-9999.ebuild X-VCS-Directories: app-accessibility/kontrast/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e03cf972d479e298d6cbe49e6ae612c7bae8d31 X-VCS-Branch: master Date: Mon, 5 Oct 2020 11:22:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 797279d5-c575-4730-b737-3b367e287610 X-Archives-Hash: f9685b9d1d302e252e2fb3a188472539 commit: 7e03cf972d479e298d6cbe49e6ae612c7bae8d31 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 5 08:59:11 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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 +"