diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-07 20:49:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-07 21:55:42 +0200 |
commit | 43b13091c31f464cc0885a10d611639afca9ec1a (patch) | |
tree | 97f840b51afe31411573fadaa03b159c59b293ef /app-accessibility/kontrast | |
parent | kde-apps/konqueror: 21.08.2 version bump (diff) | |
download | gentoo-43b13091c31f464cc0885a10d611639afca9ec1a.tar.gz gentoo-43b13091c31f464cc0885a10d611639afca9ec1a.tar.bz2 gentoo-43b13091c31f464cc0885a10d611639afca9ec1a.zip |
app-accessibility/kontrast: 21.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility/kontrast')
-rw-r--r-- | app-accessibility/kontrast/Manifest | 1 | ||||
-rw-r--r-- | app-accessibility/kontrast/kontrast-21.08.2.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest index ff9e293684bd..65aa401d6558 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.1.tar.xz 125432 BLAKE2B a3da3b6e817ad5bf915eb6544de34947f0f5bb8f788684751451af0b20742c3598979a7cb765086ed4640cf5d708b8df804396f589b2665800c1ad24d8635db7 SHA512 7a29c6a0d69620a09b6155c8bfb061f74f4799278314e8365f72e31ade299f0bd53bc42b4332b6c6bf42a023c7c8a4f7cc0b8637ffff84363dd4801b3b0d9a19 +DIST kontrast-21.08.2.tar.xz 125640 BLAKE2B c1338d2784aa94f421aa4093dfa0c92bf629a8517a2946a21ff4a6b7381c4cecd4e5a01e7853af7e574ff3625692af21582c68659cebfce31135a85cefa755e3 SHA512 31bae6276d70c917a6d8c8acf60405f9714d94d1918e2a5caef6ec9cd2038dab137ed28f5cd002fab1aea36aa9f01f97319fcce79c637f076a9dbcb195db9841 diff --git a/app-accessibility/kontrast/kontrast-21.08.2.ebuild b/app-accessibility/kontrast/kontrast-21.08.2.ebuild new file mode 100644 index 000000000000..dcd18ee7f2d7 --- /dev/null +++ b/app-accessibility/kontrast/kontrast-21.08.2.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 ~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 +" |