Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pipes-rs-1.6.1
@ 2023-08-11 21:01 Cornelius-Figgle
  2023-08-12  6:55 ` [PR PATCH] [Updated] " Cornelius-Figgle
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-11 21:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cornelius-Figgle/void-packages add_pipes-rs
https://github.com/void-linux/void-packages/pull/45555

New package: pipes-rs-1.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc


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

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

From 3d5397149e2af272134489f1731f14aa4a40d7d6 Mon Sep 17 00:00:00 2001
From: Cornelius-Figgle <max@fullimage.net>
Date: Fri, 11 Aug 2023 21:56:28 +0100
Subject: [PATCH] New package: pipes-rs-1.6.1

---
 srcpkgs/pipes-rs/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/pipes-rs/template

diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template
new file mode 100644
index 0000000000000..6c2c3108c0a85
--- /dev/null
+++ b/srcpkgs/pipes-rs/template
@@ -0,0 +1,12 @@
+# Template file for 'pipes-rs'
+pkgname=pipes-rs
+version=1.6.1
+revision=1
+build_style=cargo
+make_install_args="--path crates/pipes-rs"
+short_desc="Over-engineered rewrite of pipes.sh"
+maintainer="Cornelius-Figgle <max@fullimage.net>"
+license="BlueOak-1.0.0"
+homepage="https://github.com/lhvy/pipes-rs"
+distfiles="https://github.com/lhvy/pipes-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638

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

* Re: [PR PATCH] [Updated] New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
@ 2023-08-12  6:55 ` Cornelius-Figgle
  2023-08-12  7:11 ` Cornelius-Figgle
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-12  6:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cornelius-Figgle/void-packages add_pipes-rs
https://github.com/void-linux/void-packages/pull/45555

New package: pipes-rs-1.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc


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

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

From 633f78fc1ae3b0d5fbdf1870f0863e17184f4ab3 Mon Sep 17 00:00:00 2001
From: Cornelius-Figgle <max@fullimage.net>
Date: Fri, 11 Aug 2023 21:56:28 +0100
Subject: [PATCH] New package: pipes-rs-1.6.1

---
 srcpkgs/pipes-rs/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/pipes-rs/template

diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template
new file mode 100644
index 0000000000000..82bd8bf56d842
--- /dev/null
+++ b/srcpkgs/pipes-rs/template
@@ -0,0 +1,16 @@
+# Template file for 'pipes-rs'
+pkgname=pipes-rs
+version=1.6.1
+revision=1
+build_style=cargo
+make_install_args="--path crates/pipes-rs"
+short_desc="Over-engineered rewrite of pipes.sh"
+maintainer="Cornelius-Figgle <max@fullimage.net>"
+license="BlueOak-1.0.0"
+homepage="https://github.com/lhvy/pipes-rs"
+distfiles="https://github.com/lhvy/pipes-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+    XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi

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

* Re: [PR PATCH] [Updated] New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
  2023-08-12  6:55 ` [PR PATCH] [Updated] " Cornelius-Figgle
@ 2023-08-12  7:11 ` Cornelius-Figgle
  2023-08-12 11:18 ` Cornelius-Figgle
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-12  7:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cornelius-Figgle/void-packages add_pipes-rs
https://github.com/void-linux/void-packages/pull/45555

New package: pipes-rs-1.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc


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

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

From 3bd984b996ede836e39e7a723452409404c207e1 Mon Sep 17 00:00:00 2001
From: Cornelius-Figgle <max@fullimage.net>
Date: Fri, 11 Aug 2023 21:56:28 +0100
Subject: [PATCH] New package: pipes-rs-1.6.1

---
 srcpkgs/pipes-rs/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/pipes-rs/template

diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template
new file mode 100644
index 0000000000000..548dabc9ff70c
--- /dev/null
+++ b/srcpkgs/pipes-rs/template
@@ -0,0 +1,16 @@
+# Template file for 'pipes-rs'
+pkgname=pipes-rs
+version=1.6.1
+revision=1
+build_style=cargo
+make_install_args="--path crates/pipes-rs"
+short_desc="Over-engineered rewrite of pipes.sh"
+maintainer="Cornelius-Figgle <max@fullimage.net>"
+license="BlueOak-1.0.0"
+homepage="https://github.com/lhvy/pipes-rs"
+distfiles="https://github.com/lhvy/pipes-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi

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

* Re: [PR PATCH] [Updated] New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
  2023-08-12  6:55 ` [PR PATCH] [Updated] " Cornelius-Figgle
  2023-08-12  7:11 ` Cornelius-Figgle
@ 2023-08-12 11:18 ` Cornelius-Figgle
  2023-08-12 11:28 ` Bnyro
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-12 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cornelius-Figgle/void-packages add_pipes-rs
https://github.com/void-linux/void-packages/pull/45555

New package: pipes-rs-1.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc


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

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

From 4d59762714959518b236181058c6887b4cee04ca Mon Sep 17 00:00:00 2001
From: Cornelius-Figgle <max@fullimage.net>
Date: Fri, 11 Aug 2023 21:56:28 +0100
Subject: [PATCH] New package: pipes-rs-1.6.1

---
 srcpkgs/pipes-rs/files/LICENSE | 35 ++++++++++++++++++++++++++++++++++
 srcpkgs/pipes-rs/template      | 16 ++++++++++++++++
 2 files changed, 51 insertions(+)
 create mode 100644 srcpkgs/pipes-rs/files/LICENSE
 create mode 100644 srcpkgs/pipes-rs/template

diff --git a/srcpkgs/pipes-rs/files/LICENSE b/srcpkgs/pipes-rs/files/LICENSE
new file mode 100644
index 0000000000000..7b69af9a0e07d
--- /dev/null
+++ b/srcpkgs/pipes-rs/files/LICENSE
@@ -0,0 +1,35 @@
+# Blue Oak Model License
+
+Version 1.0.0
+
+## Purpose
+
+This license gives everyone as much permission to work with this software as possible, while protecting contributors from liability.
+
+## Acceptance
+
+In order to receive this license, you must agree to its rules. The rules of this license are both obligations under that agreement and conditions to your license. You must not do anything with this software that triggers a rule that you cannot or will not follow.
+
+## Copyright
+
+Each contributor licenses you to do everything with this software that would otherwise infringe that contributor's copyright in it.
+
+## Notices
+
+You must ensure that everyone who gets a copy of any part of this software from you, with or without changes, also gets the text of this license or a link to <https://blueoakcouncil.org/license/1.0.0>.
+
+## Excuse
+
+If anyone notifies you in writing that you have not complied with [Notices](#notices), you can keep your license by taking all practical steps to comply within 30 days after the notice. If you do not do so, your license ends immediately.
+
+## Patent
+
+Each contributor licenses you to do everything with this software that would otherwise infringe any patent claims they can license or become able to license.
+
+## Reliability
+
+No contributor can revoke this license.
+
+## No Liability
+
+***As far as the law allows, this software comes as is, without any warranty or condition, and no contributor will be liable to anyone for any damages related to this software or this license, under any kind of legal claim.***
diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template
new file mode 100644
index 0000000000000..548dabc9ff70c
--- /dev/null
+++ b/srcpkgs/pipes-rs/template
@@ -0,0 +1,16 @@
+# Template file for 'pipes-rs'
+pkgname=pipes-rs
+version=1.6.1
+revision=1
+build_style=cargo
+make_install_args="--path crates/pipes-rs"
+short_desc="Over-engineered rewrite of pipes.sh"
+maintainer="Cornelius-Figgle <max@fullimage.net>"
+license="BlueOak-1.0.0"
+homepage="https://github.com/lhvy/pipes-rs"
+distfiles="https://github.com/lhvy/pipes-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi

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

* Re: New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
                   ` (2 preceding siblings ...)
  2023-08-12 11:18 ` Cornelius-Figgle
@ 2023-08-12 11:28 ` Bnyro
  2023-08-12 11:28 ` Bnyro
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Bnyro @ 2023-08-12 11:28 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/45555#issuecomment-1675863294

Comment:
Please remove the license file and add
```
post_install() {
    vinstall LICENSE.md
}
```
to the end of `template`.

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

* Re: New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
                   ` (3 preceding siblings ...)
  2023-08-12 11:28 ` Bnyro
@ 2023-08-12 11:28 ` Bnyro
  2023-08-12 11:31 ` [PR PATCH] [Updated] " Cornelius-Figgle
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Bnyro @ 2023-08-12 11:28 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/45555#issuecomment-1675863294

Comment:
Please remove the license file and add
```
post_install() {
    vlicense LICENSE.md
}
```
to the end of `template`.

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

* Re: [PR PATCH] [Updated] New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
                   ` (4 preceding siblings ...)
  2023-08-12 11:28 ` Bnyro
@ 2023-08-12 11:31 ` Cornelius-Figgle
  2023-08-13 18:06 ` Cornelius-Figgle
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-12 11:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cornelius-Figgle/void-packages add_pipes-rs
https://github.com/void-linux/void-packages/pull/45555

New package: pipes-rs-1.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc


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

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

From cf2cfb35166dd6c6d7d965b24728ccc2964f55db Mon Sep 17 00:00:00 2001
From: Cornelius-Figgle <max@fullimage.net>
Date: Fri, 11 Aug 2023 21:56:28 +0100
Subject: [PATCH] New package: pipes-rs-1.6.1

---
 srcpkgs/pipes-rs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/pipes-rs/template

diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template
new file mode 100644
index 0000000000000..7a0cdcfb45bfd
--- /dev/null
+++ b/srcpkgs/pipes-rs/template
@@ -0,0 +1,20 @@
+# Template file for 'pipes-rs'
+pkgname=pipes-rs
+version=1.6.1
+revision=1
+build_style=cargo
+make_install_args="--path crates/pipes-rs"
+short_desc="Over-engineered rewrite of pipes.sh"
+maintainer="Cornelius-Figgle <max@fullimage.net>"
+license="BlueOak-1.0.0"
+homepage="https://github.com/lhvy/pipes-rs"
+distfiles="https://github.com/lhvy/pipes-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
                   ` (5 preceding siblings ...)
  2023-08-12 11:31 ` [PR PATCH] [Updated] " Cornelius-Figgle
@ 2023-08-13 18:06 ` Cornelius-Figgle
  2023-08-13 18:08 ` [PR PATCH] [Closed]: " Cornelius-Figgle
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-13 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cornelius-Figgle/void-packages add_pipes-rs
https://github.com/void-linux/void-packages/pull/45555

New package: pipes-rs-1.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc


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

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

From cf2cfb35166dd6c6d7d965b24728ccc2964f55db Mon Sep 17 00:00:00 2001
From: Cornelius-Figgle <max@fullimage.net>
Date: Fri, 11 Aug 2023 21:56:28 +0100
Subject: [PATCH 01/11] New package: pipes-rs-1.6.1

---
 srcpkgs/pipes-rs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/pipes-rs/template

diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template
new file mode 100644
index 0000000000000..7a0cdcfb45bfd
--- /dev/null
+++ b/srcpkgs/pipes-rs/template
@@ -0,0 +1,20 @@
+# Template file for 'pipes-rs'
+pkgname=pipes-rs
+version=1.6.1
+revision=1
+build_style=cargo
+make_install_args="--path crates/pipes-rs"
+short_desc="Over-engineered rewrite of pipes.sh"
+maintainer="Cornelius-Figgle <max@fullimage.net>"
+license="BlueOak-1.0.0"
+homepage="https://github.com/lhvy/pipes-rs"
+distfiles="https://github.com/lhvy/pipes-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi
+
+post_install() {
+	vlicense LICENSE.md
+}

From 0d108c98a6a3cd1c84d6369632c0868590f81a9d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Sat, 12 Aug 2023 16:57:08 +0200
Subject: [PATCH 02/11] pam: reenable pam_lastlog (on glibc).

https://github.com/linux-pam/linux-pam/commit/357a4ddbe9b4b10ebd805d2af3e32f3ead5b8816
is not a good reason to break existing setups.

Fixes #45562.
---
 srcpkgs/pam/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pam/template b/srcpkgs/pam/template
index d21d1d562e6f9..87a375699e7b3 100644
--- a/srcpkgs/pam/template
+++ b/srcpkgs/pam/template
@@ -1,11 +1,11 @@
 # Template file for 'pam'
 pkgname=pam
 version=1.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --libdir=/usr/lib --sbindir=/usr/bin --docdir=/usr/share/doc/pam
- --disable-nis --disable-audit --disable-selinux
+ --disable-nis --disable-audit --disable-selinux --enable-lastlog
  --disable-regenerate-docu BUILD_CFLAGS=-Os BUILD_LDFLAGS="
 hostmakedepends="gettext-devel pkg-config"
 makedepends="libfl-devel db-devel"

From 14c4f680460e61a62f41e3fd91a3e330551f5ce3 Mon Sep 17 00:00:00 2001
From: hazen2215 <haz@disroot.org>
Date: Sun, 13 Aug 2023 01:33:27 +0900
Subject: [PATCH 03/11] plplot: fix build on musl

---
 srcpkgs/plplot/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/plplot/template b/srcpkgs/plplot/template
index 221562823b60f..6797603722954 100644
--- a/srcpkgs/plplot/template
+++ b/srcpkgs/plplot/template
@@ -26,10 +26,6 @@ build_options="ada gen_tools"
 desc_option_ada="Enable Ada bindings"
 desc_option_gen_tools="Build files for host required during cross build"
 
-if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
-	broken="PTHREAD_MUTEX_RECURSIVE_NP"
-fi
-
 if ! [ "$CROSS_BUILD" ]; then
 	build_options_default="gen_tools"
 fi
@@ -46,6 +42,13 @@ post_patch() {
 	vsed -i cmake/modules/tcl-related.cmake -e '/if(NOT PLPLOT_TK_VERSION)/ i set(PLPLOT_TK_VERSION ${PLPLOT_TCL_VERSION} CACHE STRING "Tk version found by wish")'
 }
 
+post_configure() {
+	if [ "$XBPS_TARGET_LIBC" = musl ]; then
+		vsed -i build/plplot_config.h \
+			-e '/PTHREAD_MUTEX_RECURSIVE_NP/s/_NP//'
+	fi
+}
+
 pre_build() {
 	if ! [ "$build_option_gen_tools" ]; then
 		ln -s /usr/lib/qsastime/deltaT-gen build/lib/qsastime

From de0168ab83ef8effb35130b3bc2427ca9f28200f Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Fri, 11 Aug 2023 21:03:53 +0200
Subject: [PATCH 04/11] qView: update to 6.0

---
 srcpkgs/qView/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qView/template b/srcpkgs/qView/template
index 1048d033ab57f..7a3249c542ec2 100644
--- a/srcpkgs/qView/template
+++ b/srcpkgs/qView/template
@@ -1,13 +1,13 @@
 # Template file for 'qView'
 pkgname=qView
-version=4.0
+version=6.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-host-tools qt5-qmake"
-makedepends="qt5-devel"
+makedepends="qt5-devel qt5-x11extras-devel"
 short_desc="Image viewer designed with minimalism and usability in mind"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later"
 homepage="https://interversehq.com/qview/"
 distfiles="https://github.com/jurplel/qView/archive/${version}.tar.gz"
-checksum=04f986a03bff1b957ac72f266f58a8a7fd403e4606a5bc00ad4a3130d14f11c3
+checksum=ec156ac65daa993ae1ded8b97c3f454bd860b18d5060fe90438784211c966334

From 0dc69085a1efc3416152419f94d598dfd842725c Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Sat, 12 Aug 2023 14:34:19 -0400
Subject: [PATCH 05/11] font-iosevka: update to 26.1.0.

---
 srcpkgs/font-iosevka/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/font-iosevka/template b/srcpkgs/font-iosevka/template
index d8aef598afe6c..d16576bdd782e 100644
--- a/srcpkgs/font-iosevka/template
+++ b/srcpkgs/font-iosevka/template
@@ -1,6 +1,6 @@
 # Template file for 'font-iosevka'
 pkgname=font-iosevka
-version=26.0.2
+version=26.1.0
 revision=1
 depends="font-util"
 short_desc="Slender monospace sans-serif and slab-serif typeface"
@@ -10,8 +10,8 @@ homepage="https://typeof.net/Iosevka/"
 changelog="https://raw.githubusercontent.com/be5invis/Iosevka/master/CHANGELOG.md"
 distfiles="https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-${version}.zip
  https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-slab-${version}.zip"
-checksum="ac0fb71b857f996494f772af09646188671e859a1d33306fc07a3af30056d2e7
- c7243f08307c4f0603ace5cee63bf3a009daca502a278008dce2c81d27ea40c7"
+checksum="6dde65d5ae276c987aab8237b4b1f0348cc9984b61c34cdf73141c43b9f4391a
+ 9336c0c4cac8b40c7cddc500451ed7ae615768b52f950b028a8cc443d26f7a40"
 
 font_dirs="/usr/share/fonts/TTF"
 

From 81948dd5c302b556234e05e26da6c7b35596c2fd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Sat, 12 Aug 2023 23:38:20 +0200
Subject: [PATCH 06/11] linux6.4: update to 6.4.10.

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

diff --git a/srcpkgs/linux6.4/template b/srcpkgs/linux6.4/template
index d0a2a06d4676c..eb9b5232d1908 100644
--- a/srcpkgs/linux6.4/template
+++ b/srcpkgs/linux6.4/template
@@ -1,6 +1,6 @@
 # Template file for 'linux6.4'
 pkgname=linux6.4
-version=6.4.9
+version=6.4.10
 revision=1
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then
 fi
 
 checksum="8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3
- 8c677c64494120ba957deefc5ddd67e6f7dc22263d0e4b4ab64e5ec960944ef3"
+ a0d5d93ee5ba65df2f361b487286e59518b73f1371af0a186da7c52c5069c4a2"
 python_version=3
 
 # XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.

From f26be6ab5d4a24400e25507e4f62567e68f3cfac Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sat, 12 Aug 2023 13:39:06 +0200
Subject: [PATCH 07/11] lagrange: update to 1.16.7, adopt.

---
 srcpkgs/lagrange/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lagrange/template b/srcpkgs/lagrange/template
index 695264447323f..860df9e60bde9 100644
--- a/srcpkgs/lagrange/template
+++ b/srcpkgs/lagrange/template
@@ -1,6 +1,6 @@
 # Template file for 'lagrange'
 pkgname=lagrange
-version=1.16.5
+version=1.16.7
 revision=1
 build_style=cmake
 configure_args="-DTFDN_ENABLE_SSE41=NO"
@@ -8,12 +8,12 @@ hostmakedepends="pkg-config zip"
 makedepends="pcre2-devel SDL2-devel openssl-devel zlib-devel libunistring-devel
  mpg123-devel libcurl-devel fribidi-devel harfbuzz-devel libwebp-devel"
 short_desc="Beautiful Gemini Client"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="BSD-2-Clause"
 homepage="https://gmi.skyjake.fi/lagrange/"
 changelog="https://git.skyjake.fi/skyjake/lagrange/raw/branch/dev/res/about/version.gmi"
 distfiles="https://git.skyjake.fi/skyjake/lagrange/releases/download/v$version/lagrange-$version.tar.gz"
-checksum=c8d37a32d99ff444e4e61d73269f6244e08a5232c91bb97e2b74823dc6e29d53
+checksum=751f595b7e913ea8246fa4031f63c15dcef1cb114e057b2062fc601875ebe745
 
 post_install() {
 	vlicense LICENSE.md

From fec1a6cd29425885d53356b9e4b723d63d79d0d7 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 7 Aug 2023 13:19:33 +0100
Subject: [PATCH 08/11] python3-scipy: fix build.

---
 srcpkgs/python3-scipy/patches/dep-versions.patch | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/srcpkgs/python3-scipy/patches/dep-versions.patch b/srcpkgs/python3-scipy/patches/dep-versions.patch
index 863c5e19d6d09..0ba8c2dbf4cc8 100644
--- a/srcpkgs/python3-scipy/patches/dep-versions.patch
+++ b/srcpkgs/python3-scipy/patches/dep-versions.patch
@@ -14,6 +14,15 @@ causes build failures against more up-to-date Void packages.
      "pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time
      # `wheel` is needed for non-isolated builds, given that `meson-python`
      # doesn't list it as a runtime requirement (at least in 0.5.0)
+@@ -16,7 +16,7 @@
+     "pythran>=0.12.0,<0.14.0", # already working with 0.13.x series at branch time
+     # `wheel` is needed for non-isolated builds, given that `meson-python`
+     # doesn't list it as a runtime requirement (at least in 0.5.0)
+-    "wheel<0.41.0",
++    "wheel",
+ 
+     # NumPy dependencies - to update these, sync from
+     # https://github.com/scipy/oldest-supported-numpy/, and then
 @@ -40,7 +40,7 @@
      # however macOS was broken and it's safe C API/ABI-wise to build against 1.21.6
      # (see oldest-supported-numpy issues gh-28 and gh-45)

From 32af45391b66d65853d75bd99d482f4b1f397d55 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Tue, 8 Aug 2023 17:27:43 +0100
Subject: [PATCH 09/11] python3: enable optimizations.

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

diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index ef07cb7d2f396..ca23bbfc54895 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -4,9 +4,9 @@
 #
 pkgname=python3
 version=3.11.4
-revision=1
+revision=2
 build_style="gnu-configure"
-configure_args="--enable-shared --enable-ipv6
+configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos
  --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
  --without-ensurepip ac_cv_working_tzset=yes"

From ff915f0fd0f17a7a1a792a0cd0c72b66ddf9d042 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 7 May 2023 19:40:32 +0300
Subject: [PATCH 10/11] python3-tkinter: enable optimizations.

Closes: #43791 [via git-merge-pr]
---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index fc16bfdf9dce4..10e0fe38104c1 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -9,9 +9,9 @@ _desc="Python programming language"
 
 pkgname=python3-tkinter
 version=3.11.4
-revision=1
+revision=2
 build_style="gnu-configure"
-configure_args="--enable-shared --enable-ipv6
+configure_args="--enable-shared --enable-ipv6 --enable-optimizations
  --enable-loadable-sqlite-extensions --with-computed-gotos
  --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
  --without-ensurepip"

From 4c6d7787ea71fd3c5c9aed456f6149347f0009b1 Mon Sep 17 00:00:00 2001
From: Cornelius-Figgle <max@fullimage.net>
Date: Fri, 11 Aug 2023 21:56:28 +0100
Subject: [PATCH 11/11] New package: pipes-rs-1.6.1

---
 srcpkgs/pipes-rs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/pipes-rs/template

diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template
new file mode 100644
index 0000000000000..7a0cdcfb45bfd
--- /dev/null
+++ b/srcpkgs/pipes-rs/template
@@ -0,0 +1,20 @@
+# Template file for 'pipes-rs'
+pkgname=pipes-rs
+version=1.6.1
+revision=1
+build_style=cargo
+make_install_args="--path crates/pipes-rs"
+short_desc="Over-engineered rewrite of pipes.sh"
+maintainer="Cornelius-Figgle <max@fullimage.net>"
+license="BlueOak-1.0.0"
+homepage="https://github.com/lhvy/pipes-rs"
+distfiles="https://github.com/lhvy/pipes-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Closed]: New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
                   ` (6 preceding siblings ...)
  2023-08-13 18:06 ` Cornelius-Figgle
@ 2023-08-13 18:08 ` Cornelius-Figgle
  2023-08-13 18:08 ` [PR PATCH] [Updated] " Cornelius-Figgle
  2023-08-13 18:16 ` Cornelius-Figgle
  9 siblings, 0 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-13 18:08 UTC (permalink / raw)
  To: ml

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

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

New package: pipes-rs-1.6.1
https://github.com/void-linux/void-packages/pull/45555

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

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

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc


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

* Re: [PR PATCH] [Updated] New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
                   ` (7 preceding siblings ...)
  2023-08-13 18:08 ` [PR PATCH] [Closed]: " Cornelius-Figgle
@ 2023-08-13 18:08 ` Cornelius-Figgle
  2023-08-13 18:16 ` Cornelius-Figgle
  9 siblings, 0 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-13 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Cornelius-Figgle/void-packages add_pipes-rs
https://github.com/void-linux/void-packages/pull/45555

New package: pipes-rs-1.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc


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

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



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

* Re: New package: pipes-rs-1.6.1
  2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
                   ` (8 preceding siblings ...)
  2023-08-13 18:08 ` [PR PATCH] [Updated] " Cornelius-Figgle
@ 2023-08-13 18:16 ` Cornelius-Figgle
  9 siblings, 0 replies; 12+ messages in thread
From: Cornelius-Figgle @ 2023-08-13 18:16 UTC (permalink / raw)
  To: ml

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

New comment by Cornelius-Figgle on void-packages repository

https://github.com/void-linux/void-packages/pull/45555#issuecomment-1676428638

Comment:
accidental closure :(

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

* Re: New package: pipes-rs-1.6.1
  2023-08-13 18:18 [PR PATCH] " Cornelius-Figgle
@ 2023-11-12  1:47 ` github-actions
  0 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-11-12  1:47 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/45585#issuecomment-1806971321

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

end of thread, other threads:[~2023-11-12  1:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11 21:01 [PR PATCH] New package: pipes-rs-1.6.1 Cornelius-Figgle
2023-08-12  6:55 ` [PR PATCH] [Updated] " Cornelius-Figgle
2023-08-12  7:11 ` Cornelius-Figgle
2023-08-12 11:18 ` Cornelius-Figgle
2023-08-12 11:28 ` Bnyro
2023-08-12 11:28 ` Bnyro
2023-08-12 11:31 ` [PR PATCH] [Updated] " Cornelius-Figgle
2023-08-13 18:06 ` Cornelius-Figgle
2023-08-13 18:08 ` [PR PATCH] [Closed]: " Cornelius-Figgle
2023-08-13 18:08 ` [PR PATCH] [Updated] " Cornelius-Figgle
2023-08-13 18:16 ` Cornelius-Figgle
2023-08-13 18:18 [PR PATCH] " Cornelius-Figgle
2023-11-12  1:47 ` github-actions

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