kicad: update to 8.0.3.

This commit is contained in:
classabbyamp 2024-06-03 19:13:49 -04:00
parent 574898b015
commit ba0f9d5b84
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kicad'
# XXX: keep in sync with kicad-doc
pkgname=kicad
version=8.0.2
version=8.0.3
revision=1
build_style=cmake
build_helper="cmake-wxWidgets-gtk3"
@ -21,7 +21,7 @@ license="GPL-3.0-or-later"
homepage="http://kicad.org"
changelog="https://www.kicad.org/blog/categories/Release-Notes/"
distfiles="https://gitlab.com/kicad/code/kicad/-/archive/${version}/kicad-${version}.tar.gz"
checksum=406700e39ffe89bd80a4745c4f6e732cf1bda9791b9f32371ad9cf8e8ab80b56
checksum=1ce0d43ae314b0fe94223b8f3ab4a24d33b31034bf164d5b7facb85bbfd107e9
python_version=3
replaces="kicad-i18n>=0"
@ -33,7 +33,7 @@ fi
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
post_patch() {
# python struct.calcsize('@P') return pointer size of build systems.
sed -i 's/CMAKE_SIZEOF_VOID_P AND/FALSE AND &/' \
# python struct.calcsize('@P') return pointer size of build system.
vsed -i -e 's/CMAKE_SIZEOF_VOID_P AND/FALSE AND &/' \
thirdparty/pybind11/tools/FindPythonLibsNew.cmake
}