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 72DB013835A for ; Fri, 28 Aug 2020 18:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CEAAE0A4A; Fri, 28 Aug 2020 18:12:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6DE9DE0A4A for ; Fri, 28 Aug 2020 18:12:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1340033BDF8 for ; Fri, 28 Aug 2020 18:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91D46324 for ; Fri, 28 Aug 2020 18:12:23 +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: <1598638153.c63f6eb2f3d2748612d27eec41bb1f2dc8f6abdf.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 app-accessibility/kontrast/metadata.xml X-VCS-Directories: app-accessibility/kontrast/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c63f6eb2f3d2748612d27eec41bb1f2dc8f6abdf X-VCS-Branch: master Date: Fri, 28 Aug 2020 18:12:23 +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: b95aa17e-e9c5-48bc-9566-5b0eeef03adf X-Archives-Hash: 2e224eb970fbe4d0c22ecf0ee5cb4fe2 commit: c63f6eb2f3d2748612d27eec41bb1f2dc8f6abdf Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 28 16:14:45 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 28 18:09:13 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c63f6eb2 app-accessibility/kontrast: New package Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> app-accessibility/kontrast/kontrast-9999.ebuild | 35 +++++++++++++++++++++++++ app-accessibility/kontrast/metadata.xml | 8 ++++++ 2 files changed, 43 insertions(+) diff --git a/app-accessibility/kontrast/kontrast-9999.ebuild b/app-accessibility/kontrast/kontrast-9999.ebuild new file mode 100644 index 0000000000..1463877c21 --- /dev/null +++ b/app-accessibility/kontrast/kontrast-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="true" +KFMIN=5.70.0 +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" + +if [[ ${KDE_BUILD_TYPE} == release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3+" +SLOT="5" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtsql-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 +" +RDEPEND="${DEPEND}" diff --git a/app-accessibility/kontrast/metadata.xml b/app-accessibility/kontrast/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/app-accessibility/kontrast/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +