aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-08 17:34:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-08 18:59:11 +0200
commitec209e2a72e7344be49ca3e929ec4933b4b41d2b (patch)
treeba3b47d08480a0ef0b9ea537798f70149d3d8e05 /app-accessibility
parentwww-client/falkon: 24.08.2 version bump (diff)
downloadkde-ec209e2a72e7344be49ca3e929ec4933b4b41d2b.tar.gz
kde-ec209e2a72e7344be49ca3e929ec4933b4b41d2b.tar.bz2
kde-ec209e2a72e7344be49ca3e929ec4933b4b41d2b.zip
app-accessibility/kontrast: 24.08.2 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.2.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..bde545a063
--- /dev/null
+++ b/app-accessibility/kontrast/Manifest
@@ -0,0 +1 @@
+DIST kontrast-24.08.2.tar.xz 216176 BLAKE2B e3a435ac5267dd317d60cee9518c696d8d363f031da4dd7588cbe7b4968debf82606de6ff5bd55b4494e4174085713a313808ea1c9486bbc086ea66376915179 SHA512 12cd3b4a8f6ea5f4acbd953bc97239e3061f2920561aa60ac443f8e231351745d1d68185aaf72de1fda049c8dc27924f5f89cf5a9616f7b9e08d0ff7067f0b43
diff --git a/app-accessibility/kontrast/kontrast-24.08.2.ebuild b/app-accessibility/kontrast/kontrast-24.08.2.ebuild
new file mode 100644
index 0000000000..77336f0615
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-24.08.2.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:*
+"