Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ldc: update to 1.35.0.
@ 2023-10-23 11:54 mhmdanas
  2023-10-24  1:59 ` sgn
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ 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] 9+ messages in thread

* Re: ldc: update to 1.35.0.
  2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas
@ 2023-10-24  1:59 ` sgn
  2023-10-24  9:33 ` mhmdanas
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2023-10-24  1:59 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/46849#issuecomment-1776364418

Comment:
https://github.com/void-linux/void-packages/pull/45973

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

* Re: ldc: update to 1.35.0.
  2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas
  2023-10-24  1:59 ` sgn
@ 2023-10-24  9:33 ` mhmdanas
  2023-10-25 13:18 ` sgn
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-10-24  9:33 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/46849#issuecomment-1776857801

Comment:
What then, do I close this?

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

* Re: ldc: update to 1.35.0.
  2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas
  2023-10-24  1:59 ` sgn
  2023-10-24  9:33 ` mhmdanas
@ 2023-10-25 13:18 ` sgn
  2023-10-25 16:01 ` sgn
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2023-10-25 13:18 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/46849#issuecomment-1779258112

Comment:
Did you run the new tilix?

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

* Re: ldc: update to 1.35.0.
  2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas
                   ` (2 preceding siblings ...)
  2023-10-25 13:18 ` sgn
@ 2023-10-25 16:01 ` sgn
  2023-10-25 16:28 ` mhmdanas
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2023-10-25 16:01 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/46849#issuecomment-1779597910

Comment:
It would be nice if you can build and test that PR instead.

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

* Re: ldc: update to 1.35.0.
  2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas
                   ` (3 preceding siblings ...)
  2023-10-25 16:01 ` sgn
@ 2023-10-25 16:28 ` mhmdanas
  2023-10-25 16:28 ` [PR PATCH] [Closed]: " mhmdanas
  2023-10-25 16:28 ` mhmdanas
  6 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-10-25 16:28 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/46849#issuecomment-1779644432

Comment:
> Did you run the new tilix?

Yeah, and I didn't notice any issues (but I don't use it regularly).

> It would be nice if you can build and test that PR instead.

Sounds good to me.

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

* Re: [PR PATCH] [Closed]: ldc: update to 1.35.0.
  2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas
                   ` (4 preceding siblings ...)
  2023-10-25 16:28 ` mhmdanas
@ 2023-10-25 16:28 ` mhmdanas
  2023-10-25 16:28 ` mhmdanas
  6 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-10-25 16:28 UTC (permalink / raw)
  To: ml

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

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

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

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

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

@aurieh 
<!--
#### 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
-->


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

* Re: ldc: update to 1.35.0.
  2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas
                   ` (5 preceding siblings ...)
  2023-10-25 16:28 ` [PR PATCH] [Closed]: " mhmdanas
@ 2023-10-25 16:28 ` mhmdanas
  6 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-10-25 16:28 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/46849#issuecomment-1779644432

Comment:
> Did you run the new tilix?

Yeah, and I didn't notice any issues (but I don't really use it, I just tested it briefly).

> It would be nice if you can build and test that PR instead.

Sounds good to me.

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

* [PR PATCH] ldc: update to 1.35.0
@ 2023-12-31  0:16 jtbx
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

end of thread, other threads:[~2023-12-31  0:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 11:54 [PR PATCH] ldc: update to 1.35.0 mhmdanas
2023-10-24  1:59 ` sgn
2023-10-24  9:33 ` mhmdanas
2023-10-25 13:18 ` sgn
2023-10-25 16:01 ` sgn
2023-10-25 16:28 ` mhmdanas
2023-10-25 16:28 ` [PR PATCH] [Closed]: " mhmdanas
2023-10-25 16:28 ` mhmdanas
2023-12-31  0:16 [PR PATCH] " jtbx

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