diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-07 22:12:30 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-07 22:12:30 +0100 |
| commit | c50fb9d2f2b718b42137e4b1223b90416fccd6dc (patch) | |
| tree | de8c970b7540d7c91f027469c181393de5cddd3f /kde-frameworks/prison | |
| parent | 3b7f56cb7fbbcc6f00404260aaa82f149108a2d8 (diff) | |
| download | kde-c50fb9d2f2b718b42137e4b1223b90416fccd6dc.tar.gz kde-c50fb9d2f2b718b42137e4b1223b90416fccd6dc.tar.bz2 kde-c50fb9d2f2b718b42137e4b1223b90416fccd6dc.zip | |
kde-frameworks/prison: 5.76.0 version bump
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.76.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest new file mode 100644 index 00000000000..3f0fc1dbadd --- /dev/null +++ b/kde-frameworks/prison/Manifest @@ -0,0 +1 @@ +DIST prison-5.76.0.tar.xz 40972 BLAKE2B 11d6cdbacd57079109d9a3d04ce4840244b38a3fd694d20934376e6ebc3833e9c9a8ced139f659d8cc9019b808a70e4dc7366e6f91d40ab68b81114b78979819 SHA512 7f5824c1c0e1e0d9588c0f9781b4921844c2bd5c2a7807098c993f58c2b27ab6c3d58a5dc69e9162f22e7bd169de07c7e0521a9056c6af5f0fc3e96eb834a87a diff --git a/kde-frameworks/prison/prison-5.76.0.ebuild b/kde-frameworks/prison/prison-5.76.0.ebuild new file mode 100644 index 00000000000..8d022befccf --- /dev/null +++ b/kde-frameworks/prison/prison-5.76.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +QTMIN=5.15.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" + +RDEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + media-gfx/qrencode:= + media-libs/libdmtx + qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) +" +DEPEND="${RDEPEND} + test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) +" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package qml Qt5Quick) + ) + + ecm_src_configure +} |
