kde-frameworks/prison: drop 6.19.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-11-18 21:33:06 +01:00
parent 3acd431d67
commit d8dd302b09
2 changed files with 0 additions and 36 deletions

View File

@@ -1,3 +1,2 @@
DIST prison-6.18.0.tar.xz 57364 BLAKE2B 87bd13d505ed60c565718151c97e37c51a9c84606919b243bc7497cfb74fa6dbad3d9158a982c4f1831a5d50815067a744f409c09e0346fcfca2bcf6aa8209f0 SHA512 158dc3f29263d744526683c6fefd211fdb42f8ee24773ee8fc9d46dc1dc3a1990f227f1e889693699682de9fe5786484bed13f236d275af8112ab9bcbd54cfba
DIST prison-6.19.0.tar.xz 57388 BLAKE2B ca476d92e4d17767c58af2a3fb97296d08954662788c48f4bdece3a1bfa898e3efee8369dac074c7786b3a193b6258010c6b1b668941d814a42be6dd01119d17 SHA512 b18a462d613441ffe19884ef50a4530684a9f9394b9363b636d7d3df923fcd9e682a8ae2bb6498be7b57aa648fd18a9f7efd7be8703aedbb703e55036e718d3a
DIST prison-6.20.0.tar.xz 57336 BLAKE2B b804c27f6bd3db743be0c4d3282d7e9ec0e495c83831d533cfc5876dba313afffcc5bb901dcc05cf8ffbed9084cef4268f3da840bbb167f49ed8291257ff1082 SHA512 4e414b337ce039a7d5367beaf28bbea62d5e6715803c002f8747fad8d2f401540ca718c5dd4153cd8be9b20775f8547c2d092631393a90e08c6c857b66142dae

View File

@@ -1,35 +0,0 @@
# 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
}