summaryrefslogtreecommitdiff
path: root/app-accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/kontrast/Manifest1
-rw-r--r--app-accessibility/kontrast/kontrast-25.12.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
new file mode 100644
index 00000000000..a10814ff5a3
--- /dev/null
+++ b/app-accessibility/kontrast/Manifest
@@ -0,0 +1 @@
+DIST kontrast-25.12.0.tar.xz 219776 BLAKE2B 2c569264ad9a9a670b3db1df7a2415a37d778aaeb58a830c25f7bd7f7b78d794aef3d223db9c3f8b52c4a74ff250942ab4f25c05a93950dba02fd3997166e507 SHA512 f765c06c0c5a20fe950c5eb2bd02b2cf2b03f5449faf56da7c2977c62061d95fe42bf053fd3ea3bcb2d287fcd497f4a3ae4b99baa804145272dc0d74f74c6cfd
diff --git a/app-accessibility/kontrast/kontrast-25.12.0.ebuild b/app-accessibility/kontrast/kontrast-25.12.0.ebuild
new file mode 100644
index 00000000000..3ca9522f298
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-25.12.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.19.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org xdg
+
+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="~amd64 ~arm64 ~loong ~riscv ~x86"
+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/kcrash-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ kde-plasma/xdg-desktop-portal-kde:*
+"