Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ldc: update to 1.28.0
@ 2021-10-24  1:33 aurieh
  2021-10-24 18:06 ` ericonr
  2021-10-24 18:12 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: aurieh @ 2021-10-24  1:33 UTC (permalink / raw)
  To: ml

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

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

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

ldc: update to 1.28.0
An update to `onedrive` was required to make it build under this version of `ldc`.

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 6f991b482b17bf41a016fe02497b7fc1dd559b73 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 24 Oct 2021 03:50:48 +0300
Subject: [PATCH 1/4] ldc: update to 1.28.0

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

diff --git a/common/shlibs b/common/shlibs
index 775868629d3e..ce4e4b8de097 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2160,11 +2160,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.96 ldc-runtime-1.26.0_1
-libdruntime-ldc-shared.so.96 ldc-runtime-1.26.0_1
-libphobos2-ldc-shared.so.96 ldc-runtime-1.26.0_1
-libphobos2-ldc-debug-shared.so.96 ldc-runtime-1.26.0_1
-libldc-jit.so.96 ldc-runtime-1.26.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.98 ldc-runtime-1.28.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 24144b3cc63f..a27280dde3b8 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.26.0
+version=1.28.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=c18f4c76869f0196b459dcd6196c7eaea1b097cc422cf3771de394f6c0ef7474
+checksum=17fee8bb535bcb8cda0a45947526555c46c045f302a7349cc8711b254e54cf09
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit

From 4aeb4ac91611e038e310e5e38e34aac63b435fb2 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 24 Oct 2021 03:51:09 +0300
Subject: [PATCH 2/4] gtkd: revbump for ldc-1.28.0

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

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

From 50bcb2b6aa01b2ba5a0c68ce3d3d157d0815aefa Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 24 Oct 2021 03:51:34 +0300
Subject: [PATCH 3/4] tilix: revbump for ldc-1.28.0

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

diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index f53d8f86fd87..d8f014bc78c5 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.4
-revision=2
+revision=3
 build_style=meson
 configure_args="-Db_lto=false"
 hostmakedepends="automake gettext-devel gdk-pixbuf glib-devel ldc po4a pkg-config

From 8869b2a40bc971ad517038f9984a351a17da0bb5 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 24 Oct 2021 03:51:53 +0300
Subject: [PATCH 4/4] onedrive: update to 2.4.13

---
 srcpkgs/onedrive/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 6ca2242948fc..ef21f47eb6f4 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,6 +1,6 @@
 # Template file for 'onedrive'
 pkgname=onedrive
-version=2.4.12
+version=2.4.13
 revision=1
 build_style=gnu-configure
 configure_args="DC=ldc2"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/abraunegg/onedrive"
 changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md"
 distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
-checksum=4f6aa46fc28e859b63c0a2c190f66c3286ec0bde3f54f77af0ddea6b62bba37a
+checksum=6cb903ec14be249caa13c04a4fbba9a431041c224e7d815798a94f7b93861263
 nocross="uses host flags for cross compilations"
 
 post_install() {

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

* Re: ldc: update to 1.28.0
  2021-10-24  1:33 [PR PATCH] ldc: update to 1.28.0 aurieh
@ 2021-10-24 18:06 ` ericonr
  2021-10-24 18:12 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-10-24 18:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33724#issuecomment-950368297

Comment:
No hangs this time :D 

Am building and testing locally, can merge when done.

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

* Re: [PR PATCH] [Merged]: ldc: update to 1.28.0
  2021-10-24  1:33 [PR PATCH] ldc: update to 1.28.0 aurieh
  2021-10-24 18:06 ` ericonr
@ 2021-10-24 18:12 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-10-24 18:12 UTC (permalink / raw)
  To: ml

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

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

ldc: update to 1.28.0
https://github.com/void-linux/void-packages/pull/33724

Description:
An update to `onedrive` was required to make it build under this version of `ldc`.

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture, (x86_64-glibc)

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

end of thread, other threads:[~2021-10-24 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24  1:33 [PR PATCH] ldc: update to 1.28.0 aurieh
2021-10-24 18:06 ` ericonr
2021-10-24 18:12 ` [PR PATCH] [Merged]: " ericonr

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