summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-07 20:49:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-07 21:55:42 +0200
commit43b13091c31f464cc0885a10d611639afca9ec1a (patch)
tree97f840b51afe31411573fadaa03b159c59b293ef /app-accessibility/kontrast/kontrast-21.08.2.ebuild
parentkde-apps/konqueror: 21.08.2 version bump (diff)
downloadgentoo-43b13091c31f464cc0885a10d611639afca9ec1a.tar.gz
gentoo-43b13091c31f464cc0885a10d611639afca9ec1a.tar.bz2
gentoo-43b13091c31f464cc0885a10d611639afca9ec1a.zip
app-accessibility/kontrast: 21.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility/kontrast/kontrast-21.08.2.ebuild')
-rw-r--r--app-accessibility/kontrast/kontrast-21.08.2.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/kontrast-21.08.2.ebuild b/app-accessibility/kontrast/kontrast-21.08.2.ebuild
new file mode 100644
index 000000000000..dcd18ee7f2d7
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-21.08.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_GEAR="true"
+KFMIN=5.84.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Tool to check contrast for colors to verify they are correctly accessible"
+HOMEPAGE="https://apps.kde.org/kontrast/"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=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}
+ kde-plasma/xdg-desktop-portal-kde
+"