Skip to content

Commit

Permalink
kde-frameworks/prison: 5.77.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 12, 2020
1 parent c102eeb commit 6e5cc9f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/prison/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST prison-5.74.0.tar.xz 40972 BLAKE2B 5e6b83d682ba7f64ccca649308899e03342f2a454e4e8e00c684dd34f8c0972b7ec5f5e5a77b7b0cca6a2682234be4403bb2f8ce6e9a36c6c01f31e537a46db8 SHA512 3d7ed0517a36e8cf3ff6956f61502ee02f9cf06876e842c3575e469701495b3ffaa05fb992d635573a43070ae6c7a5e7bad7c2073eb69c8d6bb6c2b5256c0b62
DIST prison-5.76.0.tar.xz 40972 BLAKE2B 11d6cdbacd57079109d9a3d04ce4840244b38a3fd694d20934376e6ebc3833e9c9a8ced139f659d8cc9019b808a70e4dc7366e6f91d40ab68b81114b78979819 SHA512 7f5824c1c0e1e0d9588c0f9781b4921844c2bd5c2a7807098c993f58c2b27ab6c3d58a5dc69e9162f22e7bd169de07c7e0521a9056c6af5f0fc3e96eb834a87a
DIST prison-5.77.0.tar.xz 40940 BLAKE2B 514f0012fe8847438acfc21181e0789c2d78a0b1655aec9f618c15bf73bf33faee39db567161d5a0bafa5a5b3e29e68dcb5b8bd5afe2ad3bfa23fa850b063296 SHA512 3aa9ef9e84736e07bbce43f709169b159aa8bdebc33e65d6300a98ba9d45d1e6bfad111edafe5d38966eb21f6c799b3af31006a288e3d573d872c90f9cd7d082
32 changes: 32 additions & 0 deletions kde-frameworks/prison/prison-5.77.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QTMIN=5.15.1
inherit ecm kde.org

DESCRIPTION="QRCode and data matrix barcode library"
HOMEPAGE="https://invent.kde.org/frameworks/prison"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="qml"

RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5
media-gfx/qrencode:=
media-libs/libdmtx
qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
"

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package qml Qt5Quick)
)

ecm_src_configure
}

0 comments on commit 6e5cc9f

Please sign in to comment.