diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-14 00:36:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-14 08:51:25 +0200 |
commit | 9efd24de6c1fdb4a027b91db473262aba16731e0 (patch) | |
tree | 2b546c79713a9915fb32d1fd0542ba5c5354ed81 /kde-frameworks/prison | |
parent | profiles: mask ruby 2.4 for removal (diff) | |
download | gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.tar.gz gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.tar.bz2 gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.zip |
kde-frameworks: Add KDE Frameworks 5.71.0
Package-Manager: Portage-2.3.100, Repoman-2.3.22
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.71.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest index 086fcc1b6690..03c585512dd8 100644 --- a/kde-frameworks/prison/Manifest +++ b/kde-frameworks/prison/Manifest @@ -1 +1,2 @@ DIST prison-5.70.0.tar.xz 41004 BLAKE2B 949e7f5c6f185eb2ea07ac62d5cfaaa5b12089a88004f99996948d9a2cecfe5fd0126a6232c788035c1874c771e54c4f666d6767e0b43c4ffef7a9ca6dbd6cf4 SHA512 aa6275b7f45f10c1199efc375e990119505f1cb839871fbe4e642a01478daa62fd49ba6737dac73f8adfc67b77b43f99b9be7a4c557b12efa5e7c3fef813f16a +DIST prison-5.71.0.tar.xz 40964 BLAKE2B 89117d5b1fb3f86faab99e538a5f5c128daf0593d82e36426debd0e4d20e7cb03d1615a48bab1d31125c851c0031a49774062500ab80a2fe5ffe1be4a26e755e SHA512 fc82066f704a0576bc50698ecf7ba7146bc0f77151ac8f596ebc48145db9c05dd57ab8b0eff398d3d3f55c922c5d2d7c8bb96817b42ec8981dba7a23414efac9 diff --git a/kde-frameworks/prison/prison-5.71.0.ebuild b/kde-frameworks/prison/prison-5.71.0.ebuild new file mode 100644 index 000000000000..672d86d5741f --- /dev/null +++ b/kde-frameworks/prison/prison-5.71.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.14.1 +inherit ecm kde.org + +DESCRIPTION="QRCode and data matrix barcode library" +HOMEPAGE="https://invent.kde.org/frameworks/prison" + +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 +} |