Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ldc: update to 1.22.0, revbump dependants
@ 2020-07-28 17:00 ahesford
  2020-07-28 18:20 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: ahesford @ 2020-07-28 17:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages ldc
https://github.com/void-linux/void-packages/pull/23901

ldc: update to 1.22.0, revbump dependants


A patch file from https://github.com/void-linux/void-packages/pull/23901.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ldc-23901.patch --]
[-- Type: text/x-diff, Size: 4073 bytes --]

From cbf899fe79697017aaec4c2f133c7a2b328ac95d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 28 Jul 2020 12:57:28 -0400
Subject: [PATCH 1/4] ldc: update to 1.22.0.

---
 common/shlibs        | 10 +++++-----
 srcpkgs/ldc/template |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index d98ebaf113f..a1abc82974e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2144,11 +2144,11 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
-libdruntime-ldc-debug-shared.so.91 ldc-runtime-1.21.0_1
-libdruntime-ldc-shared.so.91 ldc-runtime-1.21.0_1
-libphobos2-ldc-shared.so.91 ldc-runtime-1.21.0_1
-libphobos2-ldc-debug-shared.so.91 ldc-runtime-1.21.0_1
-libldc-jit.so.91 ldc-runtime-1.21.0_1
+libdruntime-ldc-debug-shared.so.92 ldc-runtime-1.22.0_1
+libdruntime-ldc-shared.so.92 ldc-runtime-1.22.0_1
+libphobos2-ldc-shared.so.92 ldc-runtime-1.22.0_1
+libphobos2-ldc-debug-shared.so.92 ldc-runtime-1.22.0_1
+libldc-jit.so.92 ldc-runtime-1.22.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 6d6a16ee20d..61e9cf854fc 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,7 +1,7 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.21.0
-revision=2
+version=1.22.0
+revision=1
 wrksrc="ldc-${version}-src"
 build_style=cmake
 configure_args="
@@ -19,9 +19,9 @@ 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=50b7f929bf6b285c5b6618dd32162838daa2788298f25e669570df3fdc0716d8
+checksum=866becac61fb225b0d55847fb5f206ff042d6a3ff63b671a474aa8b6a93d8988
 nopie=yes
-nocross=yes
+nocross="dmd compilation fails on cross"
 
 post_install() {
 	vlicense LICENSE

From aa831e6d713eca601d860a7e841a0ad35ed1f941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 28 Jul 2020 12:53:58 -0400
Subject: [PATCH 2/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 9955e3fc74a..e2de5cdc1fb 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=2
+revision=3
 wrksrc="GtkD-${version}"
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"

From 108ad7954c643f22175881b2200b549271c70980 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 28 Jul 2020 12:53:58 -0400
Subject: [PATCH 3/4] tilix: revbump for ldc

---
 srcpkgs/tilix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index aa8d807d68a..26f9f0ea2dc 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.3
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="automake gettext-devel gdk-pixbuf glib-devel ldc po4a pkg-config
  librsvg tar"

From 7d651be6d6b471047732a6593ed75cb0f08b0de1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 28 Jul 2020 12:53:58 -0400
Subject: [PATCH 4/4] onedrive: revbump for ldc

---
 srcpkgs/onedrive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 85923b540c3..693c43b3282 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2"
 hostmakedepends="ldc pkg-config"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: ldc: update to 1.22.0, revbump dependants
  2020-07-28 17:00 [PR PATCH] ldc: update to 1.22.0, revbump dependants ahesford
@ 2020-07-28 18:20 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-07-28 18:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

There's a merged pull request on the void-packages repository

ldc: update to 1.22.0, revbump dependants
https://github.com/void-linux/void-packages/pull/23901

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-28 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 17:00 [PR PATCH] ldc: update to 1.22.0, revbump dependants ahesford
2020-07-28 18:20 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).