mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
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'
|
# Template file for 'prison'
|
||||||
pkgname=prison
|
pkgname=prison
|
||||||
version=5.74.0
|
version=5.74.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools"
|
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen qt5-declarative-devel"
|
||||||
makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-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"
|
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"
|
||||||
|
@ -30,5 +31,4 @@ prison-devel_package() {
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue