Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WIP: ldc: update to 1.18.0
@ 2019-10-31 14:57 voidlinux-github
  2020-09-11 16:04 ` sgn
  2020-09-11 16:05 ` [PR PATCH] [Closed]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-31 14:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aurieh/void-packages ldc
https://github.com/void-linux/void-packages/pull/16001

WIP: ldc: update to 1.18.0
Tilix build is currently broken due to lack of https://github.com/gnunn1/tilix/pull/1733 within the latest release. I'll notify the maintainers and ask for a tagged release containing the fix.

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

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

From 20ce89633fb1442388625c94bb1127a87d7f5fd2 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Wed, 30 Oct 2019 23:59:22 +0200
Subject: [PATCH 1/3] ldc: update to 1.18.0

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

diff --git a/common/shlibs b/common/shlibs
index 41e609a31db..b4b58db4c18 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1991,11 +1991,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.83 ldc-runtime-1.13.0_1
-libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
-libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
-libphobos2-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
-libldc-jit.so.83 ldc-runtime-1.13.0_1
+libdruntime-ldc-debug-shared.so.88 ldc-runtime-1.18.0_1
+libdruntime-ldc-shared.so.88 ldc-runtime-1.18.0_1
+libphobos2-ldc-shared.so.88 ldc-runtime-1.18.0_1
+libphobos2-ldc-debug-shared.so.88 ldc-runtime-1.18.0_1
+libldc-jit.so.88 ldc-runtime-1.18.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 7653408b586..a42f95855ac 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,7 +1,7 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.13.0
-revision=2
+version=1.18.0
+revision=1
 wrksrc="ldc-${version}-src"
 build_style=cmake
 configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
@@ -16,7 +16,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=4b2fd3eb90fb6debc0ae6d70406bc78fcb531a0f20806640e626d4822e87b2e0
+checksum=aa6b491a4d756942c471778724dbdc7e96026eba4d55720cd66574b9ce42155d
 nopie=yes
 nocross=yes
 

From f66d0f4dd8bc33c51edfbcab8ec5b3a2b13e0c1b Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Thu, 31 Oct 2019 00:00:03 +0200
Subject: [PATCH 2/3] gtkd: rebuild for ldc-1.18.0

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

diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template
index b6033d7efce..d0df53ef047 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.8.5
-revision=1
+revision=2
 wrksrc="GtkD-${version}"
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"

From d5452995ece26ab563e1d69b7ac8081af7088d40 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Thu, 31 Oct 2019 00:00:50 +0200
Subject: [PATCH 3/3] tilix: rebuild for ldc-1.18.0

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

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

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

* Re: WIP: ldc: update to 1.18.0
  2019-10-31 14:57 [PR PATCH] WIP: ldc: update to 1.18.0 voidlinux-github
@ 2020-09-11 16:04 ` sgn
  2020-09-11 16:05 ` [PR PATCH] [Closed]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2020-09-11 16:04 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/16001#issuecomment-691182045

Comment:
1.22.0 has been merged

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

* Re: [PR PATCH] [Closed]: WIP: ldc: update to 1.18.0
  2019-10-31 14:57 [PR PATCH] WIP: ldc: update to 1.18.0 voidlinux-github
  2020-09-11 16:04 ` sgn
@ 2020-09-11 16:05 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2020-09-11 16:05 UTC (permalink / raw)
  To: ml

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

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

WIP: ldc: update to 1.18.0
https://github.com/void-linux/void-packages/pull/16001

Description:
Tilix build is currently broken due to lack of https://github.com/gnunn1/tilix/pull/1733 within the latest release. I'll notify the maintainers and ask for a tagged release containing the fix.

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

end of thread, other threads:[~2020-09-11 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 14:57 [PR PATCH] WIP: ldc: update to 1.18.0 voidlinux-github
2020-09-11 16:04 ` sgn
2020-09-11 16:05 ` [PR PATCH] [Closed]: " sgn

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).