Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] topgrade: update to 10.2.1
@ 2022-11-30 23:09 tranzystorek-io
  2022-11-30 23:10 ` tranzystorek-io
  2022-12-04 13:57 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-11-30 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages topgrade
https://github.com/void-linux/void-packages/pull/40864

topgrade: update to 10.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**|**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/40864.patch is attached

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

From c7366e1a58af1a33977fcccce052579aee26c481 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 1 Dec 2022 00:08:18 +0100
Subject: [PATCH] topgrade: update to 10.2.1

---
 srcpkgs/topgrade/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/topgrade/template b/srcpkgs/topgrade/template
index 6ea985702dc4..1d2a5d719bd7 100644
--- a/srcpkgs/topgrade/template
+++ b/srcpkgs/topgrade/template
@@ -1,15 +1,23 @@
 # Template file for 'topgrade'
 pkgname=topgrade
-version=10.2.0
+version=10.2.1
 revision=1
 build_style=cargo
+build_helper=qemu
 short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
 maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-only"
 homepage="https://github.com/topgrade-rs/topgrade"
 distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"
-checksum=66f11d3a08981a883c20afd40d036a7e42d8e12f8d88e0671455a83f70b495da
+checksum=0e98f5c61914e88fa2437c539899c4f98ca70d9dc91492e35afba1cc8eb2092f
 
 post_install() {
+	local topgrade="${DESTDIR}/usr/bin/topgrade"
+	for shell in bash fish zsh; do
+		vtargetrun ${topgrade} --gen-completion ${shell} > topgrade.${shell}
+		vcompletion topgrade.${shell} ${shell}
+	done
+
+	vtargetrun ${topgrade} --gen-manpage > topgrade.8
 	vman topgrade.8
 }

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

* Re: topgrade: update to 10.2.1
  2022-11-30 23:09 [PR PATCH] topgrade: update to 10.2.1 tranzystorek-io
@ 2022-11-30 23:10 ` tranzystorek-io
  2022-12-04 13:57 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-11-30 23:10 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40864#issuecomment-1332856292

Comment:
Ping @jcgruenhage 

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

* Re: [PR PATCH] [Merged]: topgrade: update to 10.2.1
  2022-11-30 23:09 [PR PATCH] topgrade: update to 10.2.1 tranzystorek-io
  2022-11-30 23:10 ` tranzystorek-io
@ 2022-12-04 13:57 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-12-04 13:57 UTC (permalink / raw)
  To: ml

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

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

topgrade: update to 10.2.1
https://github.com/void-linux/void-packages/pull/40864

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**|**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
-->


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

end of thread, other threads:[~2022-12-04 13:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30 23:09 [PR PATCH] topgrade: update to 10.2.1 tranzystorek-io
2022-11-30 23:10 ` tranzystorek-io
2022-12-04 13:57 ` [PR PATCH] [Merged]: " paper42

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