summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-06 22:57:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-07 10:56:37 +0200
commit122aa10e01900d77374086188637d04f71927b8c (patch)
tree6f0329520690a2c1354f969bcb668f13c356480b /app-accessibility/kontrast
parentx11-wm/enlightenment: Inherit optfeature.eclass (diff)
downloadgentoo-122aa10e01900d77374086188637d04f71927b8c.tar.gz
gentoo-122aa10e01900d77374086188637d04f71927b8c.tar.bz2
gentoo-122aa10e01900d77374086188637d04f71927b8c.zip
app-accessibility/kontrast: 1.0.2 version bump
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility/kontrast')
-rw-r--r--app-accessibility/kontrast/Manifest1
-rw-r--r--app-accessibility/kontrast/kontrast-1.0.2.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index 99325acf6f0e..b15f81f0d594 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1 +1,2 @@
DIST kontrast-1.0.1.tar.xz 31028 BLAKE2B 085192961e761b4e17c1fb5221b4a27547323902320278134495b2a90801f081e1357f8b7d67966c52e1559082d5a6709e8bb698232a2cfd566e5a3b19614b44 SHA512 4924a1ab754f90f9ce52da6daa9337fc3ea70399bae43cd4ebec33cfa4b747e2cdf0660afe1d44ea556932ea4610a64742e2410384191d4ecd5ebccd58a45306
+DIST kontrast-1.0.2.tar.xz 35300 BLAKE2B dbcf66706d707d2e277ab8a551533495c4005556421321b0a2a03fc046c193a931c00ed9a82160f51b44cf081550c86c8933e849158f5f1e63dd0c85c4506b96 SHA512 637b2fb65e42b208b26349e6d971827d616f647db53b5d2b5e5c7264388e723912fecb130138693060c9ec877e8a6d4dd1478f68942b6b10db024e8a4d66173c
diff --git a/app-accessibility/kontrast/kontrast-1.0.2.ebuild b/app-accessibility/kontrast/kontrast-1.0.2.ebuild
new file mode 100644
index 000000000000..45ffbbb518bf
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-1.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.70.0
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Tool to check contrast for colors to verify they are correctly accessible"
+HOMEPAGE="https://invent.kde.org/accessibility/kontrast"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+ >=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}"