aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-13 12:21:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-15 00:04:04 +0100
commitf23a32057435a24fbc2034a3387cccc68fab43e5 (patch)
tree77cfe438766722da37055adc1d72c6bcba672e92 /app-accessibility
parentwww-client/falkon: Add 22.12 stable branch (diff)
downloadkde-f23a32057435a24fbc2034a3387cccc68fab43e5.tar.gz
kde-f23a32057435a24fbc2034a3387cccc68fab43e5.tar.bz2
kde-f23a32057435a24fbc2034a3387cccc68fab43e5.zip
app-accessibility/kontrast: Add 22.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/kontrast/kontrast-22.12.49.9999.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/kontrast-22.12.49.9999.ebuild b/app-accessibility/kontrast/kontrast-22.12.49.9999.ebuild
new file mode 100644
index 0000000000..8d35e230b3
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-22.12.49.9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+QTMIN=5.15.5
+inherit ecm gear.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=""
+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/ki18n-${KFMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+ kde-plasma/xdg-desktop-portal-kde
+"