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

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

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

https://github.com/akierig/void-packages signal-6.20
https://github.com/void-linux/void-packages/pull/44205

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

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

From a9a30a908fd64f2d278e3852c6f8a94e95c6551c Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 31 May 2023 18:20:33 -0500
Subject: [PATCH] Signal-Desktop: update to 6.20.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 4c6722055987..4aa14576d08a 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,28 +1,32 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.19.0
+version=6.20.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
 # https://git.alpinelinux.org/aports/tree/testing/signal-desktop
 # ARM: https://github.com/signalapp/Signal-Desktop/issues/3410
 archs="x86_64"
-hostmakedepends="git git-lfs nodejs python3 tar yarn"
+hostmakedepends="git git-lfs nodeenv python3 tar"
 depends="cairo gtk+3 libvips pango"
 short_desc="Signal Private Messenger for Linux"
 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=965702b217b39131c61e62c63fb25b073750a8f6febdffa9db236626124c6e50
+checksum=fc92011c51da6792215eb92d48afc17f1967caeade1307daaa13884244d7a3b0
 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": "18.14.0"/"node": ">=16.19.0"/' -i package.json
+	# use nodeenv since we have that in the repos already
+	nodeenv --node=18.14.0 signal-node
+	. ./signal-node/bin/activate
+	npm install -g yarn
+
+	vsed 's/"node": "/&>=/' -i package.json
 
 	# Dependencies have to be installed before applying patch
 	yarn install --ignore-engines --frozen-lockfile

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.20.0.
  2023-05-31 23:22 [PR PATCH] Signal-Desktop: update to 6.20.0 akierig
@ 2023-05-31 23:49 ` akierig
  2023-06-03 18:23 ` akierig
  2023-06-03 18:50 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: akierig @ 2023-05-31 23:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.20
https://github.com/void-linux/void-packages/pull/44205

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

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

From 2c28260828a5e67d40148504414446a9b4f0eade Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 31 May 2023 18:20:33 -0500
Subject: [PATCH] Signal-Desktop: update to 6.20.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 4c6722055987..4d49739827b9 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,34 +1,39 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.19.0
+version=6.20.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
 # https://git.alpinelinux.org/aports/tree/testing/signal-desktop
 # ARM: https://github.com/signalapp/Signal-Desktop/issues/3410
 archs="x86_64"
-hostmakedepends="git git-lfs nodejs python3 tar yarn"
+hostmakedepends="git git-lfs nodeenv python3 tar"
 depends="cairo gtk+3 libvips pango"
 short_desc="Signal Private Messenger for Linux"
 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=965702b217b39131c61e62c63fb25b073750a8f6febdffa9db236626124c6e50
+checksum=fc92011c51da6792215eb92d48afc17f1967caeade1307daaa13884244d7a3b0
 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": "18.14.0"/"node": ">=16.19.0"/' -i package.json
+	# use nodeenv since we have that in the repos already
+	nodeenv --node=18.14.0 signal-node
+	. ./signal-node/bin/activate
+	npm install -g yarn
+
+	vsed 's/"node": "/&>=/' -i package.json
 
 	# Dependencies have to be installed before applying patch
 	yarn install --ignore-engines --frozen-lockfile
 }
 
 do_build() {
+	. ./signal-node/bin/activate
 	yarn generate
 	yarn build-release
 }

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.20.0.
  2023-05-31 23:22 [PR PATCH] Signal-Desktop: update to 6.20.0 akierig
  2023-05-31 23:49 ` [PR PATCH] [Updated] " akierig
@ 2023-06-03 18:23 ` akierig
  2023-06-03 18:50 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: akierig @ 2023-06-03 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.20
https://github.com/void-linux/void-packages/pull/44205

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

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

From 2c8a73c3fd79bfe65ca2b601cf4c98254d152e80 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 31 May 2023 18:20:33 -0500
Subject: [PATCH] Signal-Desktop: update to 6.20.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 4c6722055987..fec02583a29a 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,34 +1,38 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.19.0
+version=6.20.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
 # https://git.alpinelinux.org/aports/tree/testing/signal-desktop
 # ARM: https://github.com/signalapp/Signal-Desktop/issues/3410
 archs="x86_64"
-hostmakedepends="git git-lfs nodejs python3 tar yarn"
+hostmakedepends="git git-lfs nodeenv python3 tar"
 depends="cairo gtk+3 libvips pango"
 short_desc="Signal Private Messenger for Linux"
 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=965702b217b39131c61e62c63fb25b073750a8f6febdffa9db236626124c6e50
+checksum=fc92011c51da6792215eb92d48afc17f1967caeade1307daaa13884244d7a3b0
 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": "18.14.0"/"node": ">=16.19.0"/' -i package.json
+	# use nodeenv since we have that in the repos already
+	nodeenv --node='18.14.0' signal-node
+	. ./signal-node/bin/activate
+
+	npm install -g yarn
 
 	# Dependencies have to be installed before applying patch
 	yarn install --ignore-engines --frozen-lockfile
 }
 
 do_build() {
+	. ./signal-node/bin/activate
 	yarn generate
 	yarn build-release
 }

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

* Re: [PR PATCH] [Merged]: Signal-Desktop: update to 6.20.0.
  2023-05-31 23:22 [PR PATCH] Signal-Desktop: update to 6.20.0 akierig
  2023-05-31 23:49 ` [PR PATCH] [Updated] " akierig
  2023-06-03 18:23 ` akierig
@ 2023-06-03 18:50 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2023-06-03 18:50 UTC (permalink / raw)
  To: ml

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

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

Signal-Desktop: update to 6.20.0.
https://github.com/void-linux/void-packages/pull/44205

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

end of thread, other threads:[~2023-06-03 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31 23:22 [PR PATCH] Signal-Desktop: update to 6.20.0 akierig
2023-05-31 23:49 ` [PR PATCH] [Updated] " akierig
2023-06-03 18:23 ` akierig
2023-06-03 18:50 ` [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).