aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-25 11:00:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-25 11:00:03 +0100
commit021eeb729678f9890665877af4cb66b521cdedb4 (patch)
tree36a0fe358ef9ae206913cc974157a0aa759513b9 /app-accessibility
parentwww-client/falkon: 22.03.80 version bump (diff)
downloadkde-021eeb729678f9890665877af4cb66b521cdedb4.tar.gz
kde-021eeb729678f9890665877af4cb66b521cdedb4.tar.bz2
kde-021eeb729678f9890665877af4cb66b521cdedb4.zip
app-accessibility/kontrast: 22.03.80 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-22.03.80.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
new file mode 100644
index 0000000000..211451c541
--- /dev/null
+++ b/app-accessibility/kontrast/Manifest
@@ -0,0 +1 @@
+DIST kontrast-22.03.80.tar.xz 125796 BLAKE2B 88eb4f6b42df15ac253e7537220331eab646607458c0f674746593e1b28964cfe2a1e11239146bcde84cfdabcbe5e425bf502dc05fe8e5d364db22d7bfcfd2f2 SHA512 0bc7f582bb4eee1c8080ddede083b3a35ec142172c3c780e657fbb2bdc846614d157b16aee571d73d19becc5bb8095eb1f4c2230c00e798775db295a79bc2711
diff --git a/app-accessibility/kontrast/kontrast-22.03.80.ebuild b/app-accessibility/kontrast/kontrast-22.03.80.ebuild
new file mode 100644
index 0000000000..daa1ea4b32
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-22.03.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_GEAR="true"
+KFMIN=5.92.0
+QTMIN=5.15.2
+inherit ecm 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="5"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=dev-qt/qtsql-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+ kde-plasma/xdg-desktop-portal-kde
+"