diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-11 19:28:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-11 19:28:46 +0100 |
commit | 6a4045bde3794568631d5e807981597005eb2bb0 (patch) | |
tree | 6f73cdeaa4fd6976a7470ae61e41917732a6bd5d /app-accessibility | |
parent | www-client/falkon: Add 24.12 stable branch (diff) | |
download | kde-6a4045bde3794568631d5e807981597005eb2bb0.tar.gz kde-6a4045bde3794568631d5e807981597005eb2bb0.tar.bz2 kde-6a4045bde3794568631d5e807981597005eb2bb0.zip |
app-accessibility/kontrast: Add 24.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/kontrast/kontrast-24.12.49.9999.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/kontrast-24.12.49.9999.ebuild b/app-accessibility/kontrast/kontrast-24.12.49.9999.ebuild new file mode 100644 index 0000000000..31f875d31a --- /dev/null +++ b/app-accessibility/kontrast/kontrast-24.12.49.9999.ebuild @@ -0,0 +1,32 @@ +# 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="" +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/kcrash-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 +" +RDEPEND="${DEPEND} + kde-plasma/xdg-desktop-portal-kde:* +" |