Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Signal-Desktop: update to 6.19.0.
@ 2023-05-25  5:04 akierig
  2023-05-25  5:45 ` [PR PATCH] [Updated] " akierig
  2023-05-27 13:59 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: akierig @ 2023-05-25  5:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.19
https://github.com/void-linux/void-packages/pull/44074

Signal-Desktop: update to 6.19.0.
#### 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/44074.patch is attached

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

From 326c1819d4c46e34cb91a3e9e4f2b0c9b1b01884 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 25 May 2023 00:03:46 -0500
Subject: [PATCH] Signal-Desktop: update to 6.19.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index adbc695492a0..ed9d4b94851e 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.18.1
+version=6.19.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
@@ -14,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=1527060bb666a459f6797d7161e237095fc3665323fed30d1cc0bc0828d5311c
+checksum=965702b217b39131c61e62c63fb25b073750a8f6febdffa9db236626124c6e50
 nostrip_files="signal-desktop"
 
 post_extract() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.19.0.
  2023-05-25  5:04 [PR PATCH] Signal-Desktop: update to 6.19.0 akierig
@ 2023-05-25  5:45 ` akierig
  2023-05-27 13:59 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: akierig @ 2023-05-25  5:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.19
https://github.com/void-linux/void-packages/pull/44074

Signal-Desktop: update to 6.19.0.
#### 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/44074.patch is attached

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

From 8e83ec91a8bb5021f4c6d898e6f10a66777f8121 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 25 May 2023 00:03:46 -0500
Subject: [PATCH] Signal-Desktop: update to 6.19.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index adbc695492a0..4c6722055987 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.18.1
+version=6.19.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
@@ -14,14 +14,15 @@ 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=1527060bb666a459f6797d7161e237095fc3665323fed30d1cc0bc0828d5311c
+checksum=965702b217b39131c61e62c63fb25b073750a8f6febdffa9db236626124c6e50
 nostrip_files="signal-desktop"
 
 post_extract() {
 	# git-lfs hook needs to be installed for one of the dependencies
 	git lfs install
 
-	vsed 's/"node": "/&>=/' -i package.json
+	#vsed 's/"node": "/&>=/' -i package.json
+	vsed 's/"node": "18.14.0"/"node": ">=16.19.0"/' -i package.json
 
 	# Dependencies have to be installed before applying patch
 	yarn install --ignore-engines --frozen-lockfile

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

* Re: [PR PATCH] [Merged]: Signal-Desktop: update to 6.19.0.
  2023-05-25  5:04 [PR PATCH] Signal-Desktop: update to 6.19.0 akierig
  2023-05-25  5:45 ` [PR PATCH] [Updated] " akierig
@ 2023-05-27 13:59 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-05-27 13:59 UTC (permalink / raw)
  To: ml

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

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

Signal-Desktop: update to 6.19.0.
https://github.com/void-linux/void-packages/pull/44074

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

-----

This uses a hacky `vsed` command to build with our version of node (16.19.0). It works for me, but it'd be much better if #41239 was merged soon.

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

end of thread, other threads:[~2023-05-27 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25  5:04 [PR PATCH] Signal-Desktop: update to 6.19.0 akierig
2023-05-25  5:45 ` [PR PATCH] [Updated] " akierig
2023-05-27 13:59 ` [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).