Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ldc: unorphan, update to 1.24.0, revbump dependants 
@ 2020-10-25 14:20 aurieh
  2020-10-25 15:22 ` [PR PATCH] [Merged]: " pullmoll
  0 siblings, 1 reply; 2+ messages in thread
From: aurieh @ 2020-10-25 14:20 UTC (permalink / raw)
  To: ml

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

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

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

ldc: unorphan, update to 1.24.0, revbump dependants 


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

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

From f5787993eaa0e475e46bc4a5607a9bf09f2b03bf Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 25 Oct 2020 16:16:50 +0200
Subject: [PATCH 1/4] ldc: update to 1.24.0

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

diff --git a/common/shlibs b/common/shlibs
index 38b829e1edd..856f9de9a6e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2138,11 +2138,11 @@ libfcitx-qt.so.0 libfcitx-qt-4.2.8_1
 libFcitxQt5DBusAddons.so.1 libfcitx-qt5-1.2.1_1
 libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_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
+libdruntime-ldc-debug-shared.so.94 ldc-runtime-1.24.0_1
+libdruntime-ldc-shared.so.94 ldc-runtime-1.24.0_1
+libphobos2-ldc-shared.so.94 ldc-runtime-1.24.0_1
+libphobos2-ldc-debug-shared.so.94 ldc-runtime-1.24.0_1
+libldc-jit.so.94 ldc-runtime-1.24.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 61e9cf854fc..63e5c52db87 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.22.0
+version=1.24.0
 revision=1
 wrksrc="ldc-${version}-src"
 build_style=cmake
@@ -14,12 +14,12 @@ hostmakedepends="dmd llvm10 perl pkg-config"
 makedepends="libcurl-devel libffi-devel ncurses-devel zlib-devel"
 depends="ldc-runtime"
 short_desc="Portable D programming language compiler based on LLVM"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Auri <me@aurieh.me>"
 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=866becac61fb225b0d55847fb5f206ff042d6a3ff63b671a474aa8b6a93d8988
+checksum=fd9561ade916e9279bdcc166cf0e4836449c24e695ab4470297882588adbba3c
 nopie=yes
 nocross="dmd compilation fails on cross"
 

From d03eb6e84deb88af3cf8174db07faee844b9e9d7 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 25 Oct 2020 16:17:08 +0200
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 e2de5cdc1fb..ab6f17ea1e7 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=3
+revision=4
 wrksrc="GtkD-${version}"
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"

From 50bdb0ac20db70d07bf93a6538874a7353a5a522 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 25 Oct 2020 16:17:22 +0200
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 26f9f0ea2dc..5f92a5edd2f 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.3
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="automake gettext-devel gdk-pixbuf glib-devel ldc po4a pkg-config
  librsvg tar"

From e13057df35d87158592f830834714fa076af34e5 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 25 Oct 2020 16:17:36 +0200
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 d0dccc13b52..6f790618744 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.6
-revision=2
+revision=3
 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: unorphan, update to 1.24.0, revbump dependants 
  2020-10-25 14:20 [PR PATCH] ldc: unorphan, update to 1.24.0, revbump dependants aurieh
@ 2020-10-25 15:22 ` pullmoll
  0 siblings, 0 replies; 2+ messages in thread
From: pullmoll @ 2020-10-25 15:22 UTC (permalink / raw)
  To: ml

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

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

ldc: unorphan, update to 1.24.0, revbump dependants 
https://github.com/void-linux/void-packages/pull/25874

Description:


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

end of thread, other threads:[~2020-10-25 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-25 14:20 [PR PATCH] ldc: unorphan, update to 1.24.0, revbump dependants aurieh
2020-10-25 15:22 ` [PR PATCH] [Merged]: " pullmoll

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