ldc: downgrade, broke between releases

This commit is contained in:
Andrew Benson 2022-06-03 16:19:20 -05:00
parent 061ba8fdad
commit 43cef465fd
2 changed files with 8 additions and 11 deletions

View File

@ -2178,10 +2178,10 @@ libFcitx5Config.so.6 libfcitx5-5.0.5_1
libFcitx5GClient.so.2 fcitx5-gtk-5.0.4_1
libFcitx5Qt5DBusAddons.so.1 fcitx5-qt5-5.0.3_1
libFcitx5Qt5WidgetsAddons.so.2 fcitx5-qt5-5.0.3_1
libdruntime-ldc-debug-shared.so.99 ldc-runtime-1.29.0_1
libdruntime-ldc-shared.so.99 ldc-runtime-1.29.0_1
libphobos2-ldc-shared.so.99 ldc-runtime-1.29.0_1
libphobos2-ldc-debug-shared.so.99 ldc-runtime-1.29.0_1
libdruntime-ldc-debug-shared.so.98 ldc-runtime-1.28.0_1
libdruntime-ldc-shared.so.98 ldc-runtime-1.28.0_1
libphobos2-ldc-shared.so.98 ldc-runtime-1.28.0_1
libphobos2-ldc-debug-shared.so.98 ldc-runtime-1.28.0_1
libldc-jit.so.99 ldc-runtime-1.29.0_1
libmarblewidget-qt5.so.28 marble5-17.12.2_1
libastro.so.2 marble5-17.12.2_1

View File

@ -1,7 +1,8 @@
# Template file for 'ldc'
pkgname=ldc
version=1.29.0
revision=1
version=1.28.0
revision=2
reverts="1.29.0_1"
wrksrc="ldc-${version}-src"
build_style=cmake
configure_args="
@ -22,16 +23,12 @@ license="BSD-3-Clause, BSL-1.0"
homepage="https://wiki.dlang.org/LDC"
changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
checksum=d0c066eb965467625d9c5e75c00c583451b9ffa363601f9e37275ca8a8aea140
checksum=17fee8bb535bcb8cda0a45947526555c46c045f302a7349cc8711b254e54cf09
nopie=yes
nocross="dmd compilation fails on cross"
# tests timeout on musl; also require unpackaged python3-lit
make_check=no
case "$XBPS_TARGET_MACHINE" in
*musl) broken="somehow attemps to resolve glibc symbols?" ;;
esac
post_install() {
vlicense LICENSE
}