LibreCAD: update to 2.2.1.

Closes: #54028 [via git-merge-pr]
This commit is contained in:
Roberto Ricci 2025-01-19 18:12:47 +01:00 committed by classabbyamp
parent 5a9a6c693d
commit 9964e0039b
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,6 +1,6 @@
# Template file for 'LibreCAD' # Template file for 'LibreCAD'
pkgname=LibreCAD pkgname=LibreCAD
version=2.2.0.2 version=2.2.1
revision=1 revision=1
build_style=qmake build_style=qmake
hostmakedepends="qt5-qmake pkg-config ImageMagick qt5-host-tools" hostmakedepends="qt5-qmake pkg-config ImageMagick qt5-host-tools"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="http://librecad.org" homepage="http://librecad.org"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=fcb888a550f1f515ef6a2f7af2dd02605dd5c6da8a23f6c3a52479f8532ac109 checksum=d770007b1e02f007c47ecb0babe63275fe82798da3b3d721a4d2d2701bb47a14
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
configure_args+=" BOOST_DIR=${XBPS_CROSS_BASE}/usr" configure_args+=" BOOST_DIR=${XBPS_CROSS_BASE}/usr"