Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Signal-Desktop: update to 6.13.0.
@ 2023-04-06  3:31 akierig
  2023-04-06 15:02 ` [PR PATCH] [Updated] " akierig
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: akierig @ 2023-04-06  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.13
https://github.com/void-linux/void-packages/pull/43296

Signal-Desktop: update to 6.13.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/43296.patch is attached

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

From f0f576957e56122401648eea8930032fc0570c3c Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 5 Apr 2023 22:30:42 -0500
Subject: [PATCH] Signal-Desktop: update to 6.13.0.

---
 srcpkgs/Signal-Desktop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 18e0b206483f..0e030d5d2ede 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.12.0
+version=6.13.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
@@ -13,7 +13,7 @@ maintainer="anelki <akierig@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=c07dccc9c032623e3b93eda2992da1c59e2dc6a93c84646d0d5bbfe4e08de4d6
+checksum=7bfee20b00708295a0edd633d62edd164b45cf047bb4c31f1b825c2db3ac1b0b
 nostrip_files="signal-desktop"
 
 post_extract() {
@@ -49,7 +49,7 @@ do_install() {
 	vinstall ${FILESDIR}/signal.desktop 644 usr/share/applications/
 
 	vmkdir usr/share/icons/hicolor
-	for size in 16 32 48 128 256 1024; do
+	for size in 16 32 256; do
 		vinstall images/icon_${size}.png 644 usr/share/icons/hicolor/${size}x${size}/apps/ signal.png
 	done
 

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.13.0.
  2023-04-06  3:31 [PR PATCH] Signal-Desktop: update to 6.13.0 akierig
@ 2023-04-06 15:02 ` akierig
  2023-04-06 18:25 ` akierig
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-04-06 15:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.13
https://github.com/void-linux/void-packages/pull/43296

Signal-Desktop: update to 6.13.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/43296.patch is attached

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

From fdf3dc64386a91a4186a96d5639aa1d908aefc8a Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 5 Apr 2023 22:30:42 -0500
Subject: [PATCH] Signal-Desktop: update to 6.13.0.

---
 srcpkgs/Signal-Desktop/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 18e0b206483f..7c5ef1de4aab 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,9 +1,9 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.12.0
+version=6.13.0
 revision=1
 # Signal officially only supports x86_64 
-# x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
+# x86_64-musl could potentially based on the Alpine port https://git.alpinelinux.org/aports/tree/testing/signal-desktop
 # armv7hf/arm64: https://github.com/signalapp/Signal-Desktop/issues/3410
 archs="x86_64"
 hostmakedepends="git git-lfs nodejs python3 tar yarn"
@@ -13,7 +13,7 @@ maintainer="anelki <akierig@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=c07dccc9c032623e3b93eda2992da1c59e2dc6a93c84646d0d5bbfe4e08de4d6
+checksum=7bfee20b00708295a0edd633d62edd164b45cf047bb4c31f1b825c2db3ac1b0b
 nostrip_files="signal-desktop"
 
 post_extract() {
@@ -49,7 +49,7 @@ do_install() {
 	vinstall ${FILESDIR}/signal.desktop 644 usr/share/applications/
 
 	vmkdir usr/share/icons/hicolor
-	for size in 16 32 48 128 256 1024; do
+	for size in 16 32 256; do
 		vinstall images/icon_${size}.png 644 usr/share/icons/hicolor/${size}x${size}/apps/ signal.png
 	done
 

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

* Re: Signal-Desktop: update to 6.13.0.
  2023-04-06  3:31 [PR PATCH] Signal-Desktop: update to 6.13.0 akierig
  2023-04-06 15:02 ` [PR PATCH] [Updated] " akierig
@ 2023-04-06 18:25 ` akierig
  2023-04-07  3:22 ` [PR PATCH] [Updated] " akierig
  2023-04-07 10:13 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-04-06 18:25 UTC (permalink / raw)
  To: ml

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

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43296#issuecomment-1499455906

Comment:
waiting on ICU to finish building

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.13.0.
  2023-04-06  3:31 [PR PATCH] Signal-Desktop: update to 6.13.0 akierig
  2023-04-06 15:02 ` [PR PATCH] [Updated] " akierig
  2023-04-06 18:25 ` akierig
@ 2023-04-07  3:22 ` akierig
  2023-04-07 10:13 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-04-07  3:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.13
https://github.com/void-linux/void-packages/pull/43296

Signal-Desktop: update to 6.13.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/43296.patch is attached

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

From eda8ba52d409bdb98b3700e93a065e379fc217fd Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 5 Apr 2023 22:30:42 -0500
Subject: [PATCH] Signal-Desktop: update to 6.13.0.

---
 srcpkgs/Signal-Desktop/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 18e0b206483f..5b16f89f1526 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,9 +1,10 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.12.0
+version=6.13.0
 revision=1
 # Signal officially only supports x86_64 
-# x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
+# x86_64-musl could potentially based on the Alpine port:
+# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
 # armv7hf/arm64: https://github.com/signalapp/Signal-Desktop/issues/3410
 archs="x86_64"
 hostmakedepends="git git-lfs nodejs python3 tar yarn"
@@ -13,7 +14,7 @@ maintainer="anelki <akierig@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=c07dccc9c032623e3b93eda2992da1c59e2dc6a93c84646d0d5bbfe4e08de4d6
+checksum=7bfee20b00708295a0edd633d62edd164b45cf047bb4c31f1b825c2db3ac1b0b
 nostrip_files="signal-desktop"
 
 post_extract() {
@@ -49,7 +50,7 @@ do_install() {
 	vinstall ${FILESDIR}/signal.desktop 644 usr/share/applications/
 
 	vmkdir usr/share/icons/hicolor
-	for size in 16 32 48 128 256 1024; do
+	for size in 16 32 256; do
 		vinstall images/icon_${size}.png 644 usr/share/icons/hicolor/${size}x${size}/apps/ signal.png
 	done
 

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

* Re: [PR PATCH] [Merged]: Signal-Desktop: update to 6.13.0.
  2023-04-06  3:31 [PR PATCH] Signal-Desktop: update to 6.13.0 akierig
                   ` (2 preceding siblings ...)
  2023-04-07  3:22 ` [PR PATCH] [Updated] " akierig
@ 2023-04-07 10:13 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-04-07 10:13 UTC (permalink / raw)
  To: ml

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

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

Signal-Desktop: update to 6.13.0.
https://github.com/void-linux/void-packages/pull/43296

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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-06  3:31 [PR PATCH] Signal-Desktop: update to 6.13.0 akierig
2023-04-06 15:02 ` [PR PATCH] [Updated] " akierig
2023-04-06 18:25 ` akierig
2023-04-07  3:22 ` [PR PATCH] [Updated] " akierig
2023-04-07 10:13 ` [PR PATCH] [Merged]: " paper42

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