Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] 7zip: update to 24.07.
@ 2024-06-22 13:29 r-ricci
  2024-06-24 21:36 ` Piraty
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: r-ricci @ 2024-06-22 13:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages 7zip
https://github.com/void-linux/void-packages/pull/50933

7zip: update to 24.07.
<!-- 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/50933.patch is attached

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

From 53ca54b05d26a33cdcef15ffba9ae250d340686c Mon Sep 17 00:00:00 2001
From: Roberto Ricci <io@r-ricci.it>
Date: Sat, 22 Jun 2024 00:19:59 +0200
Subject: [PATCH] 7zip: update to 24.07.

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

diff --git a/srcpkgs/7zip/template b/srcpkgs/7zip/template
index 26241ed392b8e1..108354eb93ced5 100644
--- a/srcpkgs/7zip/template
+++ b/srcpkgs/7zip/template
@@ -1,6 +1,6 @@
 # Template file for '7zip'
 pkgname=7zip
-version=24.06
+version=24.07
 revision=1
 short_desc="File archiver with a high compression ratio"
 maintainer="Roberto Ricci <io@r-ricci.it>"
@@ -8,7 +8,7 @@ license="LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://www.7-zip.org"
 changelog="https://www.7-zip.org/history.txt"
 distfiles="https://www.7-zip.org/a/7z${version//./}-src.tar.xz"
-checksum=2aa1660c773525b2ed84d6cd7ff0680c786ec0893b87e4db44654dcb7f5ac8b5
+checksum=d1b0874a3f1c26df21c761a4a30691dc1213e8577f18ee78326c14ca4d683e2b
 alternatives="
  7z:7z:/usr/bin/7zip
  7z:7za:/usr/bin/7zip

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

* Re: 7zip: update to 24.07.
  2024-06-22 13:29 [PR PATCH] 7zip: update to 24.07 r-ricci
@ 2024-06-24 21:36 ` Piraty
  2024-06-24 21:40 ` Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2024-06-24 21:36 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/50933#issuecomment-2187450325

Comment:
please add 
`ln -s 7zip "$DESTDIR/usr/bin/7zz" `

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

* Re: 7zip: update to 24.07.
  2024-06-22 13:29 [PR PATCH] 7zip: update to 24.07 r-ricci
  2024-06-24 21:36 ` Piraty
@ 2024-06-24 21:40 ` Piraty
  2024-06-25  9:46 ` [PR PATCH] [Updated] " r-ricci
  2024-06-25 10:38 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2024-06-24 21:40 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/50933#issuecomment-2187450325

Comment:
it should provide `7zz` as well, symlink may be fine

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

* Re: [PR PATCH] [Updated] 7zip: update to 24.07.
  2024-06-22 13:29 [PR PATCH] 7zip: update to 24.07 r-ricci
  2024-06-24 21:36 ` Piraty
  2024-06-24 21:40 ` Piraty
@ 2024-06-25  9:46 ` r-ricci
  2024-06-25 10:38 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: r-ricci @ 2024-06-25  9:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages 7zip
https://github.com/void-linux/void-packages/pull/50933

7zip: update to 24.07.
<!-- 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/50933.patch is attached

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

From dd3183140c7186b0f3af262aea174172c5a4a47f Mon Sep 17 00:00:00 2001
From: Roberto Ricci <io@r-ricci.it>
Date: Sat, 22 Jun 2024 00:19:59 +0200
Subject: [PATCH] 7zip: update to 24.07.

also add 7zz alternatives
---
 srcpkgs/7zip/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/7zip/template b/srcpkgs/7zip/template
index 26241ed392b8e1..8081edbd9097c3 100644
--- a/srcpkgs/7zip/template
+++ b/srcpkgs/7zip/template
@@ -1,6 +1,6 @@
 # Template file for '7zip'
 pkgname=7zip
-version=24.06
+version=24.07
 revision=1
 short_desc="File archiver with a high compression ratio"
 maintainer="Roberto Ricci <io@r-ricci.it>"
@@ -8,11 +8,12 @@ license="LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://www.7-zip.org"
 changelog="https://www.7-zip.org/history.txt"
 distfiles="https://www.7-zip.org/a/7z${version//./}-src.tar.xz"
-checksum=2aa1660c773525b2ed84d6cd7ff0680c786ec0893b87e4db44654dcb7f5ac8b5
+checksum=d1b0874a3f1c26df21c761a4a30691dc1213e8577f18ee78326c14ca4d683e2b
 alternatives="
  7z:7z:/usr/bin/7zip
  7z:7za:/usr/bin/7zip
- 7z:7zr:/usr/bin/7zip"
+ 7z:7zr:/usr/bin/7zip
+ 7z:7zz:/usr/bin/7zip"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	# missing pthread_attr_setaffinity_np()
@@ -49,7 +50,8 @@ do_install() {
 	alternatives="
 	 7z:7z:/usr/bin/7zip-unrar
 	 7z:7za:/usr/bin/7zip-unrar
-	 7z:7zr:/usr/bin/7zip-unrar"
+	 7z:7zr:/usr/bin/7zip-unrar
+	 7z:7zz:/usr/bin/7zip-unrar"
 
 	pkg_install() {
 		vbin "${wrksrc}/CPP/7zip/Bundles/Alone2/b/rar/7zz" 7zip-unrar

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

* Re: [PR PATCH] [Merged]: 7zip: update to 24.07.
  2024-06-22 13:29 [PR PATCH] 7zip: update to 24.07 r-ricci
                   ` (2 preceding siblings ...)
  2024-06-25  9:46 ` [PR PATCH] [Updated] " r-ricci
@ 2024-06-25 10:38 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2024-06-25 10:38 UTC (permalink / raw)
  To: ml

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

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

7zip: update to 24.07.
https://github.com/void-linux/void-packages/pull/50933

Description:
<!-- 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
-->


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

end of thread, other threads:[~2024-06-25 10:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-22 13:29 [PR PATCH] 7zip: update to 24.07 r-ricci
2024-06-24 21:36 ` Piraty
2024-06-24 21:40 ` Piraty
2024-06-25  9:46 ` [PR PATCH] [Updated] " r-ricci
2024-06-25 10:38 ` [PR PATCH] [Merged]: " Piraty

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