diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-15 12:58:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-15 14:31:55 +0100 |
commit | 386a2b3b4aae0468fdce1a80683d2c76287a4d48 (patch) | |
tree | bc76153bb555db8f4e32c12072f66894d52d309a /kde-frameworks/prison | |
parent | sys-apps/coreutils: sh stable wrt bug #711616 (diff) | |
download | gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.tar.gz gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.tar.bz2 gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.zip |
kde-frameworks: Add KDE Frameworks 5.68.0
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/prison')
-rw-r--r-- | kde-frameworks/prison/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/prison/prison-5.68.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest index 98092ef67dea..014d91861a49 100644 --- a/kde-frameworks/prison/Manifest +++ b/kde-frameworks/prison/Manifest @@ -1 +1,2 @@ DIST prison-5.67.0.tar.xz 42124 BLAKE2B 00e607e959967868f81c2dc32e60a647a795a416100e8497313f1529cb26922e25352c83ec5f9363867bfaeade6ade928902aa4c8dee0228bb76132076a1f798 SHA512 cbb1c5fbab33fb7a53a43f159451f77fdb04c1fded62330743bfc7303fd036154450115d9f09593f6c39f226cc94332e9a050568f3e2520dcd6cd41a8ea4c4f9 +DIST prison-5.68.0.tar.xz 42300 BLAKE2B 3990d95bd7631fc5920764785d529b958f57c4e4b572edf3d87da68a2ce52080a2897aa388bf8878b2c76ea89568fb9cc78af73c8262e4c4469c964cf2ccbc20 SHA512 dc3606bf25ec07f3702b9c5cb51fbb29c410d864349ca65fc5f86d26619be24ce42a14e969a2db4a11b8f1f57dca8705a0bd163e5bea468fe5edfa06a409f1c3 diff --git a/kde-frameworks/prison/prison-5.68.0.ebuild b/kde-frameworks/prison/prison-5.68.0.ebuild new file mode 100644 index 000000000000..ea1ffc8cdec5 --- /dev/null +++ b/kde-frameworks/prison/prison-5.68.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="QRCode and data matrix barcode library" +HOMEPAGE="https://cgit.kde.org/prison.git" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="qml" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + media-gfx/qrencode:= + media-libs/libdmtx + qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package qml Qt5Quick) + ) + + ecm_src_configure +} |