Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] cocogitto: update to 5.3.1
Date: Wed, 25 Jan 2023 08:35:17 +0100	[thread overview]
Message-ID: <20230125073517.oZg2KQYFuO0lg7Gm78DE89M5dcN0-A8Y_FUgTj2eAvI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41801@inbox.vuxu.org>

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

There is an updated 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.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/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 c75141046055ac5d93df28507f60ed28c0f32a99 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.1

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
index bf1d15be5b14..dbed47399d80 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.1
+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=ac6847ce55ba284184d0792afb53c6579da415600bc1b01c180dd87ad34597d0
 # 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
 }

  parent reply	other threads:[~2023-01-25  7:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` tranzystorek-io [this message]
2023-01-27  9:54 ` cocogitto: update to 5.3.1 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230125073517.oZg2KQYFuO0lg7Gm78DE89M5dcN0-A8Y_FUgTj2eAvI@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).