summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/prison')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.41.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
index ff8ba0bcfee3..91a106911377 100644
--- a/kde-frameworks/prison/Manifest
+++ b/kde-frameworks/prison/Manifest
@@ -1,2 +1,3 @@
DIST prison-5.37.0.tar.xz 13880 BLAKE2B 9774ecfc970e0fc0becd92bb5cf005249c2536fe3313e5bfc5a0bb3603e11dfa2675c5af613ccdd047137a803ce270f7607d72b65889737d244ca2073a563e2f SHA512 b4c1a159b04337f6012998c3cc5ec16b1ae2bee64ad675a57d739e20675af9103c140b7c00e5afdacfa7ec077d34a315f183407ab40fc2cd4781d37babaf2ec9
DIST prison-5.40.0.tar.xz 13904 BLAKE2B d2fec20bcba0fec9f0426ecb8b42cb559b0869c158016f02864cfa774351f339705f96830f7f30f2d0f37c2628320ad490dc8cc0ecaa565da4fcc904da3123ca SHA512 a4cbc5c8200b280c802f1fe2314d464b68ada11a1e3ad45d4a851a324e691c6b24bace569118405c10cbc97e01cd7f233b19da31887e86b54d1b260d73fc0e48
+DIST prison-5.41.0.tar.xz 37532 BLAKE2B 07f7d1837871c79a4b0b44663e59690445357971a029d4d9506c7f6d91fda7e5c59bd80221ce774211439027f9d189d89bc96e1d7f94f27e3fb2ce11d8e88b73 SHA512 14f952aa1c8fc289efd6ae34c3476ba44b68c3aca9169754d0b79b11114d9aef4a101a071b0da1dc46c517165626073dff6a36bd6f4b6b86a0945ae03130e960
diff --git a/kde-frameworks/prison/prison-5.41.0.ebuild b/kde-frameworks/prison/prison-5.41.0.ebuild
new file mode 100644
index 000000000000..c58970ce3531
--- /dev/null
+++ b/kde-frameworks/prison/prison-5.41.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="QRCode and data matrix barcode library"
+HOMEPAGE="https://cgit.kde.org/prison.git"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_qt_dep qtgui)
+ media-gfx/qrencode:=
+ media-libs/libdmtx
+"
+RDEPEND="${DEPEND}"