diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-13 12:47:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-15 00:04:06 +0100 |
commit | da93256a0f0182b060b1d81319a5391ef54183ca (patch) | |
tree | 0455dda054606074c07845e6f17c9a86ba5f470c /app-accessibility/kontrast/kontrast-22.11.80.ebuild | |
parent | www-client/falkon: 22.11.80 version bump (diff) | |
download | kde-da93256a0f0182b060b1d81319a5391ef54183ca.tar.gz kde-da93256a0f0182b060b1d81319a5391ef54183ca.tar.bz2 kde-da93256a0f0182b060b1d81319a5391ef54183ca.zip |
app-accessibility/kontrast: 22.11.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility/kontrast/kontrast-22.11.80.ebuild')
-rw-r--r-- | app-accessibility/kontrast/kontrast-22.11.80.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/kontrast-22.11.80.ebuild b/app-accessibility/kontrast/kontrast-22.11.80.ebuild new file mode 100644 index 0000000000..eaee6af16b --- /dev/null +++ b/app-accessibility/kontrast/kontrast-22.11.80.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.98.0 +QTMIN=5.15.5 +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="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 +" |