summaryrefslogtreecommitdiff
path: root/kde-frameworks/prison
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-06-12 00:43:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-06-12 00:59:36 +0200
commit34271efe2cf8d7330ae35d642c2f5854e4711546 (patch)
tree395a4eccedb9a1de0d430cd250713910f54a5131 /kde-frameworks/prison
parentebcba5c5dc0ee55df4ba685e63c7511ee7216a08 (diff)
downloadkde-34271efe2cf8d7330ae35d642c2f5854e4711546.tar.gz
kde-34271efe2cf8d7330ae35d642c2f5854e4711546.tar.bz2
kde-34271efe2cf8d7330ae35d642c2f5854e4711546.zip
kde-frameworks/prison: 6.15.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.15.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..2faf029e927
--- /dev/null
+++ b/kde-frameworks/prison/Manifest
@@ -0,0 +1 @@
+DIST prison-6.15.0.tar.xz 57380 BLAKE2B 18adc49fb4540e11eb3a72310575fa1a275e73368982eaace343bc8077de3a78102303d4c19a2cb07ecadb96d4e6d7bbd3c9dbdc6a8641d013a44dc3db89055d SHA512 97afccd501ca08f25cb9f1164271d8a2f39ad1ebd648fae736eefaa47d0a774522c4973811d8ecbf86fc6e7b9c0e99bbbf64a8d95b38e6672b5e5f74e605bd5b
diff --git a/kde-frameworks/prison/prison-6.15.0.ebuild b/kde-frameworks/prison/prison-6.15.0.ebuild
new file mode 100644
index 00000000000..6925a4f0eb3
--- /dev/null
+++ b/kde-frameworks/prison/prison-6.15.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.7.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 ~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
+}