From eeec0e4038c64412cba48f39381b144a20a46c3f Mon Sep 17 00:00:00 2001 From: "Hans-J. Schmid" Date: Tue, 27 Feb 2024 13:19:57 +0100 Subject: [PATCH 01/23] cglm: update to 0.9.2 Change by @ahesford: orphan package Closes: #48971 [via git-merge-pr] --- srcpkgs/cglm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cglm/template b/srcpkgs/cglm/template index 2a0c4abda47857..d9e7ec8a5d47af 100644 --- a/srcpkgs/cglm/template +++ b/srcpkgs/cglm/template @@ -1,14 +1,14 @@ # Template file for 'cglm' pkgname=cglm -version=0.8.7 +version=0.9.2 revision=1 build_style=meson short_desc="Highly Optimized Graphics Math (glm) for C" -maintainer="Nicu Borta " +maintainer="Orphaned " license="MIT" homepage="https://github.com/recp/cglm" distfiles="https://github.com/recp/cglm/archive/v${version}.tar.gz" -checksum=c7022e3e8973cdd96393c251e08e4f136f327d11f64b4c63cf6ea69bf0c0963f +checksum=5c0639fe125c00ffaa73be5eeecd6be999839401e76cf4ee05ac2883447a5b4d post_install() { vlicense LICENSE From 250035736d31c62d8df1017a732f28dd3c7dfc8e Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 8 Jan 2024 21:13:05 +0100 Subject: [PATCH 02/23] rio: update to 0.0.35 --- srcpkgs/rio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template index 4c6a5686cc0cd9..f08d316d58e724 100644 --- a/srcpkgs/rio/template +++ b/srcpkgs/rio/template @@ -1,6 +1,6 @@ # Template file for 'rio' pkgname=rio -version=0.0.33 +version=0.0.35 revision=1 build_style=cargo make_install_args="--path rio" @@ -13,7 +13,7 @@ license="MIT" homepage="https://raphamorim.io/rio/" changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md" distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz" -checksum=1b2ad697a53918f8badbd7fdfb110ac136b989c80b52cfce14a8507919040226 +checksum=2c3bf1c257fac9121e661ecf8a79c58362c84d19acb6adf73d268c860703992e do_install() { # avoid doing a rebuild in install due to complex feature setup From 9a0ed184d0508386d4783b910983d76ff3c38051 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sun, 25 Feb 2024 15:17:39 +0100 Subject: [PATCH 03/23] hyperrogue: update to 13.0c --- srcpkgs/hyperrogue/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hyperrogue/template b/srcpkgs/hyperrogue/template index b59e8a28f7e762..f200c61c908a16 100644 --- a/srcpkgs/hyperrogue/template +++ b/srcpkgs/hyperrogue/template @@ -1,6 +1,6 @@ # Template file for 'hyperrogue' pkgname=hyperrogue -version=13.0b +version=13.0c revision=1 build_style=gnu-makefile makedepends="glew-devel libpng-devel SDL-devel SDL_gfx-devel SDL_mixer-devel @@ -12,7 +12,7 @@ license="GPL-2.0-or-later, CC-BY-SA-4.0, CC-BY-SA-3.0, CC-BY-3.0, Public Domain" homepage="https://www.roguetemple.com/z/hyper/" changelog="https://raw.githubusercontent.com/zenorogue/hyperrogue/master/changelog.txt" distfiles="https://github.com/zenorogue/hyperrogue/archive/refs/tags/v${version}.tar.gz" -checksum=6755b07483317393f6a08f63cb3a2128a97a1e34fd1c9afa2ab80f2e3389a0ec +checksum=1e6a34d4330c6bc66bf52d0a4da156bf04b0aead00f12b83ac09e111bde4d0b9 nocross="Generates code from build output that must run on host" # SDL_gfx-devel headers require that SDL.h be under the header search paths, From 710afbdf7d7f2da25f693bd415fd19bf75bd04d5 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 9 Dec 2023 11:29:51 +0530 Subject: [PATCH 04/23] cargo-modules: update to 0.13.6. --- srcpkgs/cargo-modules/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-modules/template b/srcpkgs/cargo-modules/template index ea9f52e11689cf..dd9593f41411e4 100644 --- a/srcpkgs/cargo-modules/template +++ b/srcpkgs/cargo-modules/template @@ -1,12 +1,13 @@ # Template file for 'cargo-modules' pkgname=cargo-modules -version=0.11.0 +version=0.13.6 revision=1 build_style=cargo +make_check_args="-- --skip=smoke --skip=fields --skip=functions" short_desc="Cargo plugin to render crate's module/item structure as a tree or graph" maintainer="icp " license="MPL-2.0" homepage="https://github.com/regexident/cargo-modules" changelog="https://raw.githubusercontent.com/regexident/cargo-modules/main/CHANGELOG.md" distfiles="https://github.com/regexident/cargo-modules/archive/refs/tags/${version}.tar.gz" -checksum=35c0c08cb2cc062f1a2b09570fa21f8d12848fd8ffb6c02ec9fca7a3a17218fb +checksum=925457b04896d7d340285992ab05f49668a5576fb34c456c8e2cb19b9f435c2b From dbbc9ce749feabaabf6274c326b3edadc5c923ae Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 22 Feb 2024 12:21:44 +0530 Subject: [PATCH 05/23] vale: update to 3.1.0. --- srcpkgs/vale/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template index 26c38af7b77939..3a081c1729a425 100644 --- a/srcpkgs/vale/template +++ b/srcpkgs/vale/template @@ -1,6 +1,6 @@ # Template file for 'vale' pkgname=vale -version=3.0.7 +version=3.1.0 revision=1 build_style=go go_import_path="github.com/errata-ai/vale/v3" @@ -12,7 +12,7 @@ license="MIT" homepage="https://vale.sh" changelog="https://github.com/errata-ai/vale/releases" distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz" -checksum=06774ef953064b3e5f5d8e121bf1626eabf8c9ec3cc2def5ef8085a9c3797c89 +checksum=17722be52a8ab919e26adeb077818de47ef275141a047aee789c9516d9c96ea7 post_install() { vlicense LICENSE From 584788bb8252cb3f1d807bd82e5a62b2871b319c Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 21 Feb 2024 12:04:20 +0530 Subject: [PATCH 06/23] rust-analyzer: update to 2024.02.26. --- srcpkgs/rust-analyzer/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 07edf59ce905bd..d0eda380b0c293 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2024.02.12 +version=2024.02.26 revision=1 _ver=${version//./-} build_style=cargo @@ -10,7 +10,7 @@ maintainer="icp " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz" -checksum=696417db82bdc13e2519b867e35408dd87962d2574703bb41563be9d9714aeba +checksum=d735bbea888c9d0742f6226c595071075deab00db81b5309b12956cc1f97172f # tests require Rust source code make_check=no From 2819676d0fd44bdd49fb7630e3ef312dae1ecbfc Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 12 Feb 2024 22:14:13 +0530 Subject: [PATCH 07/23] gallery-dl: update to 1.26.8. --- srcpkgs/gallery-dl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template index 3a213c1c8e9b75..a44344cc8ad8c5 100644 --- a/srcpkgs/gallery-dl/template +++ b/srcpkgs/gallery-dl/template @@ -1,6 +1,6 @@ # Template file for 'gallery-dl' pkgname=gallery-dl -version=1.26.5 +version=1.26.8 revision=1 build_style=python3-module make_check_args="--ignore test/test_results.py" @@ -13,7 +13,7 @@ license="GPL-2.0-only" homepage="https://github.com/mikf/gallery-dl" changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md" distfiles="https://github.com/mikf/gallery-dl/archive/refs/tags/v${version}.tar.gz" -checksum=39b736c0a048522f197fa478ff4700cc8400e9656de15113cc5ae733d14b4979 +checksum=8abdc7d5a7c9fcbb1e8a5dee2d91a6cfe8a16bae198dc93a89cea04a2f067b33 pre_build() { make man completion From 94afbadaf3d22890d5bf0469bc90582e271c6274 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Mon, 19 Feb 2024 17:41:13 -0500 Subject: [PATCH 08/23] hexchat: update to 2.16.2. --- srcpkgs/hexchat/patches/url_delim.patch | 26 +++++++++++++++++++++ srcpkgs/hexchat/patches/whox_colon.patch | 29 ++++++++++++++++++++++++ srcpkgs/hexchat/template | 10 ++++---- 3 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/hexchat/patches/url_delim.patch create mode 100644 srcpkgs/hexchat/patches/whox_colon.patch diff --git a/srcpkgs/hexchat/patches/url_delim.patch b/srcpkgs/hexchat/patches/url_delim.patch new file mode 100644 index 00000000000000..fbb53da966d7a4 --- /dev/null +++ b/srcpkgs/hexchat/patches/url_delim.patch @@ -0,0 +1,26 @@ + OFrom 2305a0b0fe3e66e1cd95683af2c6f02e7ff29220 Mon Sep 17 00:00:00 2001 +From: Antonio Prcela +Date: Fri, 12 Mar 2021 09:40:40 +0100 +Subject: [PATCH] Open links properly if ending with " + +--- + src/fe-gtk/xtext.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-)e + +-- + +Modified by 0x5c: addded case for single quote character + +diff --git a/src/fe-gtk/xtext.c b/src/fe-gtk/xtext.c +index 418bb4da5..fb4962e12 100644 +--- a/src/fe-gtk/xtext.c ++++ b/src/fe-gtk/xtext.c +@@ -64,7 +64,7 @@ + + /* is delimiter */ + #define is_del(c) \ +- (c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0) ++ (c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0 || c == '"' || c == '\'') + + /* force scrolling off */ + #define dontscroll(buf) (buf)->last_pixel_pos = 0x7fffffff diff --git a/srcpkgs/hexchat/patches/whox_colon.patch b/srcpkgs/hexchat/patches/whox_colon.patch new file mode 100644 index 00000000000000..89d35850ac173c --- /dev/null +++ b/srcpkgs/hexchat/patches/whox_colon.patch @@ -0,0 +1,29 @@ +From e1bff829a01715c7c9053b3fb8cc5ecb9d041b43 Mon Sep 17 00:00:00 2001 +From: classabbyamp <5366828+classabbyamp@users.noreply.github.com> +Date: Sun, 6 Aug 2023 10:44:27 -0400 +Subject: [PATCH] proto-irc.c: handle WHOX replies with realnames that aren't + :-prefixed + +the colon is not required if the last argument is a single word + +this was causing issues where the user info context menu was stripping +the first character of single-word realnames when sending the WHOX +command `WHO #channel %chtsunfra,152`. Discovered the issue by seeing that +plain `WHO #channel` fixed the issue temporarily. +--- + src/common/proto-irc.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c +index 5b8e02c48..9ef25730b 100644 +--- a/src/common/proto-irc.c ++++ b/src/common/proto-irc.c +@@ -762,7 +762,7 @@ process_numeric (session * sess, int n, + + /* :server 354 yournick 152 #channel ~ident host servname nick H account :realname */ + inbound_user_info (sess, word[5], word[6], word[7], word[8], +- word[9], word_eol[12]+1, word[11], away, ++ word[9], word_eol[12][0] == ':' ? word_eol[12] + 1 : word_eol[12], word[11], away, + tags_data); + + /* try to show only user initiated whos */ diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index b894acbd74a974..b0f495a2b3ff2b 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -1,7 +1,7 @@ # Template file for 'hexchat' pkgname=hexchat -version=2.16.1 -revision=7 +version=2.16.2 +revision=1 build_style=meson configure_args="-Ddbus=enabled -Dtls=enabled -Dwith-perl=/usr/bin/perl -Dwith-python=python3 @@ -17,7 +17,7 @@ license="GPL-2.0-or-later" homepage="https://hexchat.github.io/" changelog="https://hexchat.readthedocs.org/en/latest/changelog.html" distfiles="https://github.com/hexchat/hexchat/archive/v${version}.tar.gz" -checksum=f15bc487312a96a902e042e8f197a8494a29bcf4a00bbfd276a5e8154263bfe5 +checksum=486d73cdb6a89fa91cfbe242107901d06e777bea25956a7786c4a831a2caa0e3 build_options="LuaJIT" lib32disabled=yes @@ -33,8 +33,8 @@ fi post_install() { # Remove useless files. - rm -rf ${DESTDIR}/usr/include - rm -rf ${DESTDIR}/usr/lib/pkgconfig + rm -rf "${DESTDIR}/usr/include" + rm -rf "${DESTDIR}/usr/lib/pkgconfig" } hexchat-perl_package() { From 8c4b81063d270c52b71e061723025315b887ab6e Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 7 Feb 2024 19:47:19 +0530 Subject: [PATCH 09/23] rust-sccache: update to 0.7.7. --- srcpkgs/rust-sccache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template index 077cb09af399a4..776b0abf683379 100644 --- a/srcpkgs/rust-sccache/template +++ b/srcpkgs/rust-sccache/template @@ -1,6 +1,6 @@ # Template file for 'rust-sccache' pkgname=rust-sccache -version=0.7.6 +version=0.7.7 revision=1 build_style=cargo # 1. requires expensive extra feature 2. requires clang 3. requires libc @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://crates.io/crates/sccache" changelog="https://github.com/mozilla/sccache/releases" distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate" -checksum=5f6b00cd9ab2d2401e7cd8e3f1794375e0af4ea570f1148cfadb2850f9085a3e +checksum=578f230c68caf909e056db3be748acfe19cd7e5bc5b985a27e4e63b826b9777c case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; From b8e4b94a7e709f9b31727dbd175f9d6e0528b9d6 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Thu, 15 Feb 2024 14:18:21 +0100 Subject: [PATCH 10/23] limine: update to 7.0.5. --- srcpkgs/limine/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template index c6405c717054df..797b5e70b5de18 100644 --- a/srcpkgs/limine/template +++ b/srcpkgs/limine/template @@ -1,6 +1,6 @@ # Template file for 'limine' pkgname=limine -version=7.0.4 +version=7.0.5 revision=1 build_style=gnu-configure configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm" @@ -10,7 +10,7 @@ maintainer="Mintsuki " license="BSD-2-Clause" homepage="https://limine-bootloader.org/" distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz" -checksum=84a76441dd6ba6df791d2f2a1c6cf85e9c10bbc1f0505f26515ff217eb96aee8 +checksum=b5f44cc02e5e46a310a647f737f8cf16ee75f31df51398d8122e8ed2cdd956c8 post_install() { vlicense COPYING From 4f5ddf0de5615e7061114e43349a7920d1992391 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 19 Jan 2024 14:27:39 +0100 Subject: [PATCH 11/23] pmbootstrap: update to 2.2.1. --- srcpkgs/pmbootstrap/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template index 3c274d8d9baed8..5fb6ce5c812cce 100644 --- a/srcpkgs/pmbootstrap/template +++ b/srcpkgs/pmbootstrap/template @@ -1,7 +1,7 @@ # Template file for 'pmbootstrap' pkgname=pmbootstrap -version=2.0.0 -revision=2 +version=2.2.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="git openssl python3" @@ -9,7 +9,7 @@ short_desc="Package build and device flashing tool for postmarketOS" maintainer="Jami Kettunen " license="GPL-3.0-or-later" homepage="https://postmarketos.org" -changelog="https://git.sr.ht/~postmarketos/pmbootstrap/refs" -distfiles="https://git.sr.ht/~postmarketos/pmbootstrap/archive/${version}.tar.gz" -checksum=e8d63b6f746c50cba3abd604902ee3f61ccd25dcfc026b0c1418df7540fd99f7 +changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags" +distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz" +checksum=195a3cb430c9ede354bc575ddb765f10b205067f8c478f153c84f6f793785c09 make_check=no # tests require chroot From 8bec56523c0da84b26e8011d27465411e9f1fa34 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Fri, 19 Jan 2024 00:24:11 +0100 Subject: [PATCH 12/23] feh: update to 3.10.2 --- srcpkgs/feh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/feh/template b/srcpkgs/feh/template index b2074d75647334..466e9f019ab5d1 100644 --- a/srcpkgs/feh/template +++ b/srcpkgs/feh/template @@ -1,6 +1,6 @@ # Template file for 'feh' pkgname=feh -version=3.10 +version=3.10.2 revision=1 build_style=gnu-makefile make_use_env=yes @@ -15,7 +15,7 @@ license="MIT-feh" homepage="https://feh.finalrewind.org" changelog="https://raw.githubusercontent.com/derf/feh/master/ChangeLog" distfiles="${homepage}/feh-${version}.tar.bz2" -checksum=1d71d1f6dcfe9ffee5e2766969a11978f7eb4fac7d7ae556f104c11f9c57cc98 +checksum=5f94a77de25c5398876f0cf431612d782b842f4db154d2139b778c8f196e8969 pre_build() { vsed -i 's|doc/feh/examples|examples/feh|' config.mk From a40a3a68c4e773b55c559d8df714e35f6e6d2c11 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 7 Feb 2024 12:03:16 +0100 Subject: [PATCH 13/23] osc: update to 1.6.0 --- srcpkgs/osc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/osc/template b/srcpkgs/osc/template index beb8298f1eb320..a68dc72612e11d 100644 --- a/srcpkgs/osc/template +++ b/srcpkgs/osc/template @@ -1,6 +1,6 @@ # Template file for 'osc' pkgname=osc -version=1.5.1 +version=1.6.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-cryptography python3-devel @@ -13,4 +13,4 @@ license="GPL-2.0-or-later" homepage="https://github.com/openSUSE/osc" changelog="https://raw.githubusercontent.com/openSUSE/osc/master/NEWS" distfiles="https://github.com/openSUSE/osc/archive/refs/tags/${version}.tar.gz" -checksum=17b1268413561b3d1b8564d3d1ed8f025efa34774497df4d54205b6cf0882c28 +checksum=7920dedfc793590829b93ddbd9dfbdbe6e2ccf471fd4f33d03117a309738b1ae From 69bea36fee7feff2ff25958da2084ba34ec3ab14 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 7 Feb 2024 12:00:43 +0100 Subject: [PATCH 14/23] urh: update to 2.9.6 --- srcpkgs/urh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template index f778238a056685..f86a7ea530c762 100644 --- a/srcpkgs/urh/template +++ b/srcpkgs/urh/template @@ -1,7 +1,7 @@ # Template file for 'urh' pkgname=urh -version=2.9.5 -revision=2 +version=2.9.6 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython0.29 python3-numpy" makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel @@ -15,7 +15,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/jopohl/urh" changelog="https://github.com/jopohl/urh/releases" distfiles="https://github.com/jopohl/urh/archive/refs/tags/v${version}.tar.gz" -checksum=aac1fd1f8335960600d22c0ad0b1bf8ec94e336f32294282c859fb9eb7fbf81e +checksum=34128f15bf57b21241fd629938826e17bc6fb32c1662665fda8b1d4c14a74559 make_check=no # Test suite is taking too long and CI times out post_install() { From 9e2499b837400dc52a63e71c180e16eec1260b55 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Tue, 6 Feb 2024 19:45:35 +0100 Subject: [PATCH 15/23] gradle: update to 8.6. --- srcpkgs/gradle/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template index 2b96d8f1f58ce2..23ec55f3b25fe2 100644 --- a/srcpkgs/gradle/template +++ b/srcpkgs/gradle/template @@ -1,6 +1,6 @@ # Template file for 'gradle' pkgname=gradle -version=8.5 +version=8.6 revision=1 depends="virtual?java-environment" short_desc="Build system for Java/C/C++ software" @@ -9,7 +9,7 @@ license="Apache-2.0" homepage="https://gradle.org/" changelog="https://docs.gradle.org/${version}/release-notes.html" distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip" -checksum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026 +checksum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c do_install() { vmkdir "usr/lib/gradle" From 53ef5488b12b0977a07c7b527d57156e3c24eb50 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 6 Feb 2024 08:30:25 -0500 Subject: [PATCH 16/23] OpenRCT2: update to 0.4.8. --- srcpkgs/OpenRCT2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template index fa04b334fcb1b5..1e83fe5cf07d57 100644 --- a/srcpkgs/OpenRCT2/template +++ b/srcpkgs/OpenRCT2/template @@ -2,7 +2,7 @@ # based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template # and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421 pkgname=OpenRCT2 -version=0.4.7 +version=0.4.8 revision=1 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt _objects_version=1.3.13 @@ -40,7 +40,7 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip" -checksum="7bf31d7e28e88c16cc98018ea5389316266d7ceeca0a6adf555d06f4a98e1069 +checksum="b79bdfd91e2676b0238a94ef3a53bf13a6b6ba417a8d77056a8ea2a903967fd1 0711779d69778652d4430d4173903e2444673be374b0ed78c797b5636349b968 70be1b6ff8cc24ad8031a2e0cdd445b5dd3c52c886a8e5f70401f75152e4ae6c c3fac4caa90398a2b4c5bb32e0dd0f44073086fe16121d3dc49b3ca120474068 From 8420841b552696097d2d985010aaae99eb53f0fc Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Sat, 6 Jan 2024 16:13:20 -0600 Subject: [PATCH 17/23] k9s: update to 0.31.9. --- srcpkgs/k9s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template index f2f5558350dc50..95e2f9454c4e4b 100644 --- a/srcpkgs/k9s/template +++ b/srcpkgs/k9s/template @@ -1,6 +1,6 @@ # Template file for 'k9s' pkgname=k9s -version=0.30.6 +version=0.31.9 revision=1 build_style=go go_import_path="github.com/derailed/k9s" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="Apache-2.0" homepage="https://k9scli.io/" distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz" -checksum=ce83f7c6ebe4514f48f05911e2782676cfecbf2dd8b1d769c921cba4be863250 +checksum=4cffd6d21e66996ff31c98f52098daae1ddc3a515bdc34f4b7adb17420348179 # fix: collect2: fatal error: cannot find 'ld' export LDFLAGS="-fuse-ld=bfd" From 4cfa2e38b9aab2f01a234a7e6135f139147ad9e4 Mon Sep 17 00:00:00 2001 From: Emil Tomczyk Date: Thu, 29 Feb 2024 12:01:17 +0100 Subject: [PATCH 18/23] python3-cssutils: update to 2.9.0. --- srcpkgs/python3-cssutils/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template index 78b5ca059a940e..a24f5537bdedfb 100644 --- a/srcpkgs/python3-cssutils/template +++ b/srcpkgs/python3-cssutils/template @@ -1,7 +1,7 @@ # Template file for 'python3-cssutils' pkgname=python3-cssutils -version=2.6.0 -revision=2 +version=2.9.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-wheel" short_desc="CSS Cascading Style Sheets library for Python3" @@ -10,4 +10,4 @@ maintainer="Farhad Shahbazi " license="LGPL-3.0-or-later" homepage="https://pypi.org/project/cssutils/" distfiles="${PYPI_SITE}/c/cssutils/cssutils-${version}.tar.gz" -checksum=f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e +checksum=89477b3d17d790e97b9fb4def708767061055795aae6f7c82ae32e967c9be4cd From a757941141dbb87f432a35471b4aa40e96c8841d Mon Sep 17 00:00:00 2001 From: Benedikt Brinkmann Date: Tue, 27 Feb 2024 07:23:56 +0100 Subject: [PATCH 19/23] fwupd: update to 1.9.14. --- srcpkgs/fwupd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template index 67fc771ad760e0..bf899ee99d8f31 100644 --- a/srcpkgs/fwupd/template +++ b/srcpkgs/fwupd/template @@ -1,6 +1,6 @@ # Template file for 'fwupd' pkgname=fwupd -version=1.9.13 +version=1.9.14 revision=1 build_style=meson build_helper="gir qemu" @@ -24,7 +24,7 @@ maintainer="dataCobra " license="LGPL-2.1-or-later" homepage="https://github.com/fwupd/fwupd" distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz" -checksum=fe6dba601fdafbcd35e9b23b63a982f8d122b4c93193670bad7943e788140c89 +checksum=bf7c96882499fa9c9b845c25d885a59104db09bb0e554902bb463ec2be232a49 replaces="fwupdate>=0" case "$XBPS_TARGET_MACHINE" in From fedfb3446690b9c78032d71a2d6fddd993e42c55 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 25 Feb 2024 16:06:04 +0200 Subject: [PATCH 20/23] wps-office: update to 11.1.0.11719. Also: - change the homepage (old no longer available). --- srcpkgs/wps-office/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/wps-office/template b/srcpkgs/wps-office/template index c42a94cc7bf6fd..0de93f79902ad6 100644 --- a/srcpkgs/wps-office/template +++ b/srcpkgs/wps-office/template @@ -1,6 +1,6 @@ # Template file for 'wps-office' pkgname=wps-office -version=11.1.0.11711 +version=11.1.0.11719 revision=1 archs="x86_64" short_desc="Linux office suite with similar appearance to MS Office" @@ -10,9 +10,9 @@ maintainer="mobinmob " # and a non-downloadable EULA which is accesible from inside the program: # https://www.wps.com/eula?distsrc=2021help&lang=en_US&version=11.1.0.10920 license="custom:EULA" -homepage="http://wps-community.org" +homepage="https://www.wps.com/" changelog="https://www.wps.com/whatsnew/linux/" -checksum=119a643c42d4b2fdc8e377f1a7625c31820ff11488c20b67a94c8ac662541d1a +checksum=6edabcffae920384179c46876f69837263c8d4bc46aab1abcc58ddbd17565e53 allow_unknown_shlibs=yes nodebug=yes nostrip=yes @@ -20,10 +20,6 @@ restricted=yes conflicts="EternalTerminal>=0" repository=nonfree - -# The programs themselves are PIE, but the error reporter isn't :/ -nopie=yes - _disturl=http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/${version##*.} _distTar="${pkgname}-${version}.XA-1.x86_64.rpm" distfiles="${_disturl}/${_distTar}" From 85e60cdfa22eac4028f2fb5eceaa3257c9e6b337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sun, 25 Feb 2024 18:30:14 +0000 Subject: [PATCH 21/23] SDL2_image: update to 2.8.2. --- srcpkgs/SDL2_image/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2_image/template b/srcpkgs/SDL2_image/template index 0bd3305d0f9037..9178845cd04142 100644 --- a/srcpkgs/SDL2_image/template +++ b/srcpkgs/SDL2_image/template @@ -1,6 +1,6 @@ # Template file for 'SDL2_image' pkgname=SDL2_image -version=2.6.3 +version=2.8.2 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ license="Zlib" homepage="https://github.com/libsdl-org/SDL_image" changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/SDL2/CHANGES.txt" distfiles="http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${version}.tar.gz" -checksum=931c9be5bf1d7c8fae9b7dc157828b7eee874e23c7f24b44ba7eff6b4836312c +checksum=8f486bbfbcf8464dd58c9e5d93394ab0255ce68b51c5a966a918244820a76ddc post_install() { vlicense LICENSE.txt LICENSE From fcf53a64294532950d573061875545a71e20bc7c Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Fri, 23 Feb 2024 07:22:05 +0100 Subject: [PATCH 22/23] gocryptfs: update to 2.4.0, enable OpenSSL --- srcpkgs/gocryptfs/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gocryptfs/template b/srcpkgs/gocryptfs/template index d1ea8e4cdfc150..dea9ebe7f63fb8 100644 --- a/srcpkgs/gocryptfs/template +++ b/srcpkgs/gocryptfs/template @@ -1,11 +1,12 @@ # Template file for 'gocryptfs' pkgname=gocryptfs -version=2.3.1 -revision=4 +version=2.4.0 +revision=1 build_style=go go_import_path="github.com/rfjakob/gocryptfs/v2" -go_build_tags="without_openssl" go_ldflags="-X main.GitVersion=v${version} -X main.GitVersionFuse="[vendored]" -X main.BuildDate=$(date +%Y-%m-%d)" +hostmakedepends="pkg-config" +makedepends="openssl-devel" depends="fuse3" short_desc="Encrypted overlay filesystem written in Go" maintainer="Felipe Nogueira " @@ -13,7 +14,7 @@ license="MIT" homepage="https://nuetzlich.net/gocryptfs" changelog="https://github.com/rfjakob/gocryptfs#changelog" distfiles="https://github.com/rfjakob/gocryptfs/releases/download/v${version}/gocryptfs_v${version}_src-deps.tar.gz" -checksum=62a856a9771307b34a75a1e9ab9489abe4a4e7e7f9230c2b1046ca037ea2ba50 +checksum=45158daf20df7f94e0c9ec57ba07af21df2e25e15b8584bf3c7de96adbbc2efd post_install() { vlicense LICENSE From 82f1c1f40f86d9f55a5d8f71ae9928b41ac6f1ec Mon Sep 17 00:00:00 2001 From: John Gold <12373037+john-gold@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:24:38 +0100 Subject: [PATCH 23/23] elvish: update to 0.20.1. --- srcpkgs/elvish/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template index d801ddaa950a3c..41a11fec6236dc 100644 --- a/srcpkgs/elvish/template +++ b/srcpkgs/elvish/template @@ -1,7 +1,7 @@ # Template file for 'elvish' pkgname=elvish -version=0.19.2 -revision=3 +version=0.20.1 +revision=1 build_style=go go_import_path="src.elv.sh" go_package="./cmd/elvish" @@ -11,7 +11,7 @@ license="BSD-2-Clause" homepage="https://elv.sh/" changelog="https://elv.sh/blog/${version}-release-notes.html" distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz" -checksum=ef8032507c74c84369d49b098afcf1da65701aa071be9ee762f8bc456576ac94 +checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388 register_shell="/bin/elvish" # fix: collect2: fatal error: cannot find 'ld'