Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dasel: update to 2.5.0.
@ 2023-12-22 20:39 icp1994
  2023-12-22 21:02 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-12-22 20:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages dasel
https://github.com/void-linux/void-packages/pull/47877

dasel: update to 2.5.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 1e66de1e28e9ad54c3260d443dfb01da24fc9947 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 22 Dec 2023 01:29:03 +0530
Subject: [PATCH] dasel: update to 2.5.0.

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

diff --git a/srcpkgs/dasel/template b/srcpkgs/dasel/template
index b2f5a72def0cf..0c6dce43b08ab 100644
--- a/srcpkgs/dasel/template
+++ b/srcpkgs/dasel/template
@@ -1,6 +1,6 @@
 # Template file for 'dasel'
 pkgname=dasel
-version=2.4.1
+version=2.5.0
 revision=1
 build_style=go
 build_helper=qemu
@@ -13,10 +13,18 @@ license="MIT"
 homepage="https://daseldocs.tomwright.me/"
 changelog="https://raw.githubusercontent.com/TomWright/dasel/master/CHANGELOG.md"
 distfiles="https://github.com/TomWright/dasel/archive/refs/tags/v${version}.tar.gz"
-checksum=eb44263c792ff3b31e5a5086d01b471d07a4282af6716932f12f76bb8cd4eebd
+checksum=0e4ec875912a3ede0b84b381b14b64293c218fb9cf1472dd085bcccd1ab097a1
 
 post_install() {
 	vlicense LICENSE
+
+	mkdir manpages
+	vtargetrun ${DESTDIR}/usr/bin/dasel man -o manpages
+
+	for f in manpages/*; do
+		vman ${f}
+	done
+
 	for shell in bash fish zsh; do
 		vtargetrun ${DESTDIR}/usr/bin/dasel completion ${shell} > completions.${shell}
 		vcompletion completions.${shell} ${shell}

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

* Re: [PR PATCH] [Merged]: dasel: update to 2.5.0.
  2023-12-22 20:39 [PR PATCH] dasel: update to 2.5.0 icp1994
@ 2023-12-22 21:02 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-12-22 21:02 UTC (permalink / raw)
  To: ml

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

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

dasel: update to 2.5.0.
https://github.com/void-linux/void-packages/pull/47877

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-12-22 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-22 20:39 [PR PATCH] dasel: update to 2.5.0 icp1994
2023-12-22 21:02 ` [PR PATCH] [Merged]: " Duncaen

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