Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xz: update to 5.4.2.
@ 2023-04-11 20:22 icp1994
  2023-04-11 23:18 ` [PR REVIEW] " mhmdanas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2023-04-11 20:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages xz
https://github.com/void-linux/void-packages/pull/43395

xz: update to 5.4.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 80683a761a897f1b7cfddb9c5933a1147cb55772 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 12 Apr 2023 01:51:17 +0530
Subject: [PATCH] xz: update to 5.4.2.

---
 srcpkgs/xz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template
index 27eaecf4cf43..93feb9e68219 100644
--- a/srcpkgs/xz/template
+++ b/srcpkgs/xz/template
@@ -1,6 +1,6 @@
 # Template file for 'xz'
 pkgname=xz
-version=5.4.1
+version=5.4.2
 revision=1
 bootstrap=yes
 build_style=gnu-configure
@@ -10,7 +10,7 @@ license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://tukaani.org/xz"
 changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
 distfiles="https://tukaani.org/xz/xz-${version}.tar.bz2"
-checksum=dd172acb53867a68012f94c17389401b2f274a1aa5ae8f84cbfb8b7e383ea8d3
+checksum=aa49909cbd9028c4666a35fa4975f9a6203ed98154fbb8223ee43ef9ceee97c3
 
 post_install() {
 	rm -r ${DESTDIR}/usr/share/doc

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

* Re: [PR REVIEW] xz: update to 5.4.2.
  2023-04-11 20:22 [PR PATCH] xz: update to 5.4.2 icp1994
@ 2023-04-11 23:18 ` mhmdanas
  2023-04-13  5:53 ` [PR PATCH] [Updated] " icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-04-11 23:18 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43395#discussion_r1163416163

Comment:
```suggestion
build_style=gnu-configure
configure_args="--disable-doc"
```
and remove `post_install` below.

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

* Re: [PR PATCH] [Updated] xz: update to 5.4.2.
  2023-04-11 20:22 [PR PATCH] xz: update to 5.4.2 icp1994
  2023-04-11 23:18 ` [PR REVIEW] " mhmdanas
@ 2023-04-13  5:53 ` icp1994
  2023-04-13 19:11 ` icp1994
  2023-04-20 13:08 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-04-13  5:53 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages xz
https://github.com/void-linux/void-packages/pull/43395

xz: update to 5.4.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From c55513c450712b7374c2946a85ffb37872a5a53f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 12 Apr 2023 01:51:17 +0530
Subject: [PATCH] xz: update to 5.4.2.

---
 srcpkgs/xz/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template
index 27eaecf4cf43..03c0ec8b92e6 100644
--- a/srcpkgs/xz/template
+++ b/srcpkgs/xz/template
@@ -1,20 +1,17 @@
 # Template file for 'xz'
 pkgname=xz
-version=5.4.1
+version=5.4.2
 revision=1
 bootstrap=yes
 build_style=gnu-configure
+configure_args="--disable-doc"
 short_desc="XZ compression utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://tukaani.org/xz"
 changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
 distfiles="https://tukaani.org/xz/xz-${version}.tar.bz2"
-checksum=dd172acb53867a68012f94c17389401b2f274a1aa5ae8f84cbfb8b7e383ea8d3
-
-post_install() {
-	rm -r ${DESTDIR}/usr/share/doc
-}
+checksum=aa49909cbd9028c4666a35fa4975f9a6203ed98154fbb8223ee43ef9ceee97c3
 
 liblzma_package() {
 	short_desc="XZ-format compression library"
@@ -22,6 +19,7 @@ liblzma_package() {
 		vmove "usr/lib/*.so.*"
 	}
 }
+
 liblzma-devel_package() {
 	depends="liblzma>=${version}_${revision}"
 	short_desc="XZ-format compression library - development files"

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

* Re: [PR PATCH] [Updated] xz: update to 5.4.2.
  2023-04-11 20:22 [PR PATCH] xz: update to 5.4.2 icp1994
  2023-04-11 23:18 ` [PR REVIEW] " mhmdanas
  2023-04-13  5:53 ` [PR PATCH] [Updated] " icp1994
@ 2023-04-13 19:11 ` icp1994
  2023-04-20 13:08 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-04-13 19:11 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages xz
https://github.com/void-linux/void-packages/pull/43395

xz: update to 5.4.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 0f44234d263933a4128286fc0305a53462fd3651 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 12 Apr 2023 01:51:17 +0530
Subject: [PATCH] xz: update to 5.4.2.

---
 srcpkgs/xz/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template
index 27eaecf4cf43..03c0ec8b92e6 100644
--- a/srcpkgs/xz/template
+++ b/srcpkgs/xz/template
@@ -1,20 +1,17 @@
 # Template file for 'xz'
 pkgname=xz
-version=5.4.1
+version=5.4.2
 revision=1
 bootstrap=yes
 build_style=gnu-configure
+configure_args="--disable-doc"
 short_desc="XZ compression utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://tukaani.org/xz"
 changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
 distfiles="https://tukaani.org/xz/xz-${version}.tar.bz2"
-checksum=dd172acb53867a68012f94c17389401b2f274a1aa5ae8f84cbfb8b7e383ea8d3
-
-post_install() {
-	rm -r ${DESTDIR}/usr/share/doc
-}
+checksum=aa49909cbd9028c4666a35fa4975f9a6203ed98154fbb8223ee43ef9ceee97c3
 
 liblzma_package() {
 	short_desc="XZ-format compression library"
@@ -22,6 +19,7 @@ liblzma_package() {
 		vmove "usr/lib/*.so.*"
 	}
 }
+
 liblzma-devel_package() {
 	depends="liblzma>=${version}_${revision}"
 	short_desc="XZ-format compression library - development files"

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

* Re: [PR PATCH] [Merged]: xz: update to 5.4.2.
  2023-04-11 20:22 [PR PATCH] xz: update to 5.4.2 icp1994
                   ` (2 preceding siblings ...)
  2023-04-13 19:11 ` icp1994
@ 2023-04-20 13:08 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2023-04-20 13:08 UTC (permalink / raw)
  To: ml

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

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

xz: update to 5.4.2.
https://github.com/void-linux/void-packages/pull/43395

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

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

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

end of thread, other threads:[~2023-04-20 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 20:22 [PR PATCH] xz: update to 5.4.2 icp1994
2023-04-11 23:18 ` [PR REVIEW] " mhmdanas
2023-04-13  5:53 ` [PR PATCH] [Updated] " icp1994
2023-04-13 19:11 ` icp1994
2023-04-20 13:08 ` [PR PATCH] [Merged]: " abenson

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