aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-16 21:23:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-16 21:49:46 +0200
commit89548a20e353a1342cae87fcbf823937e2637f69 (patch)
tree5256a3fa7d477e51141e669a0091eca636d12247 /app-accessibility
parentwww-client/falkon: 24.08.0 version bump (diff)
downloadkde-89548a20e353a1342cae87fcbf823937e2637f69.tar.gz
kde-89548a20e353a1342cae87fcbf823937e2637f69.tar.bz2
kde-89548a20e353a1342cae87fcbf823937e2637f69.zip
app-accessibility/kontrast: 24.08.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.08.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index a8f9cb540d..dc0a44b29b 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1 +1,2 @@
DIST kontrast-24.07.90.tar.xz 214412 BLAKE2B e59517af1c1ceea6b0cc8d4b5f7462402e5156ef278e0a0502b18eab6d8590548933e0603473080229e0c6cbcdb39888808f15e9e0b20a59cd245ae95e42d572 SHA512 38f9440bf86562d93dfae29954a69aa44a3442c7064744bd213300bfde367d49b146320af512f03854ff6e95623073bbf6ce5138628b87a938659568c6d29168
+DIST kontrast-24.08.0.tar.xz 214448 BLAKE2B 62c05c6e8f788e960ed6e4491180744f81888c9397b2916923ded6b65a5e192601a29dfe183de382c4a987e767ef75713bcc3df40668ef434c7a0ca373644aae SHA512 427d7bf02dd7ff81a98147610c73663a86fe357ab144015c7bfcd51e1995ce8709490d150b9f3fd7a3706f05ae4117249648c67ac7ef2ad87afedc96eb092122
diff --git a/app-accessibility/kontrast/kontrast-24.08.0.ebuild b/app-accessibility/kontrast/kontrast-24.08.0.ebuild
new file mode 100644
index 0000000000..77336f0615
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-24.08.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.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="~amd64 ~arm64 ~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/ki18n-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ kde-plasma/xdg-desktop-portal-kde:*
+"