From 43cef465fdba92f5b3da4b3769985f87f4c84792 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 3 Jun 2022 16:19:20 -0500 Subject: [PATCH] ldc: downgrade, broke between releases --- common/shlibs | 8 ++++---- srcpkgs/ldc/template | 11 ++++------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/common/shlibs b/common/shlibs index e6a54662fc6..15d027bf9c2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template index b8f01282742..e849b272501 100644 --- a/srcpkgs/ldc/template +++ b/srcpkgs/ldc/template @@ -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 }