Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ldc: update to 1.35.0
@ 2023-12-31  0:16 jtbx
  2023-12-31  6:13 ` oreo639
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: jtbx @ 2023-12-31  0:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jtbx/void-packages ldc-1.35.0
https://github.com/void-linux/void-packages/pull/48000

ldc: update to 1.35.0
#### Testing the changes
- I tested the changes in this PR: **YES**, on x86_64-musl

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

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

From 11b77c45aed7e6d0a61cdfbfb34884655b745b24 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 13:04:11 +1300
Subject: [PATCH] ldc: update to 1.35.0

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

diff --git a/common/shlibs b/common/shlibs
index c1792cffc77e4..263685ba3e9a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2152,10 +2152,10 @@ 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.101 ldc-runtime-1.31.0_1
-libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
+libdruntime-ldc-debug-shared.so.105 ldc-runtime-1.35.0_1
+libdruntime-ldc-shared.so.105 ldc-runtime-1.35.0_1
+libphobos2-ldc-shared.so.105 ldc-runtime-1.35.0_1
+libphobos2-ldc-debug-shared.so.105 ldc-runtime-1.35.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 f6d8b7ffbe985..072fac715cb4a 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.31.0
+version=1.35.0
 revision=1
 build_style=cmake
 configure_args="
@@ -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=f1c8ece9e1e35806c3441bf24fbe666cddd8eef375592c19cd8fee4701cd5458
+checksum=6e296993706c76c093e609139aa0b3f8704355fa0f3756f6758d78d44226dfa0
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit

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

* Re: ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
@ 2023-12-31  6:13 ` oreo639
  2023-12-31  6:39 ` jtbx
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: oreo639 @ 2023-12-31  6:13 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1872681840

Comment:
See the output of:
`xbps-query -RX ldc-runtime`

All those packages need to be revbumped as the soname has changed.

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

* Re: ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
  2023-12-31  6:13 ` oreo639
@ 2023-12-31  6:39 ` jtbx
  2023-12-31  6:40 ` [PR PATCH] [Updated] " jtbx
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2023-12-31  6:39 UTC (permalink / raw)
  To: ml

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

New comment by jtbx on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1872710050

Comment:
Got it, thanks :)

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

* Re: [PR PATCH] [Updated] ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
  2023-12-31  6:13 ` oreo639
  2023-12-31  6:39 ` jtbx
@ 2023-12-31  6:40 ` jtbx
  2023-12-31  7:36 ` oreo639
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2023-12-31  6:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jtbx against master on the void-packages repository

https://github.com/jtbx/void-packages ldc-1.35.0
https://github.com/void-linux/void-packages/pull/48000

ldc: update to 1.35.0
#### Testing the changes
- I tested the changes in this PR: **YES**, on x86_64-musl

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

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

From d38c01b2f4d4cb78e5399abe0876049eb10f670f Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 13:04:11 +1300
Subject: [PATCH] ldc: update to 1.35.0

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

diff --git a/common/shlibs b/common/shlibs
index c1792cffc77e4..263685ba3e9a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2152,10 +2152,10 @@ 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.101 ldc-runtime-1.31.0_1
-libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
+libdruntime-ldc-debug-shared.so.105 ldc-runtime-1.35.0_1
+libdruntime-ldc-shared.so.105 ldc-runtime-1.35.0_1
+libphobos2-ldc-shared.so.105 ldc-runtime-1.35.0_1
+libphobos2-ldc-debug-shared.so.105 ldc-runtime-1.35.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/btdu/template b/srcpkgs/btdu/template
index a42917b4f665b..eb2a33360b3f6 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -1,7 +1,7 @@
 # Template file for 'btdu'
 pkgname=btdu
 version=0.5.1
-revision=1
+revision=2
 hostmakedepends="ldc dub"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Sampling disk usage profiler for btrfs"
diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template
index 6a75d69e19cec..da7d58bb5fb71 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=10
+revision=11
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"
 make_build_target="shared-libs shared-gstreamer shared-vte shared-peas shared-gtkdgl"
diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template
index f6d8b7ffbe985..072fac715cb4a 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.31.0
+version=1.35.0
 revision=1
 build_style=cmake
 configure_args="
@@ -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=f1c8ece9e1e35806c3441bf24fbe666cddd8eef375592c19cd8fee4701cd5458
+checksum=6e296993706c76c093e609139aa0b3f8704355fa0f3756f6758d78d44226dfa0
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit
diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 019a89325aace..ec226d7616b2e 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.25
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2 --enable-notifications --enable-completions
  --with-bash-completion-dir=/usr/share/bash-completion/completions
diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index 74ccb4dd4592d..77da7f7940caf 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.4
-revision=7
+revision=8
 _undead_version=1.1.8
 build_wrksrc="${pkgname}-${version}"
 build_style=meson

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

* Re: ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (2 preceding siblings ...)
  2023-12-31  6:40 ` [PR PATCH] [Updated] " jtbx
@ 2023-12-31  7:36 ` oreo639
  2023-12-31  7:38 ` oreo639
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: oreo639 @ 2023-12-31  7:36 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1872785360

Comment:
There should be a separate commit per package. You can use `git rebase -i HEAD~n` where n is a number of commits back to manage multiple commits.

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

* Re: ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (3 preceding siblings ...)
  2023-12-31  7:36 ` oreo639
@ 2023-12-31  7:38 ` oreo639
  2023-12-31  7:54 ` jtbx
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: oreo639 @ 2023-12-31  7:38 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1872785360

Comment:
There should be a separate commit per package. You can use `git rebase -i HEAD~n` where n is a number of commits back to manage multiple commits.

Also you need to revbump:
```
libgstreamerd-3.9.0_10
libgtkdgl-3.9.0_10
libgtkdsv-3.9.0_10
libpeasd-3.9.0_10
libvted-3.9.0_10
```
as well. (not just btdu, gtkd, onedrive, and tilix)

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

* Re: ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (4 preceding siblings ...)
  2023-12-31  7:38 ` oreo639
@ 2023-12-31  7:54 ` jtbx
  2023-12-31  8:08 ` [PR PATCH] [Updated] " jtbx
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2023-12-31  7:54 UTC (permalink / raw)
  To: ml

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

New comment by jtbx on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1872808140

Comment:
Alright sure thing, but those libraries are all symlinks to gtkd.

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

* Re: [PR PATCH] [Updated] ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (5 preceding siblings ...)
  2023-12-31  7:54 ` jtbx
@ 2023-12-31  8:08 ` jtbx
  2023-12-31  8:42 ` oreo639
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2023-12-31  8:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jtbx against master on the void-packages repository

https://github.com/jtbx/void-packages ldc-1.35.0
https://github.com/void-linux/void-packages/pull/48000

ldc: update to 1.35.0
#### Testing the changes
- I tested the changes in this PR: **YES**, on x86_64-musl

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

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

From 9cf4221d26c5fb96fc48c8eed77732bb8678e03f Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:03 +1300
Subject: [PATCH 1/5] ldc: update to 1.35.0

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

diff --git a/common/shlibs b/common/shlibs
index c1792cffc77e4..263685ba3e9a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2152,10 +2152,10 @@ 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.101 ldc-runtime-1.31.0_1
-libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
+libdruntime-ldc-debug-shared.so.105 ldc-runtime-1.35.0_1
+libdruntime-ldc-shared.so.105 ldc-runtime-1.35.0_1
+libphobos2-ldc-shared.so.105 ldc-runtime-1.35.0_1
+libphobos2-ldc-debug-shared.so.105 ldc-runtime-1.35.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 f6d8b7ffbe985..072fac715cb4a 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.31.0
+version=1.35.0
 revision=1
 build_style=cmake
 configure_args="
@@ -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=f1c8ece9e1e35806c3441bf24fbe666cddd8eef375592c19cd8fee4701cd5458
+checksum=6e296993706c76c093e609139aa0b3f8704355fa0f3756f6758d78d44226dfa0
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit

From 4e34df52b7b89521a659491790ae2fa992407aa4 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:30 +1300
Subject: [PATCH 2/5] btdu: bump revision

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

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
index a42917b4f665b..eb2a33360b3f6 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -1,7 +1,7 @@
 # Template file for 'btdu'
 pkgname=btdu
 version=0.5.1
-revision=1
+revision=2
 hostmakedepends="ldc dub"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Sampling disk usage profiler for btrfs"

From f9e1b48375de0ace8b532954d6aa1cca70c0ff72 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:49 +1300
Subject: [PATCH 3/5] gtkd: bump revision

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

diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template
index 6a75d69e19cec..da7d58bb5fb71 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=10
+revision=11
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"
 make_build_target="shared-libs shared-gstreamer shared-vte shared-peas shared-gtkdgl"

From 721503e0c1f26c30afbe6962bfed16afd8353198 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:56 +1300
Subject: [PATCH 4/5] onedrive: bump revision

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

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 019a89325aace..ec226d7616b2e 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.25
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2 --enable-notifications --enable-completions
  --with-bash-completion-dir=/usr/share/bash-completion/completions

From c07832321600524b02d4897b93f5074c7070c464 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:08:08 +1300
Subject: [PATCH 5/5] tilix: bump revision

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

diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index 74ccb4dd4592d..77da7f7940caf 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.4
-revision=7
+revision=8
 _undead_version=1.1.8
 build_wrksrc="${pkgname}-${version}"
 build_style=meson

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

* Re: ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (6 preceding siblings ...)
  2023-12-31  8:08 ` [PR PATCH] [Updated] " jtbx
@ 2023-12-31  8:42 ` oreo639
  2023-12-31  8:42 ` oreo639
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: oreo639 @ 2023-12-31  8:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1872863756

Comment:
> but those libraries are all symlinks to gtkd

Ah, yeah, my bad.

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

* Re: ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (7 preceding siblings ...)
  2023-12-31  8:42 ` oreo639
@ 2023-12-31  8:42 ` oreo639
  2024-01-07  4:10 ` [PR PATCH] [Updated] " jtbx
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: oreo639 @ 2023-12-31  8:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1872863756

Comment:
> but those libraries are all symlinks to gtkd

Ah. Yeah, my bad.

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

* Re: [PR PATCH] [Updated] ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (8 preceding siblings ...)
  2023-12-31  8:42 ` oreo639
@ 2024-01-07  4:10 ` jtbx
  2024-01-07  4:14 ` jtbx
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2024-01-07  4:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jtbx against master on the void-packages repository

https://github.com/jtbx/void-packages ldc-1.35.0
https://github.com/void-linux/void-packages/pull/48000

ldc: update to 1.35.0
#### Testing the changes
- I tested the changes in this PR: **YES**, on x86_64-musl

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

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

From 51f5af124d3de2a53af4f46abf7bb5b746420d66 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:03 +1300
Subject: [PATCH 1/5] ldc: update to 1.36.0

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

diff --git a/common/shlibs b/common/shlibs
index c1792cffc77e4..c5b963eb17a4b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2152,10 +2152,10 @@ 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.101 ldc-runtime-1.31.0_1
-libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
+libdruntime-ldc-debug-shared.so.106 ldc-runtime-1.36.0_1
+libdruntime-ldc-shared.so.106 ldc-runtime-1.36.0_1
+libphobos2-ldc-shared.so.106 ldc-runtime-1.36.0_1
+libphobos2-ldc-debug-shared.so.106 ldc-runtime-1.36.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 f6d8b7ffbe985..9b739e3e3b1cb 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.31.0
+version=1.36.0
 revision=1
 build_style=cmake
 configure_args="
@@ -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=f1c8ece9e1e35806c3441bf24fbe666cddd8eef375592c19cd8fee4701cd5458
+checksum=a00c79073123a887c17f446c7782a49556a3512a3d35ab676b7d53ae1bb8d6ef
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit

From f2cf72be8069417a31321ae4be7e9433bc6412c2 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:30 +1300
Subject: [PATCH 2/5] btdu: bump revision

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

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
index a42917b4f665b..eb2a33360b3f6 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -1,7 +1,7 @@
 # Template file for 'btdu'
 pkgname=btdu
 version=0.5.1
-revision=1
+revision=2
 hostmakedepends="ldc dub"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Sampling disk usage profiler for btrfs"

From 46da611641695d42c83da26cd1ed5fdc0e096652 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:49 +1300
Subject: [PATCH 3/5] gtkd: bump revision

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

diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template
index 6a75d69e19cec..da7d58bb5fb71 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=10
+revision=11
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"
 make_build_target="shared-libs shared-gstreamer shared-vte shared-peas shared-gtkdgl"

From 4b59393f220872fbba8107c8a642c6ba9269c93b Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:56 +1300
Subject: [PATCH 4/5] onedrive: bump revision

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

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 019a89325aace..ec226d7616b2e 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.25
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2 --enable-notifications --enable-completions
  --with-bash-completion-dir=/usr/share/bash-completion/completions

From eaf80689ce43485cc3467081f6d5db458960f1ea Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:08:08 +1300
Subject: [PATCH 5/5] tilix: bump revision

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

diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index 74ccb4dd4592d..77da7f7940caf 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.4
-revision=7
+revision=8
 _undead_version=1.1.8
 build_wrksrc="${pkgname}-${version}"
 build_style=meson

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

* Re: [PR PATCH] [Updated] ldc: update to 1.35.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (9 preceding siblings ...)
  2024-01-07  4:10 ` [PR PATCH] [Updated] " jtbx
@ 2024-01-07  4:14 ` jtbx
  2024-01-07  4:24 ` ldc: update to 1.36.0 jtbx
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2024-01-07  4:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jtbx against master on the void-packages repository

https://github.com/jtbx/void-packages ldc-1.35.0
https://github.com/void-linux/void-packages/pull/48000

ldc: update to 1.35.0
#### Testing the changes
- I tested the changes in this PR: **YES**, on x86_64-musl

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

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

From 51f5af124d3de2a53af4f46abf7bb5b746420d66 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:03 +1300
Subject: [PATCH 1/5] ldc: update to 1.36.0

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

diff --git a/common/shlibs b/common/shlibs
index c1792cffc77e4..c5b963eb17a4b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2152,10 +2152,10 @@ 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.101 ldc-runtime-1.31.0_1
-libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
+libdruntime-ldc-debug-shared.so.106 ldc-runtime-1.36.0_1
+libdruntime-ldc-shared.so.106 ldc-runtime-1.36.0_1
+libphobos2-ldc-shared.so.106 ldc-runtime-1.36.0_1
+libphobos2-ldc-debug-shared.so.106 ldc-runtime-1.36.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 f6d8b7ffbe985..9b739e3e3b1cb 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.31.0
+version=1.36.0
 revision=1
 build_style=cmake
 configure_args="
@@ -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=f1c8ece9e1e35806c3441bf24fbe666cddd8eef375592c19cd8fee4701cd5458
+checksum=a00c79073123a887c17f446c7782a49556a3512a3d35ab676b7d53ae1bb8d6ef
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit

From f2cf72be8069417a31321ae4be7e9433bc6412c2 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:30 +1300
Subject: [PATCH 2/5] btdu: bump revision

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

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
index a42917b4f665b..eb2a33360b3f6 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -1,7 +1,7 @@
 # Template file for 'btdu'
 pkgname=btdu
 version=0.5.1
-revision=1
+revision=2
 hostmakedepends="ldc dub"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Sampling disk usage profiler for btrfs"

From 46da611641695d42c83da26cd1ed5fdc0e096652 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:49 +1300
Subject: [PATCH 3/5] gtkd: bump revision

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

diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template
index 6a75d69e19cec..da7d58bb5fb71 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=10
+revision=11
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"
 make_build_target="shared-libs shared-gstreamer shared-vte shared-peas shared-gtkdgl"

From 4b59393f220872fbba8107c8a642c6ba9269c93b Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:56 +1300
Subject: [PATCH 4/5] onedrive: bump revision

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

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 019a89325aace..ec226d7616b2e 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.25
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2 --enable-notifications --enable-completions
  --with-bash-completion-dir=/usr/share/bash-completion/completions

From eaf80689ce43485cc3467081f6d5db458960f1ea Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:08:08 +1300
Subject: [PATCH 5/5] tilix: bump revision

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

diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index 74ccb4dd4592d..77da7f7940caf 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.4
-revision=7
+revision=8
 _undead_version=1.1.8
 build_wrksrc="${pkgname}-${version}"
 build_style=meson

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

* Re: ldc: update to 1.36.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (10 preceding siblings ...)
  2024-01-07  4:14 ` jtbx
@ 2024-01-07  4:24 ` jtbx
  2024-01-21  6:17 ` zdykstra
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2024-01-07  4:24 UTC (permalink / raw)
  To: ml

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

New comment by jtbx on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1879933499

Comment:
Updated to 1.36.0
https://github.com/ldc-developers/ldc/releases/tag/v1.36.0

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

* Re: ldc: update to 1.36.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (11 preceding siblings ...)
  2024-01-07  4:24 ` ldc: update to 1.36.0 jtbx
@ 2024-01-21  6:17 ` zdykstra
  2024-01-21 21:46 ` [PR PATCH] [Updated] " jtbx
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: zdykstra @ 2024-01-21  6:17 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1902527939

Comment:
The merge commit needs to be removed. Rebase your branch on master instead.

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

* Re: [PR PATCH] [Updated] ldc: update to 1.36.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (12 preceding siblings ...)
  2024-01-21  6:17 ` zdykstra
@ 2024-01-21 21:46 ` jtbx
  2024-01-21 21:47 ` jtbx
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2024-01-21 21:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jtbx against master on the void-packages repository

https://github.com/jtbx/void-packages ldc-1.35.0
https://github.com/void-linux/void-packages/pull/48000

ldc: update to 1.36.0
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From 8cb507b3c0379843daa176561064046dada77ea4 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:03 +1300
Subject: [PATCH 1/5] ldc: update to 1.36.0

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

diff --git a/common/shlibs b/common/shlibs
index 9e6d29c73341e..d8eb8d51a43a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2145,6 +2145,10 @@ libdruntime-ldc-shared.so.105 ldc-runtime-1.35.0_1
 libphobos2-ldc-shared.so.105 ldc-runtime-1.35.0_1
 libdruntime-ldc-debug-shared.so.105 ldc-runtime-debug-1.35.0_1
 libphobos2-ldc-debug-shared.so.105 ldc-runtime-debug-1.35.0_1
+libdruntime-ldc-debug-shared.so.106 ldc-runtime-1.36.0_1
+libdruntime-ldc-shared.so.106 ldc-runtime-1.36.0_1
+libphobos2-ldc-shared.so.106 ldc-runtime-1.36.0_1
+libphobos2-ldc-debug-shared.so.106 ldc-runtime-1.36.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 f6d8b7ffbe985..9b739e3e3b1cb 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.31.0
+version=1.36.0
 revision=1
 build_style=cmake
 configure_args="
@@ -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=f1c8ece9e1e35806c3441bf24fbe666cddd8eef375592c19cd8fee4701cd5458
+checksum=a00c79073123a887c17f446c7782a49556a3512a3d35ab676b7d53ae1bb8d6ef
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit

From a36f96eeec464032ed74cf8f4f44b8cb098e0fca Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:30 +1300
Subject: [PATCH 2/5] btdu: bump revision

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

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
index a42917b4f665b..eb2a33360b3f6 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -1,7 +1,7 @@
 # Template file for 'btdu'
 pkgname=btdu
 version=0.5.1
-revision=1
+revision=2
 hostmakedepends="ldc dub"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Sampling disk usage profiler for btrfs"

From ce58cb905694312d15a419c281d2b10cc9d6c0eb Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:49 +1300
Subject: [PATCH 3/5] gtkd: bump revision

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

diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template
index 6a75d69e19cec..da7d58bb5fb71 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=10
+revision=11
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"
 make_build_target="shared-libs shared-gstreamer shared-vte shared-peas shared-gtkdgl"

From 655f3a68291ce6eaddd9339d70909f72740e22b5 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:56 +1300
Subject: [PATCH 4/5] onedrive: bump revision

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

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 019a89325aace..ec226d7616b2e 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.25
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2 --enable-notifications --enable-completions
  --with-bash-completion-dir=/usr/share/bash-completion/completions

From 444b7cc52dba6047c15bc619733ee2216228ed2c Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:08:08 +1300
Subject: [PATCH 5/5] tilix: bump revision

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

diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index 74ccb4dd4592d..77da7f7940caf 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.4
-revision=7
+revision=8
 _undead_version=1.1.8
 build_wrksrc="${pkgname}-${version}"
 build_style=meson

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

* Re: ldc: update to 1.36.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (13 preceding siblings ...)
  2024-01-21 21:46 ` [PR PATCH] [Updated] " jtbx
@ 2024-01-21 21:47 ` jtbx
  2024-01-26  4:17 ` [PR PATCH] [Updated] " jtbx
  2024-04-07  2:19 ` [PR PATCH] [Closed]: " jtbx
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2024-01-21 21:47 UTC (permalink / raw)
  To: ml

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

New comment by jtbx on void-packages repository

https://github.com/void-linux/void-packages/pull/48000#issuecomment-1902776790

Comment:
Done

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

* Re: [PR PATCH] [Updated] ldc: update to 1.36.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (14 preceding siblings ...)
  2024-01-21 21:47 ` jtbx
@ 2024-01-26  4:17 ` jtbx
  2024-04-07  2:19 ` [PR PATCH] [Closed]: " jtbx
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2024-01-26  4:17 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jtbx against master on the void-packages repository

https://github.com/jtbx/void-packages ldc-1.35.0
https://github.com/void-linux/void-packages/pull/48000

ldc: update to 1.36.0
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From cfcda0aa02f3d3c492eb2f900d3df55db5dda071 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:03 +1300
Subject: [PATCH 1/5] ldc: update to 1.36.0

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

diff --git a/common/shlibs b/common/shlibs
index 9e6d29c73341e..5c5aab89fc4dd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2135,16 +2135,12 @@ 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.101 ldc-runtime-1.31.0_1
-libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
 libFcitx5Qt6DBusAddons.so.1 fcitx5-qt6-5.1.4_1
 libFcitx5Qt6WidgetsAddons.so.2 fcitx5-qt6-5.1.4_1
-libdruntime-ldc-shared.so.105 ldc-runtime-1.35.0_1
-libphobos2-ldc-shared.so.105 ldc-runtime-1.35.0_1
-libdruntime-ldc-debug-shared.so.105 ldc-runtime-debug-1.35.0_1
-libphobos2-ldc-debug-shared.so.105 ldc-runtime-debug-1.35.0_1
+libdruntime-ldc-debug-shared.so.106 ldc-runtime-1.36.0_1
+libdruntime-ldc-shared.so.106 ldc-runtime-1.36.0_1
+libphobos2-ldc-shared.so.106 ldc-runtime-1.36.0_1
+libphobos2-ldc-debug-shared.so.106 ldc-runtime-1.36.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 f6d8b7ffbe985..9b739e3e3b1cb 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.31.0
+version=1.36.0
 revision=1
 build_style=cmake
 configure_args="
@@ -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=f1c8ece9e1e35806c3441bf24fbe666cddd8eef375592c19cd8fee4701cd5458
+checksum=a00c79073123a887c17f446c7782a49556a3512a3d35ab676b7d53ae1bb8d6ef
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit

From 8bacd1107763859deb260afce8dc0152115b0e9e Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:30 +1300
Subject: [PATCH 2/5] btdu: bump revision

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

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
index a42917b4f665b..eb2a33360b3f6 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -1,7 +1,7 @@
 # Template file for 'btdu'
 pkgname=btdu
 version=0.5.1
-revision=1
+revision=2
 hostmakedepends="ldc dub"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Sampling disk usage profiler for btrfs"

From 0d4119a3282b5e79ab7e6e7098d23e4b14d95c90 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:49 +1300
Subject: [PATCH 3/5] gtkd: bump revision

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

diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template
index 6a75d69e19cec..da7d58bb5fb71 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=10
+revision=11
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"
 make_build_target="shared-libs shared-gstreamer shared-vte shared-peas shared-gtkdgl"

From 1a9dbed722fa1d1301d7fe7539aa29365c6b865c Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:07:56 +1300
Subject: [PATCH 4/5] onedrive: bump revision

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

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 019a89325aace..ec226d7616b2e 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.25
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2 --enable-notifications --enable-completions
  --with-bash-completion-dir=/usr/share/bash-completion/completions

From 150992ba4f93f71276ad3529b29010f1895b555c Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jtbx@duck.com>
Date: Sun, 31 Dec 2023 21:08:08 +1300
Subject: [PATCH 5/5] tilix: bump revision

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

diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index 74ccb4dd4592d..77da7f7940caf 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.4
-revision=7
+revision=8
 _undead_version=1.1.8
 build_wrksrc="${pkgname}-${version}"
 build_style=meson

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

* Re: [PR PATCH] [Closed]: ldc: update to 1.36.0
  2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
                   ` (15 preceding siblings ...)
  2024-01-26  4:17 ` [PR PATCH] [Updated] " jtbx
@ 2024-04-07  2:19 ` jtbx
  16 siblings, 0 replies; 19+ messages in thread
From: jtbx @ 2024-04-07  2:19 UTC (permalink / raw)
  To: ml

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

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

ldc: update to 1.36.0
https://github.com/void-linux/void-packages/pull/48000

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

* [PR PATCH] ldc: update to 1.35.0.
@ 2023-10-23 11:54 mhmdanas
  0 siblings, 0 replies; 19+ messages in thread
From: mhmdanas @ 2023-10-23 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages ldc-1.35.0
https://github.com/void-linux/void-packages/pull/46849

ldc: update to 1.35.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From aae530545e78809c5e97571bdf0ce57de9549620 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 23 Oct 2023 12:38:28 +0100
Subject: [PATCH 1/5] ldc: update to 1.35.0.

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

diff --git a/common/shlibs b/common/shlibs
index 185ba856d7e6c..2aa1c3a280524 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2152,10 +2152,10 @@ 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.101 ldc-runtime-1.31.0_1
-libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1
-libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1
+libdruntime-ldc-debug-shared.so.105 ldc-runtime-1.35.0_1
+libdruntime-ldc-shared.so.105 ldc-runtime-1.35.0_1
+libphobos2-ldc-shared.so.105 ldc-runtime-1.35.0_1
+libphobos2-ldc-debug-shared.so.105 ldc-runtime-1.35.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 f6d8b7ffbe985..072fac715cb4a 100644
--- a/srcpkgs/ldc/template
+++ b/srcpkgs/ldc/template
@@ -1,6 +1,6 @@
 # Template file for 'ldc'
 pkgname=ldc
-version=1.31.0
+version=1.35.0
 revision=1
 build_style=cmake
 configure_args="
@@ -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=f1c8ece9e1e35806c3441bf24fbe666cddd8eef375592c19cd8fee4701cd5458
+checksum=6e296993706c76c093e609139aa0b3f8704355fa0f3756f6758d78d44226dfa0
 nopie=yes
 nocross="dmd compilation fails on cross"
 # tests timeout on musl; also require unpackaged python3-lit

From 7f691f35d286fb833acb07074792a99ee2b78fa9 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 23 Oct 2023 12:39:18 +0100
Subject: [PATCH 2/5] btdu: revbump for ldc-1.35.0.

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

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
index a42917b4f665b..eb2a33360b3f6 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -1,7 +1,7 @@
 # Template file for 'btdu'
 pkgname=btdu
 version=0.5.1
-revision=1
+revision=2
 hostmakedepends="ldc dub"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Sampling disk usage profiler for btrfs"

From de834488fd53fa7de18da46e432c08a492efcdf3 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 23 Oct 2023 12:39:18 +0100
Subject: [PATCH 3/5] gtkd: revbump for ldc-1.35.0.

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

diff --git a/srcpkgs/gtkd/template b/srcpkgs/gtkd/template
index 6a75d69e19cec..da7d58bb5fb71 100644
--- a/srcpkgs/gtkd/template
+++ b/srcpkgs/gtkd/template
@@ -1,7 +1,7 @@
 # Template file for 'gtkd'
 pkgname=gtkd
 version=3.9.0
-revision=10
+revision=11
 build_style=gnu-makefile
 make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"
 make_build_target="shared-libs shared-gstreamer shared-vte shared-peas shared-gtkdgl"

From a0d33868c42f169617799a2c7eac91dd039ddff8 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 23 Oct 2023 12:39:18 +0100
Subject: [PATCH 4/5] onedrive: revbump for ldc-1.35.0.

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

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 019a89325aace..ec226d7616b2e 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
 version=2.4.25
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2 --enable-notifications --enable-completions
  --with-bash-completion-dir=/usr/share/bash-completion/completions

From 72d6ee0bce53a945fc1deb342e9ecabe5397db9c Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 23 Oct 2023 12:39:18 +0100
Subject: [PATCH 5/5] tilix: revbump for ldc-1.35.0.

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

diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template
index 74ccb4dd4592d..77da7f7940caf 100644
--- a/srcpkgs/tilix/template
+++ b/srcpkgs/tilix/template
@@ -1,7 +1,7 @@
 # Template file for 'tilix'
 pkgname=tilix
 version=1.9.4
-revision=7
+revision=8
 _undead_version=1.1.8
 build_wrksrc="${pkgname}-${version}"
 build_style=meson

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

end of thread, other threads:[~2024-04-07  2:19 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-31  0:16 [PR PATCH] ldc: update to 1.35.0 jtbx
2023-12-31  6:13 ` oreo639
2023-12-31  6:39 ` jtbx
2023-12-31  6:40 ` [PR PATCH] [Updated] " jtbx
2023-12-31  7:36 ` oreo639
2023-12-31  7:38 ` oreo639
2023-12-31  7:54 ` jtbx
2023-12-31  8:08 ` [PR PATCH] [Updated] " jtbx
2023-12-31  8:42 ` oreo639
2023-12-31  8:42 ` oreo639
2024-01-07  4:10 ` [PR PATCH] [Updated] " jtbx
2024-01-07  4:14 ` jtbx
2024-01-07  4:24 ` ldc: update to 1.36.0 jtbx
2024-01-21  6:17 ` zdykstra
2024-01-21 21:46 ` [PR PATCH] [Updated] " jtbx
2024-01-21 21:47 ` jtbx
2024-01-26  4:17 ` [PR PATCH] [Updated] " jtbx
2024-04-07  2:19 ` [PR PATCH] [Closed]: " jtbx
  -- strict thread matches above, loose matches on Subject: below --
2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas

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