aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-10 23:44:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-11 00:12:06 +0200
commitee1af3b01347da665097939e1f1a68840e73c15d (patch)
treefeeb3b43bb2e3b0adb6d4adc67941125bb797158 /app-accessibility
parentwww-client/falkon: Add 24.08 stable branch (diff)
downloadkde-ee1af3b01347da665097939e1f1a68840e73c15d.tar.gz
kde-ee1af3b01347da665097939e1f1a68840e73c15d.tar.bz2
kde-ee1af3b01347da665097939e1f1a68840e73c15d.zip
app-accessibility/kontrast: Add 24.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/kontrast/kontrast-24.08.49.9999.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/kontrast-24.08.49.9999.ebuild b/app-accessibility/kontrast/kontrast-24.08.49.9999.ebuild
new file mode 100644
index 0000000000..4e7efbc549
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-24.08.49.9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.5.0
+QTMIN=6.7.2
+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="6"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ dev-db/futuresql
+ dev-libs/qcoro
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ kde-plasma/xdg-desktop-portal-kde:*
+"