Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pigz: fix tests, add missing executable
@ 2022-08-15 15:35 subnut
  2022-08-15 15:41 ` [PR PATCH] [Updated] " subnut
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: subnut @ 2022-08-15 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages pigz
https://github.com/void-linux/void-packages/pull/38688

pigz: fix tests, add missing executable
<!-- 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, (x86_64-glibc)
<!--
- 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/38688.patch is attached

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

From 7aa76ab86219016d871a813f5fca6d971bedce18 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 15 Aug 2022 21:00:05 +0530
Subject: [PATCH] pigz: fix tests, add missing executable

---
 srcpkgs/pigz/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/pigz/template b/srcpkgs/pigz/template
index eee271a39c2c..1c7dd1d50a94 100644
--- a/srcpkgs/pigz/template
+++ b/srcpkgs/pigz/template
@@ -1,10 +1,11 @@
 # Template file for 'pigz'
 pkgname=pigz
 version=2.7
-revision=1
+revision=2
 build_style=gnu-makefile
 make_check_target=test
 makedepends="zlib-devel"
+checkdepends="which"
 short_desc="Parallel implementation of gzip"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
@@ -15,4 +16,5 @@ checksum=b4c9e60344a08d5db37ca7ad00a5b2c76ccb9556354b722d56d55ca7e8b1c707
 do_install() {
 	vbin pigz
 	vman pigz.1
+	ln -sf pigz "${DESTDIR}/usr/bin/unpigz"
 }

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

end of thread, other threads:[~2022-08-19  4:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 15:35 [PR PATCH] pigz: fix tests, add missing executable subnut
2022-08-15 15:41 ` [PR PATCH] [Updated] " subnut
2022-08-18  6:06 ` [PR REVIEW] " classabbyamp
2022-08-18  6:07 ` classabbyamp
2022-08-18  6:11 ` classabbyamp
2022-08-18 13:01 ` leahneukirchen
2022-08-19  4:36 ` [PR PATCH] [Updated] " subnut
2022-08-19  4:38 ` [PR PATCH] [Merged]: " classabbyamp

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