prison: fix for plasma-5.20
This commit is contained in:
parent
7713e72464
commit
32d631a318
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'prison'
|
||||
pkgname=prison
|
||||
version=5.74.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools"
|
||||
makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel"
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen qt5-declarative-devel"
|
||||
makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel qt5-plugin-sqlite
|
||||
qt5-declarative-devel"
|
||||
short_desc="Barcode API to produce QRCode barcodes and DataMatrix barcodes"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="MIT"
|
||||
|
@ -30,5 +31,4 @@ prison-devel_package() {
|
|||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue