aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 12:26:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 17:45:24 +0100
commit1f892aa625b5982466167088b3cb1723f41beede (patch)
tree1dd2c69cc9dd91b1f5bf62a50a3908a6f9ca868e /app-accessibility
parentwww-client/falkon: 24.01.90 version bump (diff)
downloadkde-1f892aa625b5982466167088b3cb1723f41beede.tar.gz
kde-1f892aa625b5982466167088b3cb1723f41beede.tar.bz2
kde-1f892aa625b5982466167088b3cb1723f41beede.zip
app-accessibility/kontrast: 24.01.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.01.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..38c0d6d0e3
--- /dev/null
+++ b/app-accessibility/kontrast/Manifest
@@ -0,0 +1 @@
+DIST kontrast-24.01.90.tar.xz 211436 BLAKE2B d992c8b3134e0014aa0113f598ded3c5ccfeab5f92ff33b1dd889456ae35fbf4534ad747a8b9ed131baf06ecc713f55ce646ba65f34bda325cdf944ea75f9c7d SHA512 81faa61b7c44ecec7fb9ff235d83306672b05469d2d5896b2ccd212b72060d9f277bd36f95f5e29a0a695fc03c126d447188204ae540878bfd36979e638b03f6
diff --git a/app-accessibility/kontrast/kontrast-24.01.90.ebuild b/app-accessibility/kontrast/kontrast-24.01.90.ebuild
new file mode 100644
index 0000000000..82bdc63ecb
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-24.01.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=5.248.0
+QTMIN=6.6.0
+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:*
+"