mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
prison: revbump for zxing-cpp-2.0.0.
This commit is contained in:
parent
c44dc8dea2
commit
5668095c9f
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'prison'
|
# Template file for 'prison'
|
||||||
pkgname=prison
|
pkgname=prison
|
||||||
version=5.103.0
|
version=5.103.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen
|
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen
|
||||||
qt5-declarative-devel qt5-qmake qt5-host-tools"
|
qt5-declarative-devel qt5-qmake qt5-host-tools"
|
||||||
|
@ -14,6 +14,12 @@ 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=44c5f902fac041e6aeb2baa6f26a1b58b3531d500f40e0411e171d3607b0f288
|
checksum=44c5f902fac041e6aeb2baa6f26a1b58b3531d500f40e0411e171d3607b0f288
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args="-DBUILD_TESTING=ON"
|
||||||
|
else
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES/BSD-3-Clause.txt
|
vlicense LICENSES/BSD-3-Clause.txt
|
||||||
vlicense LICENSES/MIT.txt
|
vlicense LICENSES/MIT.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue