From 2396dc994dd14e169815e337412785221710a4d2 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:22:33 +0200 Subject: [PATCH 01/15] openbabel: update to 3.2.1. --- common/shlibs | 4 +-- srcpkgs/openbabel/patches/c0570bfe.patch | 36 ------------------------ srcpkgs/openbabel/template | 8 +++--- 3 files changed, 6 insertions(+), 42 deletions(-) delete mode 100644 srcpkgs/openbabel/patches/c0570bfe.patch diff --git a/common/shlibs b/common/shlibs index f00b6659172ab5..016e9f9168769d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2922,8 +2922,8 @@ libMonoPosixHelper.so mono-4.0.1.44_2 libMonoSupportW.so mono-4.0.1.44_2 libmono-btls-shared.so mono-5.2.0.215_1 libxcb-xrm.so.0 xcb-util-xrm-1.0_1 -libinchi.so.0 openbabel-3.1.1_1 -libopenbabel.so.7 openbabel-3.1.1_1 +libinchi.so.1 openbabel-3.2.1_1 +libopenbabel.so.8 openbabel-3.2.1_1 libcourier-unicode.so.12 courier-unicode-2.6.0_1 libzstd.so.1 libzstd-1.0.0_1 libudis86.so.0 udis86-1.7.2_4 diff --git a/srcpkgs/openbabel/patches/c0570bfe.patch b/srcpkgs/openbabel/patches/c0570bfe.patch deleted file mode 100644 index 196772a2d12741..00000000000000 --- a/srcpkgs/openbabel/patches/c0570bfe.patch +++ /dev/null @@ -1,36 +0,0 @@ -From c0570bfeb2d7e0a6a6de1f257cf28e7f3cac8739 Mon Sep 17 00:00:00 2001 -From: Sam James -Date: Sun, 12 Jun 2022 11:23:59 +0100 -Subject: [PATCH] CMake: fix time check typo (fixes build failure w/ GCC 12) -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Without this fixed check, we get a build failure with GCC 12: -``` -/var/tmp/portage/sci-chemistry/openbabel-3.1.1_p20210225/work/openbabel-08e23f39b0cc39b4eebd937a5a2ffc1a7bac3e1b/include/openbabel/obutil.h:65:14: error: ‘clock’ was not declared in this scope; did you mean ‘clock_t’? - 65 | start= clock(); - | ^~~~~ - | clock_t -``` - -Bug: https://bugs.gentoo.org/851510 ---- - src/config.h.cmake | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/config.h.cmake b/src/config.h.cmake -index 1c59c67699..26e5dde94f 100644 ---- a/src/config.h.cmake -+++ b/src/config.h.cmake -@@ -182,8 +182,8 @@ - #define OB_MODULE_PATH "@OB_MODULE_PATH@" - - #ifndef TIME_WITH_SYS_TIME -- #ifdef HAVE_SYS_TIME -- #ifdef HAVE_TIME -+ #ifdef HAVE_SYS_TIME_H -+ #ifdef HAVE_TIME_H - #define TIME_WITH_SYS_TIME 1 - #else - #define TIME_WITH_SYS_TIME 0 diff --git a/srcpkgs/openbabel/template b/srcpkgs/openbabel/template index d0b059026da342..c3ea8957de6515 100644 --- a/srcpkgs/openbabel/template +++ b/srcpkgs/openbabel/template @@ -1,18 +1,18 @@ # Template file for 'openbabel' pkgname=openbabel -version=3.1.1 -revision=2 +version=3.2.1 +revision=1 _ver=${version//./-} build_style=cmake build_helper=cmake-wxWidgets-gtk3 -hostmakedepends="pkg-config" +hostmakedepends="pkg-config perl" makedepends="cairo-devel libxml2-devel eigen3.2 wxWidgets-gtk3-devel rapidjson" short_desc="Open Source Chemistry Toolbox" maintainer="Orphaned " license="GPL-2.0-only" homepage="http://openbabel.org" distfiles="https://github.com/openbabel/openbabel/archive/openbabel-${_ver}.tar.gz" -checksum=c97023ac6300d26176c97d4ef39957f06e68848d64f1a04b0b284ccff2744f02 +checksum=e140c25480fe1678d00b9a52462368fa4e7805fba67b12ee496784437f3e239e CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" From 17492185310cee775375f7aa9fb8ea5307d838fb Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:35:27 +0200 Subject: [PATCH 02/15] openyahtzee: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/openyahtzee/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openyahtzee/template b/srcpkgs/openyahtzee/template index dea336ed3366c1..e5cafed9bf44db 100644 --- a/srcpkgs/openyahtzee/template +++ b/srcpkgs/openyahtzee/template @@ -1,7 +1,7 @@ # Template file for 'openyahtzee' pkgname=openyahtzee version=1.10 -revision=1 +revision=2 build_style=cmake build_helper="cmake-wxWidgets-gtk3" hostmakedepends="pkg-config gettext" From 8a400950a12a7d2d8caa41b484f4b7da96713f52 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:37:09 +0200 Subject: [PATCH 03/15] passwordsafe: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/passwordsafe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/passwordsafe/template b/srcpkgs/passwordsafe/template index 99d86feeb215fe..a37a9ac23ff6a4 100644 --- a/srcpkgs/passwordsafe/template +++ b/srcpkgs/passwordsafe/template @@ -1,7 +1,7 @@ # Template file for 'passwordsafe' pkgname=passwordsafe version=1.16.0 -revision=2 +revision=3 build_style=cmake build_helper=cmake-wxWidgets-gtk3 # build process uses perl to generate core_st.cpp and zip to generate help files From 46c2ed58a3b3bb6e4e4a331487e123281719aeb5 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:39:45 +0200 Subject: [PATCH 04/15] poedit: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/poedit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template index 6e30f8f297513b..ebc42b0be2d4cc 100644 --- a/srcpkgs/poedit/template +++ b/srcpkgs/poedit/template @@ -1,7 +1,7 @@ # Template file for 'poedit' pkgname=poedit version=3.7 -revision=4 +revision=5 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3 --with-boost-system=c" hostmakedepends="pkg-config" From dcff056a577f933e460d9d9c1bafe548f0edcb41 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:41:43 +0200 Subject: [PATCH 05/15] spek-x: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/spek-x/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/spek-x/template b/srcpkgs/spek-x/template index c100b53da5b4b1..ecd8564fec4df3 100644 --- a/srcpkgs/spek-x/template +++ b/srcpkgs/spek-x/template @@ -1,7 +1,7 @@ # Template file for 'spek-x' pkgname=spek-x version=0.9.3 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake gettext-devel intltool libtool pkg-config wxWidgets-common wxWidgets-gtk3-devel" From bd91ddc38a16ace8e5b2274e1ec71b46bfeee158 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:44:14 +0200 Subject: [PATCH 06/15] tqsl: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/tqsl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tqsl/template b/srcpkgs/tqsl/template index a4acc42ce7b3f7..12e47bfb70fecd 100644 --- a/srcpkgs/tqsl/template +++ b/srcpkgs/tqsl/template @@ -1,7 +1,7 @@ # Template file for 'tqsl' pkgname=tqsl version=2.8.6 -revision=1 +revision=2 build_style=cmake build_helper=cmake-wxWidgets-gtk3 hostmakedepends="wxWidgets-gtk3-devel" From 39e2f46ae427f40ea3e0bc41fde09269c3f917fd Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:46:03 +0200 Subject: [PATCH 07/15] treesheets: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/treesheets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/treesheets/template b/srcpkgs/treesheets/template index 8e58cd4701a1ac..5ed83a300ce9ff 100644 --- a/srcpkgs/treesheets/template +++ b/srcpkgs/treesheets/template @@ -1,7 +1,7 @@ # Template file for 'treesheets' pkgname=treesheets version=1.0.2 -revision=2 +revision=3 build_style=cmake build_helper="cmake-wxWidgets-gtk3" makedepends="wxWidgets-gtk3-devel" From f6fd916e41dfd4c8d2ae04ad38ba244f76bceb8b Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:51:10 +0200 Subject: [PATCH 08/15] winusb: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/winusb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/winusb/template b/srcpkgs/winusb/template index 5f116a336b61e9..ddfa7444620794 100644 --- a/srcpkgs/winusb/template +++ b/srcpkgs/winusb/template @@ -1,7 +1,7 @@ # Template file for 'winusb' pkgname=winusb version=1.0.11 -revision=11 +revision=12 archs="i686* x86_64*" build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3" From eaa6e8136b98d576e2c01a40b8aa9338fffdcafb Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:52:59 +0200 Subject: [PATCH 09/15] wxFormBuilder: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/wxFormBuilder/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wxFormBuilder/template b/srcpkgs/wxFormBuilder/template index fb2e68697f0fa1..7f35fd8be1c8e5 100644 --- a/srcpkgs/wxFormBuilder/template +++ b/srcpkgs/wxFormBuilder/template @@ -1,7 +1,7 @@ # Template file for 'wxFormBuilder' pkgname=wxFormBuilder version=4.2.1 -revision=1 +revision=2 build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=Release" hostmakedepends="pkg-config" From 8b6d26954357f30892253f6a685482f8b67f1a57 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:55:13 +0200 Subject: [PATCH 10/15] wxMaxima: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/wxMaxima/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wxMaxima/template b/srcpkgs/wxMaxima/template index f75b8cee9ac538..ef0fd6a69377d2 100644 --- a/srcpkgs/wxMaxima/template +++ b/srcpkgs/wxMaxima/template @@ -1,7 +1,7 @@ # Template file for 'wxMaxima' pkgname=wxMaxima version=20.02.4 -revision=2 +revision=3 build_style=cmake configure_args="-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3" hostmakedepends="gettext perl desktop-file-utils doxygen po4a" From da348f2a24caa1538e36dc38e5ddab918bfcff68 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Sep 2026 19:57:28 +0200 Subject: [PATCH 11/15] xchm: rebuild against wxWidgets-gtk3-3.2.11 --- srcpkgs/xchm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xchm/template b/srcpkgs/xchm/template index 00b64dd191daa5..3c8765290a96e7 100644 --- a/srcpkgs/xchm/template +++ b/srcpkgs/xchm/template @@ -1,7 +1,7 @@ # Template file for 'xchm' pkgname=xchm version=1.36 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3" hostmakedepends="automake gettext-devel tar" From cfb9ad4da88679fca3ca2f1b92ed2e5a7626d957 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 3 Sep 2026 21:58:46 +0200 Subject: [PATCH 12/15] zf: remove package zig, not widely used --- srcpkgs/removed-packages/template | 1 + srcpkgs/zf/template | 21 --------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 srcpkgs/zf/template diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index a2186dd3069d00..94a29c89f5e367 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1044,6 +1044,7 @@ replaces=" ytop<=0.6.2_1 yturl<=2.0.2_5 zbackup<=1.4.4_23 + zf<=0.10.2_1 zookeeper<=3.4.13_2 zou<=0.2.0_7 zrandr<=0.3.2_1 diff --git a/srcpkgs/zf/template b/srcpkgs/zf/template deleted file mode 100644 index 841fccdc64308e..00000000000000 --- a/srcpkgs/zf/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template file for 'zf' -pkgname=zf -version=0.10.2 -revision=1 -build_style=zig-build -configure_args="-Dpie" -short_desc="Commandline fuzzy finder designed for filtering filepaths" -maintainer="tranzystorekk " -license="MIT" -homepage="https://github.com/natecraddock/zf" -changelog="https://raw.githubusercontent.com/natecraddock/zf/refs/heads/main/CHANGELOG.md" -distfiles="https://github.com/natecraddock/zf/archive/refs/tags/${version}.tar.gz" -checksum=b8e41f942c7033536fd64f9edea467a7ff4f45d52885d585f0adafb7803ac0ed - -post_install() { - vlicense LICENSE - vcompletion complete/zf bash - vcompletion complete/zf.fish fish - vcompletion complete/_zf zsh - vman doc/zf.1 -} From 172998daef84e3e04ec1f498d13cf55b44f73c5a Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 3 Sep 2026 18:13:07 +0200 Subject: [PATCH 13/15] github: update to 2.100.0 --- srcpkgs/github-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template index f6355a5193494e..6a2bdef1127425 100644 --- a/srcpkgs/github-cli/template +++ b/srcpkgs/github-cli/template @@ -1,6 +1,6 @@ # Template file for 'github-cli' pkgname=github-cli -version=2.99.0 +version=2.100.0 revision=1 build_style=go build_helper=qemu @@ -14,7 +14,7 @@ license="MIT" homepage="https://cli.github.com" changelog="https://github.com/cli/cli/releases" distfiles="https://github.com/cli/cli/archive/refs/tags/v${version}.tar.gz" -checksum=65fff9aa7eb4410689c4c4c6756d2ef58492b1a6ce985e97dfd1b61588aa52f9 +checksum=39d5123f08a553a6fa69e46de86c22d04d97a217e03d0e6584b66d0fea50f1fe pre_build() { local _date From d6a589170897bb9c3cf1ff544c39e04e2c6124cd Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 3 Sep 2026 21:03:16 +0200 Subject: [PATCH 14/15] linux7.1: update to 7.1.13. --- srcpkgs/linux7.1/files/arm64-dotconfig | 2 +- srcpkgs/linux7.1/files/i386-dotconfig | 2 +- srcpkgs/linux7.1/files/x86_64-dotconfig | 7 ++++--- srcpkgs/linux7.1/template | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/linux7.1/files/arm64-dotconfig b/srcpkgs/linux7.1/files/arm64-dotconfig index cfda7a4795ef46..9ad4cb0d337318 100644 --- a/srcpkgs/linux7.1/files/arm64-dotconfig +++ b/srcpkgs/linux7.1/files/arm64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 7.1.12 Kernel Configuration +# Linux/arm64 7.1.13 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405" CONFIG_CC_IS_GCC=y diff --git a/srcpkgs/linux7.1/files/i386-dotconfig b/srcpkgs/linux7.1/files/i386-dotconfig index 5632145b95f84e..b367bc6a9a155e 100644 --- a/srcpkgs/linux7.1/files/i386-dotconfig +++ b/srcpkgs/linux7.1/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 7.1.12 Kernel Configuration +# Linux/i386 7.1.13 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405" CONFIG_CC_IS_GCC=y diff --git a/srcpkgs/linux7.1/files/x86_64-dotconfig b/srcpkgs/linux7.1/files/x86_64-dotconfig index 5230145e2377c2..1761346e45a326 100644 --- a/srcpkgs/linux7.1/files/x86_64-dotconfig +++ b/srcpkgs/linux7.1/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 7.1.12 Kernel Configuration +# Linux/x86_64 7.1.13 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405" CONFIG_CC_IS_GCC=y @@ -4146,6 +4146,7 @@ CONFIG_RTW89_8851B=m CONFIG_RTW89_8852A=m CONFIG_RTW89_8852B_COMMON=m CONFIG_RTW89_8852B=m +CONFIG_RTW89_8852BT=m CONFIG_RTW89_8852C=m CONFIG_RTW89_8922A=m CONFIG_RTW89_8851BE=m @@ -4153,8 +4154,8 @@ CONFIG_RTW89_8851BU=m CONFIG_RTW89_8852AE=m CONFIG_RTW89_8852AU=m CONFIG_RTW89_8852BE=m -# CONFIG_RTW89_8852BU is not set -# CONFIG_RTW89_8852BTE is not set +CONFIG_RTW89_8852BU=m +CONFIG_RTW89_8852BTE=m CONFIG_RTW89_8852CE=m CONFIG_RTW89_8852CU=m CONFIG_RTW89_8922AE=m diff --git a/srcpkgs/linux7.1/template b/srcpkgs/linux7.1/template index 8d39d67c282c18..ab935cde19523e 100644 --- a/srcpkgs/linux7.1/template +++ b/srcpkgs/linux7.1/template @@ -1,6 +1,6 @@ # Template file for 'linux7.1' pkgname=linux7.1 -version=7.1.12 +version=7.1.13 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Duncaen " @@ -18,7 +18,7 @@ rc*) distfiles="https://git.kernel.org/torvalds/t/linux-${version%.*}-${version# esac checksum="691f44797fbe790dc8a321604c927087526ad27b6d649925d60f8eed0a2564a0 - e8375a81dfcbbc3f33a90c6522d665b2be7f31d86da61c5933a160a8ad29baa1" + bc26984f42f51d354aeacc4eeb3e551638ba20459bace18de38687f24315f470" python_version=3 From fd8f65aad4196b6473baf3626931d8846ec098b5 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 4 Sep 2026 00:03:34 +0200 Subject: [PATCH 15/15] linux7.2: enable CONFIG_RTW89_8852{BTE,BU} --- srcpkgs/linux7.2/files/x86_64-dotconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux7.2/files/x86_64-dotconfig b/srcpkgs/linux7.2/files/x86_64-dotconfig index 4df5b8c02a08aa..d0d581f7737421 100644 --- a/srcpkgs/linux7.2/files/x86_64-dotconfig +++ b/srcpkgs/linux7.2/files/x86_64-dotconfig @@ -4145,6 +4145,7 @@ CONFIG_RTW89_8851B=m CONFIG_RTW89_8852A=m CONFIG_RTW89_8852B_COMMON=m CONFIG_RTW89_8852B=m +CONFIG_RTW89_8852BT=m CONFIG_RTW89_8852C=m CONFIG_RTW89_8922A=m CONFIG_RTW89_8851BE=m @@ -4152,8 +4153,8 @@ CONFIG_RTW89_8851BU=m CONFIG_RTW89_8852AE=m CONFIG_RTW89_8852AU=m CONFIG_RTW89_8852BE=m -# CONFIG_RTW89_8852BU is not set -# CONFIG_RTW89_8852BTE is not set +CONFIG_RTW89_8852BU=m +CONFIG_RTW89_8852BTE=m CONFIG_RTW89_8852CE=m CONFIG_RTW89_8852CU=m CONFIG_RTW89_8922AE=m