From cf2cfb35166dd6c6d7d965b24728ccc2964f55db Mon Sep 17 00:00:00 2001 From: Cornelius-Figgle 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 " +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 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 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 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 " 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 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 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 " @@ -14,7 +14,7 @@ if [ "${version##*.}" != 0 ]; then fi checksum="8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3 - 8c677c64494120ba957deefc5ddd67e6f7dc22263d0e4b4ab64e5ec960944ef3" + a0d5d93ee5ba65df2f361b487286e59518b73f1371af0a186da7c52c5069c4a2" python_version=3 # XXX Restrict archs until a proper -dotconfig is available in FILESDIR. From f26be6ab5d4a24400e25507e4f62567e68f3cfac Mon Sep 17 00:00:00 2001 From: Daniel Lewan 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 " +maintainer="Daniel Lewan " 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 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 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 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 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 " +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 +}