aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-07 22:33:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-19 09:18:17 +0200
commit67006dfcc808d74f5acf87111b393ededeafe5f6 (patch)
tree576c26c372227822b36a00abda51c3d97ca95185 /app-accessibility
parentwww-client/falkon: Add 23.08 stable branch (diff)
downloadkde-67006dfcc808d74f5acf87111b393ededeafe5f6.tar.gz
kde-67006dfcc808d74f5acf87111b393ededeafe5f6.tar.bz2
kde-67006dfcc808d74f5acf87111b393ededeafe5f6.zip
app-accessibility/kontrast: Add 23.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/kontrast/kontrast-23.08.49.9999.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/kontrast-23.08.49.9999.ebuild b/app-accessibility/kontrast/kontrast-23.08.49.9999.ebuild
new file mode 100644
index 0000000000..68fe25a4cd
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-23.08.49.9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.106.0
+QTMIN=5.15.9
+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-libs/futuresql:5
+ dev-libs/qcoro5
+ >=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
+"