aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 21:14:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 22:19:14 +0100
commitcf5c1845b0b2bbcca151b6ac26228cc5bfdf813b (patch)
tree3173f1699faa0c68e6265f7918284cfed4cd2d6f /app-accessibility
parentwww-client/falkon: 24.01.95 version bump (diff)
downloadkde-cf5c1845b0b2bbcca151b6ac26228cc5bfdf813b.tar.gz
kde-cf5c1845b0b2bbcca151b6ac26228cc5bfdf813b.tar.bz2
kde-cf5c1845b0b2bbcca151b6ac26228cc5bfdf813b.zip
app-accessibility/kontrast: 24.01.95 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.95.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index 38c0d6d0e3..85c2ff1cbe 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1 +1,2 @@
DIST kontrast-24.01.90.tar.xz 211436 BLAKE2B d992c8b3134e0014aa0113f598ded3c5ccfeab5f92ff33b1dd889456ae35fbf4534ad747a8b9ed131baf06ecc713f55ce646ba65f34bda325cdf944ea75f9c7d SHA512 81faa61b7c44ecec7fb9ff235d83306672b05469d2d5896b2ccd212b72060d9f277bd36f95f5e29a0a695fc03c126d447188204ae540878bfd36979e638b03f6
+DIST kontrast-24.01.95.tar.xz 211304 BLAKE2B 7d34dc376fc0997bde99eada8e07f40b122d96608f7a657dfe66fd45d7897e8a5644a36175b282442f39de37437748c8327dd3037cc6430123e84cfa1c03ae46 SHA512 36dd950cc1216fb727391f52b5335f2660e5a744b5ac79611a66ff207169793e4339f383e99e095ddcd119efba074448f6fb0dced502072863728fa12381e608
diff --git a/app-accessibility/kontrast/kontrast-24.01.95.ebuild b/app-accessibility/kontrast/kontrast-24.01.95.ebuild
new file mode 100644
index 0000000000..49e2dc7665
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-24.01.95.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.249.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:*
+"