summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 13:22:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 14:19:39 +0100
commit26f6dde004deb48aaf0c1f74029f482e3bc3fd24 (patch)
treed63637479e9d1d95036ef9d32018f7a442b3bb57 /app-accessibility
parentkde-apps/konqueror: 21.08.3 version bump (diff)
downloadgentoo-26f6dde004deb48aaf0c1f74029f482e3bc3fd24.tar.gz
gentoo-26f6dde004deb48aaf0c1f74029f482e3bc3fd24.tar.bz2
gentoo-26f6dde004deb48aaf0c1f74029f482e3bc3fd24.zip
app-accessibility/kontrast: 21.08.3 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-21.08.3.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index 62b0b95bbef7..c82e782dcaf1 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1,2 +1,3 @@
DIST kontrast-21.04.3.tar.xz 123764 BLAKE2B 8788b3b0e479b39a2065be61ae2e4fdc34c393a12be6547b596be1dd60fce8d3c8a98b2d7bb8ac7626c75570c92b52cd13cbfec1c61470c09abba931e5c7d7ab SHA512 fc966e28e790d49e2c87d45c506a7cf5170115f6528821f8634ab2e767ba725b9c6934cdfec5a308c751ff1b83fc59bea31dc50a462a81d71f47652a8b974e2a
DIST kontrast-21.08.2.tar.xz 125640 BLAKE2B c1338d2784aa94f421aa4093dfa0c92bf629a8517a2946a21ff4a6b7381c4cecd4e5a01e7853af7e574ff3625692af21582c68659cebfce31135a85cefa755e3 SHA512 31bae6276d70c917a6d8c8acf60405f9714d94d1918e2a5caef6ec9cd2038dab137ed28f5cd002fab1aea36aa9f01f97319fcce79c637f076a9dbcb195db9841
+DIST kontrast-21.08.3.tar.xz 125632 BLAKE2B 8734de15fcfd542d037cde92e6a80060e9c6628cd69d3cfee1f1f4c9b8938647d83924381966600ac9978acfa14723e0920c98f3ce2e666ddfdb624b8cc5f010 SHA512 193d372cdcecb3b90a352fb2deb24528d004c44e50c834e02a63c562eb97bd1f528fd81254bfc3ab7152edcc9894129eae7c6e1826a9ae42bc5ab22bf9a660c9
diff --git a/app-accessibility/kontrast/kontrast-21.08.3.ebuild b/app-accessibility/kontrast/kontrast-21.08.3.ebuild
new file mode 100644
index 000000000000..e5237f9dd823
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-21.08.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_GEAR="true"
+KFMIN=5.84.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/kdeclarative-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+ kde-plasma/xdg-desktop-portal-kde
+"