diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-11 15:12:03 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-11 15:20:31 +0100 |
commit | f20d91b9c91cbeba5051b1acc70f8350838e0eba (patch) | |
tree | 57d9839e798b7202a033a02981dc5f6ab39e7e91 /kde-frameworks/prison/prison-5.31.0.ebuild | |
parent | dev-python/kivy-garden: restored patch for stable version (diff) | |
download | gentoo-f20d91b9c91cbeba5051b1acc70f8350838e0eba.tar.gz gentoo-f20d91b9c91cbeba5051b1acc70f8350838e0eba.tar.bz2 gentoo-f20d91b9c91cbeba5051b1acc70f8350838e0eba.zip |
kde-frameworks: Version bump KDE Frameworks 5.31.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/prison/prison-5.31.0.ebuild')
-rw-r--r-- | kde-frameworks/prison/prison-5.31.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/prison/prison-5.31.0.ebuild b/kde-frameworks/prison/prison-5.31.0.ebuild new file mode 100644 index 000000000000..3853051482cd --- /dev/null +++ b/kde-frameworks/prison/prison-5.31.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="QRCode and data matrix barcode library" +HOMEPAGE="https://cgit.kde.org/prison.git" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_qt_dep qtgui) + media-gfx/qrencode + media-libs/libdmtx +" +RDEPEND="${DEPEND}" |