prison: update to 5.89.0.
This commit is contained in:
parent
7734cb097b
commit
7c97747d23
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'prison'
|
# Template file for 'prison'
|
||||||
pkgname=prison
|
pkgname=prison
|
||||||
version=5.88.0
|
version=5.89.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen qt5-declarative-devel"
|
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen
|
||||||
|
qt5-declarative-devel qt5-qmake qt5-host-tools"
|
||||||
makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel qt5-plugin-sqlite
|
makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel qt5-plugin-sqlite
|
||||||
qt5-declarative-devel"
|
zxing-cpp-devel qt5-declarative-devel"
|
||||||
short_desc="Barcode API to produce QRCode barcodes and DataMatrix barcodes"
|
short_desc="Barcode API to produce QRCode barcodes and DataMatrix barcodes"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://community.kde.org/Frameworks"
|
homepage="https://community.kde.org/Frameworks"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz"
|
||||||
checksum=37a16df7ac823f7e97a7e1e9ef48a794879bf81cccb126809b24e25091343f7a
|
checksum=64a46cc9e4447b9b98f7c53e80d9bd78a668770d285f39d7c5dd9159a4c3a349
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ];then
|
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES/BSD-3-Clause.txt
|
vlicense LICENSES/BSD-3-Clause.txt
|
||||||
|
|
Loading…
Reference in New Issue