summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-6.3.0.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
new file mode 100644
index 00000000000..66d0df7e245
--- /dev/null
+++ b/kde-frameworks/prison/Manifest
@@ -0,0 +1 @@
+DIST prison-6.3.0.tar.xz 56504 BLAKE2B b9c0a6eb19961ffcd512a09c47ba412860dd199a16c4a00d20986cc3f8819697a67330d7686c3e15362bd1b97387e756211eebeded94816bbe5c0a8846acd898 SHA512 6da15ecc858dcc102f600cbb851b249a128e52ec2d8455717853aba5b3b0234551af367cfa75b16a93107a7039cbe9cd115e1be2ac412dff0c487d53f55fe143
diff --git a/kde-frameworks/prison/prison-6.3.0.ebuild b/kde-frameworks/prison/prison-6.3.0.ebuild
new file mode 100644
index 00000000000..f62482a8675
--- /dev/null
+++ b/kde-frameworks/prison/prison-6.3.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="QRCode and data matrix barcode library"
+HOMEPAGE="https://invent.kde.org/frameworks/prison"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE="qml"
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=dev-qt/qtmultimedia-${QTMIN}:6
+ media-gfx/qrencode:=
+ media-libs/libdmtx
+ media-libs/zxing-cpp:=
+ qml? ( >=dev-qt/qtdeclarative-${QTMIN}:6 )
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qtbase-${QTMIN}:6[concurrent,widgets] )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package qml Qt6Quick)
+ )
+
+ ecm_src_configure
+}