Skip to content

Commit

Permalink
prison: revbump for zxing-cpp-2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Feb 18, 2023
1 parent f2d35d3 commit 2b97236
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion srcpkgs/prison/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'prison'
pkgname=prison
version=5.103.0
revision=1
revision=2
build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen
qt5-declarative-devel qt5-qmake qt5-host-tools"
Expand All @@ -14,6 +14,12 @@ homepage="https://community.kde.org/Frameworks"
distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz"
checksum=44c5f902fac041e6aeb2baa6f26a1b58b3531d500f40e0411e171d3607b0f288

if [ "$XBPS_CHECK_PKGS" ]; then
configure_args="-DBUILD_TESTING=ON"
else
configure_args="-DBUILD_TESTING=OFF"
fi

post_install() {
vlicense LICENSES/BSD-3-Clause.txt
vlicense LICENSES/MIT.txt
Expand Down

0 comments on commit 2b97236

Please sign in to comment.