diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-11 12:50:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-11 13:26:17 +0100 |
commit | e8116aa13928bb4db16c9bc98858434ad92b6ec7 (patch) | |
tree | e4cc968f946b1e06a9cba2e8c260ce8637263270 /kde-frameworks/prison | |
parent | gnome-base/gnome-keyring: remove old (diff) | |
download | gentoo-e8116aa13928bb4db16c9bc98858434ad92b6ec7.tar.gz gentoo-e8116aa13928bb4db16c9bc98858434ad92b6ec7.tar.bz2 gentoo-e8116aa13928bb4db16c9bc98858434ad92b6ec7.zip |
kde-frameworks: Add KDE Frameworks 5.66.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20
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.66.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest index 6ca881cefd97..c102592e39bd 100644 --- a/kde-frameworks/prison/Manifest +++ b/kde-frameworks/prison/Manifest @@ -1,2 +1,3 @@ DIST prison-5.64.0.tar.xz 42116 BLAKE2B 4e70cdfef7f7e44566d842a533094978e68bba7b658fe57da818ed84b90ceec97e601d525af96989b171c45453bec45a0bab20daee12bde18dc55c41349c7513 SHA512 d8d19d9756d1b46a3fd1d94676730054c79fe01c6990f4ff059154d5ff6cbf20e357ae79784e4f1cc621352017dc3f3b56f309f9b5363bf6d0dab39912c6e930 DIST prison-5.65.0.tar.xz 42040 BLAKE2B 4804de2121a40bf1628bcfae734781a8e339d1720cd15b794601402b50d39df623c51150bc6edf6cfc01dbb5256cae209de2268794582f8fbeabafc576f0355a SHA512 90840044073a2a2b6c3e6540ee0ca7b06ddcfbc13ed332590fca087cb0d78f660b0163ffd74d7b332ae99e07faa6417bcc3aa1b5a503246b501363f3738b7ce8 +DIST prison-5.66.0.tar.xz 42156 BLAKE2B 1834c760f5680076b6cebfcbd1f0d29776cc41908dae5c43a6a87003fd3aff14e30bc32c921ea54bd62dd0eaff6191eaf5fcace8bc482ecc57aaa63b85d42c50 SHA512 0ccdbfc603a21bd152cd8a52508c89de5af4d9465ddf19caee0a8a58115cdcd43ff839a88f90ed43f8afa70d326fe7cda060b83951eeb97d0accdde61af89616 diff --git a/kde-frameworks/prison/prison-5.66.0.ebuild b/kde-frameworks/prison/prison-5.66.0.ebuild new file mode 100644 index 000000000000..e884bc4966e2 --- /dev/null +++ b/kde-frameworks/prison/prison-5.66.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 ~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 +} |