summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-08-04 21:07:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-08-04 21:16:34 +0200
commit62a8d0e128bddc2bdd0ced4cf7cde86d3064b59e (patch)
treeb346957904c7d66aeec048b253cea9f7b486a406 /kde-frameworks
parent015796cdc3be5284b330298ea716417be272b407 (diff)
downloadkde-62a8d0e128bddc2bdd0ced4cf7cde86d3064b59e.tar.gz
kde-62a8d0e128bddc2bdd0ced4cf7cde86d3064b59e.tar.bz2
kde-62a8d0e128bddc2bdd0ced4cf7cde86d3064b59e.zip
kde-frameworks/prison: 6.17.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-6.17.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..b6c8ff10045
--- /dev/null
+++ b/kde-frameworks/prison/Manifest
@@ -0,0 +1 @@
+DIST prison-6.17.0.tar.xz 57356 BLAKE2B 415923bf292dbe5d24242b7e081d75767dd47a92a7f9636f8f94a695aadd8c197f1ecf5c104093cd990c789cfb22b0e3d81130861747bf5338bb2476a9a8b771 SHA512 97f0a647f7d458214d3f0f522b1b98a1d3e2e16dd170103ec26f16a88efa71cc740a58a88351330558cae2d5507ead49ad5c2a9a89937bed0f21bafe135133a3
diff --git a/kde-frameworks/prison/prison-6.17.0.ebuild b/kde-frameworks/prison/prison-6.17.0.ebuild
new file mode 100644
index 00000000000..6925a4f0eb3
--- /dev/null
+++ b/kde-frameworks/prison/prison-6.17.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
+}