Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gdu: update to 5.30.1.
@ 2025-01-05 11:41 TeddyDD
  2025-01-05 11:57 ` [PR PATCH] [Updated] " TeddyDD
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: TeddyDD @ 2025-01-05 11:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/53856

gdu: update to 5.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gdu-53856.patch --]
[-- Type: text/x-diff, Size: 999 bytes --]

From 5e26aad2ab937450d99b244151bac05670f0ce25 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 5 Jan 2025 12:41:12 +0100
Subject: [PATCH] gdu: update to 5.30.1.

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

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index d1d2ae4711a072..dc16551ae454d6 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,7 +1,7 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.29.0
-revision=2
+version=5.30.1
+revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5"
 go_package="./cmd/gdu"
@@ -11,7 +11,7 @@ maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=42e972f46e49995be24b223c91375bfbea547f5e8cf94c0364f7b3eb5b0ed0a3
+checksum=ad363967b6a34e02812e4cba36bb340f377cf64a435e23f6e8e9e6b3f775220e
 
 post_install() {
 	vman gdu.1

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

* Re: [PR PATCH] [Updated] gdu: update to 5.30.1.
  2025-01-05 11:41 [PR PATCH] gdu: update to 5.30.1 TeddyDD
@ 2025-01-05 11:57 ` TeddyDD
  2025-01-05 12:04 ` TeddyDD
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2025-01-05 11:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/53856

gdu: update to 5.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gdu-53856.patch --]
[-- Type: text/x-diff, Size: 2239 bytes --]

From cb432062a5889a7c7cb8e54c1f64273e4b59dad2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 3 Jan 2025 23:15:12 +0530
Subject: [PATCH 1/2] trippy: update to 0.12.2.

generate/install manpage and completions
---
 srcpkgs/trippy/template | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/trippy/template b/srcpkgs/trippy/template
index 1c7d55b3ba5f29..8930f65630cf40 100644
--- a/srcpkgs/trippy/template
+++ b/srcpkgs/trippy/template
@@ -1,13 +1,24 @@
 # Template file for 'trippy'
 pkgname=trippy
-version=0.12.1
+version=0.12.2
 revision=1
+build_wrksrc="crates/trippy"
 build_style=cargo
-make_install_args="--path=crates/trippy"
+build_helper="qemu"
 short_desc="Tool to assist with analysis of networking issues"
 maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0"
 homepage="https://trippy.rs/"
 changelog="https://raw.githubusercontent.com/fujiapple852/trippy/refs/heads/master/RELEASES.md"
 distfiles="https://github.com/fujiapple852/trippy/archive/refs/tags/${version}.tar.gz"
-checksum=ae868123cba03977786f0dd74297f2e15e021d753684bd6e47554003f03a3d5b
+checksum=6f23549e5f398113ecd0d2f15c829f5ab84fcdf99dde9942c61746e72f990085
+
+post_install() {
+	vtargetrun ${DESTDIR}/usr/bin/trip --generate-man > trip.1
+	vman trip.1
+
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/trip --generate ${shell} > trip.${shell}
+		vcompletion trip.${shell} ${shell} trip
+	done
+}

From 4c17873de649e8027914a52700c13577c3adc66e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 5 Jan 2025 12:57:00 +0100
Subject: [PATCH 2/2] gdu: update to 5.29.0.

---
 srcpkgs/gdu/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index d1d2ae4711a072..9719a696ef5494 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -6,6 +6,7 @@ build_style=go
 go_import_path="github.com/dundee/gdu/v5"
 go_package="./cmd/gdu"
 go_ldflags="-X github.com/dundee/gdu/v5/build.Version=${version}"
+make_check_args="-skip TestShowDevicesWithErr" # fails in CI
 short_desc="Disk usage analyzer intended primarily for SSD disks"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] gdu: update to 5.30.1.
  2025-01-05 11:41 [PR PATCH] gdu: update to 5.30.1 TeddyDD
  2025-01-05 11:57 ` [PR PATCH] [Updated] " TeddyDD
@ 2025-01-05 12:04 ` TeddyDD
  2025-01-05 12:05 ` TeddyDD
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2025-01-05 12:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/53856

gdu: update to 5.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gdu-53856.patch --]
[-- Type: text/x-diff, Size: 5238 bytes --]

From cb432062a5889a7c7cb8e54c1f64273e4b59dad2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 3 Jan 2025 23:15:12 +0530
Subject: [PATCH 1/2] trippy: update to 0.12.2.

generate/install manpage and completions
---
 srcpkgs/trippy/template | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/trippy/template b/srcpkgs/trippy/template
index 1c7d55b3ba5f29..8930f65630cf40 100644
--- a/srcpkgs/trippy/template
+++ b/srcpkgs/trippy/template
@@ -1,13 +1,24 @@
 # Template file for 'trippy'
 pkgname=trippy
-version=0.12.1
+version=0.12.2
 revision=1
+build_wrksrc="crates/trippy"
 build_style=cargo
-make_install_args="--path=crates/trippy"
+build_helper="qemu"
 short_desc="Tool to assist with analysis of networking issues"
 maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0"
 homepage="https://trippy.rs/"
 changelog="https://raw.githubusercontent.com/fujiapple852/trippy/refs/heads/master/RELEASES.md"
 distfiles="https://github.com/fujiapple852/trippy/archive/refs/tags/${version}.tar.gz"
-checksum=ae868123cba03977786f0dd74297f2e15e021d753684bd6e47554003f03a3d5b
+checksum=6f23549e5f398113ecd0d2f15c829f5ab84fcdf99dde9942c61746e72f990085
+
+post_install() {
+	vtargetrun ${DESTDIR}/usr/bin/trip --generate-man > trip.1
+	vman trip.1
+
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/trip --generate ${shell} > trip.${shell}
+		vcompletion trip.${shell} ${shell} trip
+	done
+}

From 4d3c0f5f08c54dcdc6ea42fa529e8b4b6375480e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 5 Jan 2025 13:04:12 +0100
Subject: [PATCH 2/2] gdu: update to 5.30.1.

---
 srcpkgs/gdu/template                       |  7 ++--
 srcpkgs/timoni/patches/disable-tests.patch | 24 ++++++++++++
 srcpkgs/timoni/template                    | 43 ++++++++++++++++++++++
 3 files changed, 71 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/timoni/patches/disable-tests.patch
 create mode 100644 srcpkgs/timoni/template

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index d1d2ae4711a072..30b3d28e518191 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,17 +1,18 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.29.0
-revision=2
+version=5.30.1
+revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5"
 go_package="./cmd/gdu"
 go_ldflags="-X github.com/dundee/gdu/v5/build.Version=${version}"
+make_check_args="-skip Test((ShowDevicesWith|OutputFile)Err(or)?|Version)" # fails in CI
 short_desc="Disk usage analyzer intended primarily for SSD disks"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=42e972f46e49995be24b223c91375bfbea547f5e8cf94c0364f7b3eb5b0ed0a3
+checksum=ad363967b6a34e02812e4cba36bb340f377cf64a435e23f6e8e9e6b3f775220e
 
 post_install() {
 	vman gdu.1
diff --git a/srcpkgs/timoni/patches/disable-tests.patch b/srcpkgs/timoni/patches/disable-tests.patch
new file mode 100644
index 00000000000000..7d9b68576b18d9
--- /dev/null
+++ b/srcpkgs/timoni/patches/disable-tests.patch
@@ -0,0 +1,24 @@
+diff --git i/cmd/timoni/apply_test.go w/cmd/timoni/apply_test.go
+index 483db8..64bec1 100644
+--- i/cmd/timoni/apply_test.go
++++ w/cmd/timoni/apply_test.go
+@@ -35,6 +35,7 @@ import (
+ )
+ 
+ func TestApply(t *testing.T) {
++	return
+ 	modPath := "testdata/module"
+ 	tGroup := fmt.Sprintf("%s.%s", strings.ToLower(apiv1.InstanceKind), apiv1.GroupVersion.Group)
+ 	name := rnd("my-instance", 5)
+diff --git i/cmd/timoni/main_test.go w/cmd/timoni/main_test.go
+index 569dea..f62743 100644
+--- i/cmd/timoni/main_test.go
++++ w/cmd/timoni/main_test.go
+@@ -33,6 +33,7 @@ var (
+ )
+ 
+ func TestMain(m *testing.M) {
++	return
+ 	ctx := ctrl.SetupSignalHandler()
+ 	err := setupRegistryServer(ctx)
+ 	if err != nil {
diff --git a/srcpkgs/timoni/template b/srcpkgs/timoni/template
new file mode 100644
index 00000000000000..09225e320b3783
--- /dev/null
+++ b/srcpkgs/timoni/template
@@ -0,0 +1,43 @@
+# Template file for 'timoni'
+pkgname=timoni
+version=0.23.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=go
+build_helper=qemu
+go_import_path=github.com/stefanprodan/timoni
+go_package=github.com/stefanprodan/timoni/cmd/timoni
+make_check_args="-skip TestConvertCRD"
+go_ldflags="-X main.VERSION=$version"
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="Package manager for Kubernetes, powered by CUE"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
+license="Apache-2.0"
+homepage="https://timoni.sh"
+#changelog=""
+distfiles="https://github.com/stefanprodan/timoni/archive/v${version}.tar.gz"
+checksum=39784f96781e85ac26bb2863147ab4f83edb17c195b0d73663f2f6e4809036cd
+
+_completions="bash zsh fish"
+
+post_build() {
+	local cli=$(find $GOPATH/bin -name timoni)
+	for shell in $_completions; do
+		vtargetrun "$cli" completion "$shell" >"completion.$shell"
+	done
+}
+
+post_install() {
+	for shell in $_completions; do
+		vcompletion "completion.$shell" "$shell"
+	done
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] gdu: update to 5.30.1.
  2025-01-05 11:41 [PR PATCH] gdu: update to 5.30.1 TeddyDD
  2025-01-05 11:57 ` [PR PATCH] [Updated] " TeddyDD
  2025-01-05 12:04 ` TeddyDD
@ 2025-01-05 12:05 ` TeddyDD
  2025-01-05 12:05 ` TeddyDD
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2025-01-05 12:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/53856

gdu: update to 5.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gdu-53856.patch --]
[-- Type: text/x-diff, Size: 3763 bytes --]

From a892b3fd6de04a816098e6e207dab66695565e95 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 5 Jan 2025 13:04:12 +0100
Subject: [PATCH] gdu: update to 5.30.1.

---
 srcpkgs/gdu/template                       |  7 ++--
 srcpkgs/timoni/patches/disable-tests.patch | 24 ++++++++++++
 srcpkgs/timoni/template                    | 43 ++++++++++++++++++++++
 3 files changed, 71 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/timoni/patches/disable-tests.patch
 create mode 100644 srcpkgs/timoni/template

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index d1d2ae4711a072..30b3d28e518191 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,17 +1,18 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.29.0
-revision=2
+version=5.30.1
+revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5"
 go_package="./cmd/gdu"
 go_ldflags="-X github.com/dundee/gdu/v5/build.Version=${version}"
+make_check_args="-skip Test((ShowDevicesWith|OutputFile)Err(or)?|Version)" # fails in CI
 short_desc="Disk usage analyzer intended primarily for SSD disks"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=42e972f46e49995be24b223c91375bfbea547f5e8cf94c0364f7b3eb5b0ed0a3
+checksum=ad363967b6a34e02812e4cba36bb340f377cf64a435e23f6e8e9e6b3f775220e
 
 post_install() {
 	vman gdu.1
diff --git a/srcpkgs/timoni/patches/disable-tests.patch b/srcpkgs/timoni/patches/disable-tests.patch
new file mode 100644
index 00000000000000..7d9b68576b18d9
--- /dev/null
+++ b/srcpkgs/timoni/patches/disable-tests.patch
@@ -0,0 +1,24 @@
+diff --git i/cmd/timoni/apply_test.go w/cmd/timoni/apply_test.go
+index 483db8..64bec1 100644
+--- i/cmd/timoni/apply_test.go
++++ w/cmd/timoni/apply_test.go
+@@ -35,6 +35,7 @@ import (
+ )
+ 
+ func TestApply(t *testing.T) {
++	return
+ 	modPath := "testdata/module"
+ 	tGroup := fmt.Sprintf("%s.%s", strings.ToLower(apiv1.InstanceKind), apiv1.GroupVersion.Group)
+ 	name := rnd("my-instance", 5)
+diff --git i/cmd/timoni/main_test.go w/cmd/timoni/main_test.go
+index 569dea..f62743 100644
+--- i/cmd/timoni/main_test.go
++++ w/cmd/timoni/main_test.go
+@@ -33,6 +33,7 @@ var (
+ )
+ 
+ func TestMain(m *testing.M) {
++	return
+ 	ctx := ctrl.SetupSignalHandler()
+ 	err := setupRegistryServer(ctx)
+ 	if err != nil {
diff --git a/srcpkgs/timoni/template b/srcpkgs/timoni/template
new file mode 100644
index 00000000000000..09225e320b3783
--- /dev/null
+++ b/srcpkgs/timoni/template
@@ -0,0 +1,43 @@
+# Template file for 'timoni'
+pkgname=timoni
+version=0.23.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=go
+build_helper=qemu
+go_import_path=github.com/stefanprodan/timoni
+go_package=github.com/stefanprodan/timoni/cmd/timoni
+make_check_args="-skip TestConvertCRD"
+go_ldflags="-X main.VERSION=$version"
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="Package manager for Kubernetes, powered by CUE"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
+license="Apache-2.0"
+homepage="https://timoni.sh"
+#changelog=""
+distfiles="https://github.com/stefanprodan/timoni/archive/v${version}.tar.gz"
+checksum=39784f96781e85ac26bb2863147ab4f83edb17c195b0d73663f2f6e4809036cd
+
+_completions="bash zsh fish"
+
+post_build() {
+	local cli=$(find $GOPATH/bin -name timoni)
+	for shell in $_completions; do
+		vtargetrun "$cli" completion "$shell" >"completion.$shell"
+	done
+}
+
+post_install() {
+	for shell in $_completions; do
+		vcompletion "completion.$shell" "$shell"
+	done
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] gdu: update to 5.30.1.
  2025-01-05 11:41 [PR PATCH] gdu: update to 5.30.1 TeddyDD
                   ` (2 preceding siblings ...)
  2025-01-05 12:05 ` TeddyDD
@ 2025-01-05 12:05 ` TeddyDD
  2025-01-05 12:10 ` TeddyDD
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2025-01-05 12:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/53856

gdu: update to 5.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gdu-53856.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From e07cd5dd575cd53260d14ea12030e85c7d2092bb Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 5 Jan 2025 13:04:12 +0100
Subject: [PATCH] gdu: update to 5.30.1.

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

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index d1d2ae4711a072..30b3d28e518191 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,17 +1,18 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.29.0
-revision=2
+version=5.30.1
+revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5"
 go_package="./cmd/gdu"
 go_ldflags="-X github.com/dundee/gdu/v5/build.Version=${version}"
+make_check_args="-skip Test((ShowDevicesWith|OutputFile)Err(or)?|Version)" # fails in CI
 short_desc="Disk usage analyzer intended primarily for SSD disks"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=42e972f46e49995be24b223c91375bfbea547f5e8cf94c0364f7b3eb5b0ed0a3
+checksum=ad363967b6a34e02812e4cba36bb340f377cf64a435e23f6e8e9e6b3f775220e
 
 post_install() {
 	vman gdu.1

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

* Re: [PR PATCH] [Updated] gdu: update to 5.30.1.
  2025-01-05 11:41 [PR PATCH] gdu: update to 5.30.1 TeddyDD
                   ` (3 preceding siblings ...)
  2025-01-05 12:05 ` TeddyDD
@ 2025-01-05 12:10 ` TeddyDD
  2025-01-05 12:15 ` TeddyDD
  2025-01-05 12:15 ` TeddyDD
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2025-01-05 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/53856

gdu: update to 5.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gdu-53856.patch --]
[-- Type: text/x-diff, Size: 1277 bytes --]

From 5829f5041ea9d81ead54e82a617cea51d130b253 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 5 Jan 2025 13:04:12 +0100
Subject: [PATCH] gdu: update to 5.30.1.

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

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index d1d2ae4711a072..c39e052400654f 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,17 +1,18 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.29.0
-revision=2
+version=5.30.1
+revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5"
 go_package="./cmd/gdu"
 go_ldflags="-X github.com/dundee/gdu/v5/build.Version=${version}"
+make_check_args="-skip Test((ShowDevicesWith|OutputFile|ItemFromDirParallelWith|Seq)Err(or)?|Version|ExportAnalysisWithoutRights|IgnoreByAll)" # fails in CI
 short_desc="Disk usage analyzer intended primarily for SSD disks"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=42e972f46e49995be24b223c91375bfbea547f5e8cf94c0364f7b3eb5b0ed0a3
+checksum=ad363967b6a34e02812e4cba36bb340f377cf64a435e23f6e8e9e6b3f775220e
 
 post_install() {
 	vman gdu.1

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

* Re: [PR PATCH] [Updated] gdu: update to 5.30.1.
  2025-01-05 11:41 [PR PATCH] gdu: update to 5.30.1 TeddyDD
                   ` (4 preceding siblings ...)
  2025-01-05 12:10 ` TeddyDD
@ 2025-01-05 12:15 ` TeddyDD
  2025-01-05 12:15 ` TeddyDD
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2025-01-05 12:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/53856

gdu: update to 5.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gdu-53856.patch --]
[-- Type: text/x-diff, Size: 1200 bytes --]

From 1ace5afdd0438cdcf634ac2eace3f3d55bddee3c Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 5 Jan 2025 13:04:12 +0100
Subject: [PATCH] gdu: update to 5.30.1.

---
 srcpkgs/gdu/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index d1d2ae4711a072..b286bdbafc25aa 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,17 +1,19 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.29.0
-revision=2
+version=5.30.1
+revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5"
 go_package="./cmd/gdu"
 go_ldflags="-X github.com/dundee/gdu/v5/build.Version=${version}"
+# Many broken tests in CI, they pass outside of XBPS sandbox.
+make_check="no"
 short_desc="Disk usage analyzer intended primarily for SSD disks"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=42e972f46e49995be24b223c91375bfbea547f5e8cf94c0364f7b3eb5b0ed0a3
+checksum=ad363967b6a34e02812e4cba36bb340f377cf64a435e23f6e8e9e6b3f775220e
 
 post_install() {
 	vman gdu.1

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

* Re: [PR PATCH] [Updated] gdu: update to 5.30.1.
  2025-01-05 11:41 [PR PATCH] gdu: update to 5.30.1 TeddyDD
                   ` (5 preceding siblings ...)
  2025-01-05 12:15 ` TeddyDD
@ 2025-01-05 12:15 ` TeddyDD
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2025-01-05 12:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-gdu
https://github.com/void-linux/void-packages/pull/53856

gdu: update to 5.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-gdu-53856.patch --]
[-- Type: text/x-diff, Size: 1081 bytes --]

From 32d15a666aa0160c000dbf77d62e4451d4b66292 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 5 Jan 2025 13:04:12 +0100
Subject: [PATCH] gdu: update to 5.30.1.

---
 srcpkgs/gdu/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index d1d2ae4711a072..0d49204dd6c74c 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -1,7 +1,7 @@
 # Template file for 'gdu'
 pkgname=gdu
-version=5.29.0
-revision=2
+version=5.30.1
+revision=1
 build_style=go
 go_import_path="github.com/dundee/gdu/v5"
 go_package="./cmd/gdu"
@@ -11,7 +11,9 @@ maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
-checksum=42e972f46e49995be24b223c91375bfbea547f5e8cf94c0364f7b3eb5b0ed0a3
+checksum=ad363967b6a34e02812e4cba36bb340f377cf64a435e23f6e8e9e6b3f775220e
+# Many broken tests in CI, they pass outside of XBPS sandbox.
+make_check="no"
 
 post_install() {
 	vman gdu.1

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

end of thread, other threads:[~2025-01-05 12:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-05 11:41 [PR PATCH] gdu: update to 5.30.1 TeddyDD
2025-01-05 11:57 ` [PR PATCH] [Updated] " TeddyDD
2025-01-05 12:04 ` TeddyDD
2025-01-05 12:05 ` TeddyDD
2025-01-05 12:05 ` TeddyDD
2025-01-05 12:10 ` TeddyDD
2025-01-05 12:15 ` TeddyDD
2025-01-05 12:15 ` TeddyDD

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