summaryrefslogtreecommitdiff
path: root/kde-frameworks/prison
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-08 10:21:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-08 10:29:11 +0100
commit3058d83b3894fe0735b98f9fbd5bb6f0f8d8f653 (patch)
treed73bd2d4ee3b51538a15b1cb6bd7bef736c1ff7e /kde-frameworks/prison
parent0bdc72489debc47c241d27c31b93c2a77f90968c (diff)
downloadkde-3058d83b3894fe0735b98f9fbd5bb6f0f8d8f653.tar.gz
kde-3058d83b3894fe0735b98f9fbd5bb6f0f8d8f653.tar.bz2
kde-3058d83b3894fe0735b98f9fbd5bb6f0f8d8f653.zip
kde-frameworks/prison: 6.20.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/prison')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-6.20.0.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
new file mode 100644
index 00000000000..9d2f97168fa
--- /dev/null
+++ b/kde-frameworks/prison/Manifest
@@ -0,0 +1 @@
+DIST prison-6.20.0.tar.xz 57336 BLAKE2B b804c27f6bd3db743be0c4d3282d7e9ec0e495c83831d533cfc5876dba313afffcc5bb901dcc05cf8ffbed9084cef4268f3da840bbb167f49ed8291257ff1082 SHA512 4e414b337ce039a7d5367beaf28bbea62d5e6715803c002f8747fad8d2f401540ca718c5dd4153cd8be9b20775f8547c2d092631393a90e08c6c857b66142dae
diff --git a/kde-frameworks/prison/prison-6.20.0.ebuild b/kde-frameworks/prison/prison-6.20.0.ebuild
new file mode 100644
index 00000000000..33bdb60a9e8
--- /dev/null
+++ b/kde-frameworks/prison/prison-6.20.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.8.1
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="QRCode and data matrix barcode library"
+HOMEPAGE="https://invent.kde.org/frameworks/prison"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+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=(
+ # TODO: WITH_MULTIMEDIA?
+ -DWITH_QUICK=$(usex qml)
+ )
+
+ ecm_src_configure
+}