Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cocogitto: update to 5.3.0
@ 2023-01-22 14:40 tranzystorek-io
  2023-01-23 17:07 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tranzystorek-io @ 2023-01-22 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/41801

cocogitto: update to 5.3.0
<!-- 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/41801.patch is attached

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

From 5571ad5b93d9c37a223fa5acb3a818d4cf21bdb3 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 22 Jan 2023 15:39:25 +0100
Subject: [PATCH] cocogitto: update to 5.3.0

---
 srcpkgs/cocogitto/template | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
index bf1d15be5b14..f351967b0f57 100644
--- a/srcpkgs/cocogitto/template
+++ b/srcpkgs/cocogitto/template
@@ -1,7 +1,7 @@
 # Template file for 'cocogitto'
 pkgname=cocogitto
-version=5.2.0
-revision=2
+version=5.3.0
+revision=1
 build_style=cargo
 build_helper=qemu
 hostmakedepends="pkg-config"
@@ -13,17 +13,25 @@ license="MIT"
 homepage="https://github.com/cocogitto/cocogitto"
 changelog="https://raw.githubusercontent.com/cocogitto/cocogitto/main/CHANGELOG.md"
 distfiles="https://github.com/cocogitto/cocogitto/archive/refs/tags/${version}.tar.gz"
-checksum=99f9dee05597d7721f6d046dbfefba5cb8d1c4ae22ced415f724affb3a6bd0cc
+checksum=c95a8d3d0fd1ca4f122b9e9077e8ff79f1c8a180f2cb5a0afcc6e236495984b5
 # Test suite is not atomic, relies on user environment such as git user configuration
 make_check=no
 
 post_install() {
-	COG="${DESTDIR}/usr/bin/cog"
+	local cog="${DESTDIR}/usr/bin/cog"
 	for shell in bash zsh fish; do
-		vtargetrun ${COG} generate-completions ${shell} > cog.${shell}
+		vtargetrun ${cog} generate-completions ${shell} > cog.${shell}
 		vcompletion cog.${shell} ${shell} cog
 	done
 
+	vtargetrun ${cog} generate-manpage cog > cog.1
+	vman cog.1
+
+	for subcommand in bump changelog check commit edit init install-hook log verify; do
+		vtargetrun ${cog} generate-manpage ${subcommand} > cog-${subcommand}.1
+		vman cog-${subcommand}.1
+	done
+
 	vdoc README.md
 	vlicense LICENSE
 }

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

end of thread, other threads:[~2023-02-05 10:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 14:40 [PR PATCH] cocogitto: update to 5.3.0 tranzystorek-io
2023-01-23 17:07 ` [PR PATCH] [Updated] " tranzystorek-io
2023-01-25  7:35 ` [PR PATCH] [Updated] cocogitto: update to 5.3.1 tranzystorek-io
2023-01-27  9:54 ` tranzystorek-io
2023-02-01 14:08 ` [PR PATCH] [Updated] " tranzystorek-io
2023-02-02  8:26 ` tranzystorek-io
2023-02-02  8:27 ` tranzystorek-io
2023-02-05 10:17 ` [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).