diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-10 23:43:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-12 22:43:44 +0100 |
commit | 4f1c1a7756c23fb18181d4c05110dd1d1b5e7c92 (patch) | |
tree | 65ebe2eed5155c6181789601a29276294fbab755 /app-accessibility | |
parent | www-client/falkon: 24.12.0 version bump (diff) | |
download | gentoo-4f1c1a7756c23fb18181d4c05110dd1d1b5e7c92.tar.gz gentoo-4f1c1a7756c23fb18181d4c05110dd1d1b5e7c92.tar.bz2 gentoo-4f1c1a7756c23fb18181d4c05110dd1d1b5e7c92.zip |
app-accessibility/kontrast: 24.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/kontrast/Manifest | 1 | ||||
-rw-r--r-- | app-accessibility/kontrast/kontrast-24.12.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest index 2377d2d497fe..7e59b06e6f6a 100644 --- a/app-accessibility/kontrast/Manifest +++ b/app-accessibility/kontrast/Manifest @@ -1 +1,2 @@ DIST kontrast-24.08.3.tar.xz 216192 BLAKE2B a645d18ad35da68078e811719aef0891274b711f1c6b7e4243fce28c3b3387a3583f441c50a9350525e5dc975ae392f7561de776dbbb7f3020fc2f6f384347fa SHA512 739dbcdaac77642eb3cf1b70fc163802ebf89071c10db5d2fd5ee7ce170a0648146634b5fde1570d760be92c13f7b727ae6d84b66b512ac1d2b94437ab3c1c4e +DIST kontrast-24.12.0.tar.xz 217092 BLAKE2B 82e0ec488ff6d917ee551e92e4c4572e4cdefc61bc2a66928b9af81eefa81f1ef3c1e412e7f1c73bb6b21854d71fd1af0fd1b1a8645a8d8219c83f59d6ddbe59 SHA512 a04c3bdea387a783432180ab4c30065d31d6a797468ba69059a2a50a37d0c41bcf8a8cbe120cf4b0f01abfdb4e1420678f158a9299f508171faf848d92161c11 diff --git a/app-accessibility/kontrast/kontrast-24.12.0.ebuild b/app-accessibility/kontrast/kontrast-24.12.0.ebuild new file mode 100644 index 000000000000..c2b75be2e29c --- /dev/null +++ b/app-accessibility/kontrast/kontrast-24.12.0.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="~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/kcrash-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 +" +RDEPEND="${DEPEND} + kde-plasma/xdg-desktop-portal-kde:* +" |