summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-21 22:31:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-23 17:58:06 +0200
commitd35b801b025f527f234553ada062b1c10b268db0 (patch)
tree1618c2aec4af40a845b9e744f0447f328462fd2e /app-accessibility
parentwww-client/falkon: 24.05.0 version bump (diff)
downloadgentoo-d35b801b025f527f234553ada062b1c10b268db0.tar.gz
gentoo-d35b801b025f527f234553ada062b1c10b268db0.tar.bz2
gentoo-d35b801b025f527f234553ada062b1c10b268db0.zip
app-accessibility/kontrast: 24.05.0 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.05.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index f32b933eba3f..4443f0576d0c 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1,2 +1,3 @@
DIST kontrast-23.08.5.tar.xz 211984 BLAKE2B f1c50f90031615bc9a3ddd00155f40fed2244994de309385e386fae7e21dddb7bd1dfa5a722050dcf67c7ad3def6d1979efc8623a18bcc21b6438178d15fc116 SHA512 e70d5bdc5a7363358f8d09c6a2bafda9645bcb5f9acc0fa4e51ed836e87baa92b3f9e6c4a81bd3d1050de152100426e714c6dd8d46459aa0d81949776880f9ae
DIST kontrast-24.04.90.tar.xz 214676 BLAKE2B 14161161217d7abd448ac1eb465c2f0ddd827b869e1fade9d4606148e8735f738d71ff2cccbb6b2f78a9a684bc74b67221681ff084d9580dee43a2be5eed9203 SHA512 29ccb73a01cb1b2ab9a0230ce7c5d44b7084e02880fbbbe3413087705ce460b96ca21d5903c5831f2a1b867126c3350bc14f1654e255ee9587124526402d0f63
+DIST kontrast-24.05.0.tar.xz 214660 BLAKE2B 84dbe1a3c52dd5fe504067a7a280430dcb51ff08b782f9e0b3c4c98ca3f155b6064324710d2ffbf47694722a009b1b2a8d618a1f41c707cb671593336216aa7c SHA512 8cda695659070bd667a9d5f85ed454839c1e45734452443ef6ffeb6656505397e17b49c3a0091052c98f1a27583379bdc96d178828bcd3fab871612d85a391ba
diff --git a/app-accessibility/kontrast/kontrast-24.05.0.ebuild b/app-accessibility/kontrast/kontrast-24.05.0.ebuild
new file mode 100644
index 000000000000..b7102e0c087d
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-24.05.0.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:*
+"