castxml: update to 0.6.8

This commit is contained in:
Biswapriyo Nath
2024-08-21 15:33:58 +00:00
parent 8586116d71
commit 1322d042c5

View File

@@ -3,7 +3,7 @@
_realname=castxml
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.6.5
pkgver=0.6.8
pkgrel=1
pkgdesc="C-family abstract syntax tree XML output tool. (mingw-w64)"
arch=('any')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-sphinx")
source=(${_realname}-${pkgver}.tar.gz::https://github.com/CastXML/CastXML/archive/v${pkgver}.tar.gz)
sha256sums=('fea4754bdb1fb4496fec12352e2bd07854843aa757e85d0553f224ff0111c482')
sha256sums=('b517a9d18ddb7f71b3b053af61fc393dd81f17911e6c6d53a85f3f523ba8ad64')
build() {
declare -a extra_config
@@ -45,17 +45,6 @@ build() {
"${MINGW_PREFIX}"/bin/cmake.exe --build "build-${MSYSTEM}"
}
# 2024/05/26 - as of today there are three failing tests
#
#The following tests FAILED:
# 49 - cmd.fbracket-depth (Failed)
# 50 - cmd.gccxml-predefined-macros (Failed)
# 51 - cmd.castxml-predefined-macros (Failed)
# Disabiling this for now as it has ~=4700 tests and takes a while and also since it fails
#check() {
# "${MINGW_PREFIX}"/bin/cmake.exe --build "build-${MSYSTEM}" --target test
#}
package() {
DESTDIR="${pkgdir}" "${MINGW_PREFIX}"/bin/cmake.exe --install "build-${MSYSTEM}"