aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 23:37:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-14 01:11:30 +0200
commit418e41cbf12e7ea1ca5978a1a2b1366c6735c9c2 (patch)
tree2fa574e6543732cdc68ae46f1001563d899c4b4f /app-accessibility
parentwww-client/falkon: 24.04.90 version bump (diff)
downloadkde-418e41cbf12e7ea1ca5978a1a2b1366c6735c9c2.tar.gz
kde-418e41cbf12e7ea1ca5978a1a2b1366c6735c9c2.tar.bz2
kde-418e41cbf12e7ea1ca5978a1a2b1366c6735c9c2.zip
app-accessibility/kontrast: 24.04.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/kontrast/Manifest1
-rw-r--r--app-accessibility/kontrast/kontrast-24.04.90.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
new file mode 100644
index 0000000000..31afa1ef57
--- /dev/null
+++ b/app-accessibility/kontrast/Manifest
@@ -0,0 +1 @@
+DIST kontrast-24.04.90.tar.xz 214676 BLAKE2B 14161161217d7abd448ac1eb465c2f0ddd827b869e1fade9d4606148e8735f738d71ff2cccbb6b2f78a9a684bc74b67221681ff084d9580dee43a2be5eed9203 SHA512 29ccb73a01cb1b2ab9a0230ce7c5d44b7084e02880fbbbe3413087705ce460b96ca21d5903c5831f2a1b867126c3350bc14f1654e255ee9587124526402d0f63
diff --git a/app-accessibility/kontrast/kontrast-24.04.90.ebuild b/app-accessibility/kontrast/kontrast-24.04.90.ebuild
new file mode 100644
index 0000000000..b7102e0c08
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-24.04.90.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.0.0
+QTMIN=6.6.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="~amd64"
+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:*
+"