From 8c8d4140d7a7fc706a1d8bbc0aebd0720e4084a7 Mon Sep 17 00:00:00 2001 From: yori Date: Tue, 31 May 2022 19:56:25 -0400 Subject: [PATCH 1/4] dmd: updated to 2.100.0 --- srcpkgs/dmd/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/dmd/template b/srcpkgs/dmd/template index 697efbf168dd..cfea59e48961 100644 --- a/srcpkgs/dmd/template +++ b/srcpkgs/dmd/template @@ -1,6 +1,6 @@ # Template file for 'dmd' pkgname=dmd -version=2.098.0 +version=2.100.0 revision=1 create_wrksrc=yes hostmakedepends="dmd2.091 which" @@ -15,10 +15,10 @@ distfiles=" https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz" -checksum="437e7abae7f747ce8a027e512d2f98f0c27badd623347141c3f6fb0834d85ad0 - f150400756c7940bc9d67a3ed7f89777e49b42a1ef2dff6f40727f83b3cea6f4 - f91c6c7f2d5683af2804a183c287bf6991b99c49692759d7844e1919ca59e974 - 1104e5e59fd47828b798d77a72be547bf086bba1d374a1855c6b5814c4db0145" +checksum="77d8623f614ab2a41c17ee86e84880021836051553dd7f09f3f6eee8e024c55d + b9622c94468326487380393d183790830f38d224bb5d15067b6e4f5ec9cfced4 + cebf9fecdaf395bdb745cbed990879e561d055cc367ba44ba69fb40ab9c45008 + 84672e81d24e4aea62fc8693bd4260bcf35a04ad6124b2707d40b11c67502302" conf_files="/etc/dmd.conf" provides="d-compiler-${version}_${revision}" conflicts="dmd-bootstrap dmd2.081 dmd2.091" From 42041bb221c9d260524b43fea8375caff874102d Mon Sep 17 00:00:00 2001 From: yori Date: Wed, 1 Jun 2022 19:11:32 -0400 Subject: [PATCH 2/4] dtools: updated to 2.100.0 Closes: #37370 [via git-merge-pr] --- srcpkgs/dtools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dtools/template b/srcpkgs/dtools/template index 0255d9e501a3..716f6f79cfbb 100644 --- a/srcpkgs/dtools/template +++ b/srcpkgs/dtools/template @@ -1,7 +1,7 @@ # Template file for 'dtools' pkgname=dtools # keep this synchronized with libphobos and dmd -version=2.098.0 +version=2.100.0 revision=1 wrksrc="tools-${version}" hostmakedepends="dmd" @@ -12,7 +12,7 @@ maintainer="Auri " license="BSL-1.0" homepage="http://www.digitalmars.com/d/2.0/" distfiles="https://github.com/dlang/tools/archive/v${version}.tar.gz" -checksum=9466e62ed2cf80802158524fc4e7ff80cbefc0fadff23a8933f6f2892b42cb56 +checksum=7b53e32606b22acc391dd2a4e7c8527fabc18045ade3f99b3d38e8fa471066c8 do_build() { # rdmd can't be built normally, is used to build others From 4dae753baa7f0c3cb943044d0b9423eafea490dc Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 1 Jun 2022 18:46:23 -0500 Subject: [PATCH 3/4] ldc: update to 1.29.0. --- common/shlibs | 10 +++++----- srcpkgs/ldc/template | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/shlibs b/common/shlibs index 3e5c5e37a208..e6a54662fc62 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2178,11 +2178,11 @@ 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.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.98 ldc-runtime-1.28.0_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 +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 libparrot.so.6.9.0 parrot-6.9.0_1 diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template index a27280dde3b8..2e05ae125804 100644 --- a/srcpkgs/ldc/template +++ b/srcpkgs/ldc/template @@ -1,6 +1,6 @@ # Template file for 'ldc' pkgname=ldc -version=1.28.0 +version=1.29.0 revision=1 wrksrc="ldc-${version}-src" build_style=cmake @@ -22,7 +22,7 @@ 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=17fee8bb535bcb8cda0a45947526555c46c045f302a7349cc8711b254e54cf09 +checksum=d0c066eb965467625d9c5e75c00c583451b9ffa363601f9e37275ca8a8aea140 nopie=yes nocross="dmd compilation fails on cross" # tests timeout on musl; also require unpackaged python3-lit From 8eb7fff330f4ec5d34367fc0f30b7561a6ca2fff Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 1 Jun 2022 18:46:43 -0500 Subject: [PATCH 4/4] gtkd: revbump for ldc --- srcpkgs/gtkd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template index deb4e0bc0e2c..9f4910df43dc 100644 --- a/srcpkgs/gtkd/template +++ b/srcpkgs/gtkd/template @@ -1,7 +1,7 @@ # Template file for 'gtkd' pkgname=gtkd version=3.9.0 -revision=6 +revision=7 wrksrc="GtkD-${version}" build_style=gnu-makefile make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"