Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Signal-Desktop: update to 7.0.0.
@ 2024-03-01  1:52 akierig
  2024-03-01  1:54 ` [PR PATCH] [Updated] " akierig
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: akierig @ 2024-03-01  1:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.0.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 385395d927fe15b339f97643c974a404c11cf61a Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.0.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..cc55ee736e1d96 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,28 +1,26 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.0.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=b0adfbee1b38aa6ae2e2f73507cacd9d26027a85a020ce7cbb7e765170a41889
 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
-
+    n install 18.18.2
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
 	yarn install --ignore-engines --frozen-lockfile

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.0.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
@ 2024-03-01  1:54 ` akierig
  2024-03-01  2:31 ` akierig
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-01  1:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.0.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 94a4bb332112e0526bca80faad205686c03f3079 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.0.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..0d0c32874b4ab4 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,28 +1,26 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.0.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=b0adfbee1b38aa6ae2e2f73507cacd9d26027a85a020ce7cbb7e765170a41889
 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
-
+	n install 18.18.2
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
 	yarn install --ignore-engines --frozen-lockfile

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.0.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
  2024-03-01  1:54 ` [PR PATCH] [Updated] " akierig
@ 2024-03-01  2:31 ` akierig
  2024-03-01  2:35 ` akierig
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-01  2:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.0.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From aff0855919289566333970a37f6223cdcde2d72f Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.0.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..6195ac67a1ef92 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,31 +1,30 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.0.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=b0adfbee1b38aa6ae2e2f73507cacd9d26027a85a020ce7cbb7e765170a41889
 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
-
+	n install 18.18.2
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
-	yarn install --ignore-engines --frozen-lockfile
+	yarn global add node-gyp
+	yarn install --ignore-engines --frozen-lockfile --verbose
 }
 
 do_build() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.0.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
  2024-03-01  1:54 ` [PR PATCH] [Updated] " akierig
  2024-03-01  2:31 ` akierig
@ 2024-03-01  2:35 ` akierig
  2024-03-07  5:26 ` akierig
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-01  2:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.0.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From fc28c3784fbea8d99321479c496e80182a63ce74 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.0.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..19e57390b62487 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,30 +1,29 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.0.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=b0adfbee1b38aa6ae2e2f73507cacd9d26027a85a020ce7cbb7e765170a41889
 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
-
+	n install 18.18.2
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	yarn global add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
 }
 

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.0.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (2 preceding siblings ...)
  2024-03-01  2:35 ` akierig
@ 2024-03-07  5:26 ` akierig
  2024-03-08  2:14 ` [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0 akierig
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-07  5:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.0.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 1cc2396e327033b2fdeb06ccbab7c0395995fe72 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.0.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..cca476d20ddf81 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,30 +1,29 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.1.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=404e91012c57f18e3cd7270588784b9d74bb877540c9a4fa6957a0e480570431
 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
-
+	n install 18.18.2
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	yarn global add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
 }
 

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (3 preceding siblings ...)
  2024-03-07  5:26 ` akierig
@ 2024-03-08  2:14 ` akierig
  2024-03-08  4:33 ` akierig
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-08  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.1.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 613e8b4a442b9d8ea22b95303b251586060071ea Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.1.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..adca69aaf923d1 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,30 +1,29 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.1.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=404e91012c57f18e3cd7270588784b9d74bb877540c9a4fa6957a0e480570431
 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
-
+	n install 18.18.2
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	yarn add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
 }
 

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (4 preceding siblings ...)
  2024-03-08  2:14 ` [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0 akierig
@ 2024-03-08  4:33 ` akierig
  2024-03-08  4:36 ` akierig
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-08  4:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.1.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 266bb78ac6993e1ce28a9cedf269d0375e14a85e Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.1.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..acdddddea387bc 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.48.1
+version=7.1.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
@@ -14,18 +14,18 @@ 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=404e91012c57f18e3cd7270588784b9d74bb877540c9a4fa6957a0e480570431
 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
-
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	yarn add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
+
 }
 
 do_build() {
@@ -41,7 +41,7 @@ do_install() {
 		rm -rf release/linux-unpacked/resources/app.asar.unpacked/node_modules/{ffi-napi,ref-napi}/prebuilds/$prebin
 		rm -rf release/linux-unpacked/resources/app.asar.unpacked/node_modules/ffi-napi/node_modules/ref-napi/prebuilds/$prebin
 	done
-
+	
 	vcopy release/linux-unpacked/* usr/lib/signal-desktop
 
 	vmkdir usr/bin

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (5 preceding siblings ...)
  2024-03-08  4:33 ` akierig
@ 2024-03-08  4:36 ` akierig
  2024-03-08  4:40 ` akierig
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-08  4:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.1.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 7ac91a514b62e4773f3b61ff43f50075d40b77fa Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.1.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..acdddddea387bc 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.48.1
+version=7.1.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
@@ -14,18 +14,18 @@ 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=404e91012c57f18e3cd7270588784b9d74bb877540c9a4fa6957a0e480570431
 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
-
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	yarn add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
+
 }
 
 do_build() {
@@ -41,7 +41,7 @@ do_install() {
 		rm -rf release/linux-unpacked/resources/app.asar.unpacked/node_modules/{ffi-napi,ref-napi}/prebuilds/$prebin
 		rm -rf release/linux-unpacked/resources/app.asar.unpacked/node_modules/ffi-napi/node_modules/ref-napi/prebuilds/$prebin
 	done
-
+	
 	vcopy release/linux-unpacked/* usr/lib/signal-desktop
 
 	vmkdir usr/bin

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (6 preceding siblings ...)
  2024-03-08  4:36 ` akierig
@ 2024-03-08  4:40 ` akierig
  2024-03-08  4:41 ` akierig
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-08  4:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.1.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 4f2826019626e6f3599ab5f852fd61e978cf085d Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.1.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..4b2d9604b04161 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.48.1
+version=7.1.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
@@ -14,21 +14,21 @@ 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=404e91012c57f18e3cd7270588784b9d74bb877540c9a4fa6957a0e480570431
 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
-
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	yarn add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
+
 }
 
-do_build() {
+	do_build() {
 	yarn generate
 	yarn build-release
 }

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (7 preceding siblings ...)
  2024-03-08  4:40 ` akierig
@ 2024-03-08  4:41 ` akierig
  2024-03-09 23:51 ` akierig
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-08  4:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.1.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From b41bedf45dd3342220f22f4a3d034100200fb7a1 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.1.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 b2efa7cb902b2d..1e3230b064f23d 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.48.1
+version=7.1.0
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
@@ -14,18 +14,18 @@ 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=404e91012c57f18e3cd7270588784b9d74bb877540c9a4fa6957a0e480570431
 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
-
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	yarn add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
+
 }
 
 do_build() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (8 preceding siblings ...)
  2024-03-08  4:41 ` akierig
@ 2024-03-09 23:51 ` akierig
  2024-03-14 17:00 ` akierig
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-09 23:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.1.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From fc5fdd8788bd8e7391fa7c8d1a6ba0d7464b05a7 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.1.1.

---
 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 b2efa7cb902b2d..3496bf46a8aaf8 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.48.1
+version=7.1.1
 revision=1
 # Signal officially only supports x86_64 
 # x86_64-musl could potentially work based on the Alpine port:
@@ -14,18 +14,18 @@ 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=43f671912c893656bcb356d6970de29b1872a9b94b3face3527cfcc3545df9da
 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
-
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	yarn add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
+
 }
 
 do_build() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (9 preceding siblings ...)
  2024-03-09 23:51 ` akierig
@ 2024-03-14 17:00 ` akierig
  2024-03-14 17:02 ` [PR PATCH] [Updated] Signal-Desktop: update to 7.2.0 akierig
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-14 17:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.1.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 09294c8be775d6923f3c09cabe36747f4e3e33a3 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.2.0

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..d268c95c39b0e2 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,31 +1,34 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.2.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-lts python3 python3-distutils-extra tar"
+#hostmakedepends="git git-lfs nodejs-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=ff9a4433c414e26bbe4bbd2310a3d7e326d3134f77f86646db3ea424cd971980
 nostrip_files="signal-desktop"
 
 post_extract() {
+	n 20.9.0
 	# git-lfs hook needs to be installed for one of the dependencies
 	git lfs install
-
-	vsed 's/"node": "/&>=/' -i package.json
-
+	# none of this is good but it is what it is.
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	# I am aware this is far from a best practice but also hardly different than how we'd been doing it
+	yarn global add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
+
 }
 
 do_build() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.2.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (10 preceding siblings ...)
  2024-03-14 17:00 ` akierig
@ 2024-03-14 17:02 ` akierig
  2024-03-21 15:24 ` akierig
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-14 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.2.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 2ea628c4f05b0c720acd0568f19e323decc26c34 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.2.0

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..5dea410402cd82 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,30 +1,31 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.2.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=ff9a4433c414e26bbe4bbd2310a3d7e326d3134f77f86646db3ea424cd971980
 nostrip_files="signal-desktop"
 
 post_extract() {
+	n 20.9.0
 	# git-lfs hook needs to be installed for one of the dependencies
 	git lfs install
-
-	vsed 's/"node": "/&>=/' -i package.json
-
+	# none of this is good but it is what it is.
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	# I am aware this is far from a best practice but also hardly different than how we'd been doing it
+	yarn global add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
 }
 

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.2.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (11 preceding siblings ...)
  2024-03-14 17:02 ` [PR PATCH] [Updated] Signal-Desktop: update to 7.2.0 akierig
@ 2024-03-21 15:24 ` akierig
  2024-03-21 15:28 ` akierig
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-21 15:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.2.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 4049edd5b00b4e8ed7fbe886c958eb6162d282d7 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.3.0

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..d08ec1cb0e6760 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,30 +1,31 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.3.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=ff9a4433c414e26bbe4bbd2310a3d7e326d3134f77f86646db3ea424cd971980
 nostrip_files="signal-desktop"
 
 post_extract() {
+	n 20.9.0
 	# git-lfs hook needs to be installed for one of the dependencies
 	git lfs install
-
-	vsed 's/"node": "/&>=/' -i package.json
-
+	# none of this is good but it is what it is.
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	# I am aware this is far from a best practice but also hardly different than how we'd been doing it
+	yarn global add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
 }
 

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.2.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (12 preceding siblings ...)
  2024-03-21 15:24 ` akierig
@ 2024-03-21 15:28 ` akierig
  2024-03-25 18:43 ` akierig
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-21 15:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.2.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 451879942cc4686b655a49b5bbd9b0e4c49e1b48 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.3.0

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..b2be8f3dbbedd0 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,30 +1,31 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.3.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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=4684e4402cdec95565caba1d9ba742520214374473851ca772729f998faa5aa3
 nostrip_files="signal-desktop"
 
 post_extract() {
+	n 20.9.0
 	# git-lfs hook needs to be installed for one of the dependencies
 	git lfs install
-
-	vsed 's/"node": "/&>=/' -i package.json
-
+	# none of this is good but it is what it is.
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	# I am aware this is far from a best practice but also hardly different than how we'd been doing it
+	yarn global add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
 }
 

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.2.0.
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (13 preceding siblings ...)
  2024-03-21 15:28 ` akierig
@ 2024-03-25 18:43 ` akierig
  2024-03-25 19:18 ` [PR REVIEW] Signal-Desktop: update to 7.3.1 classabbyamp
  2024-03-25 19:52 ` [PR PATCH] [Closed]: " akierig
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-25 18:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-7.0
https://github.com/void-linux/void-packages/pull/49014

Signal-Desktop: update to 7.2.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-glibc


A patch file from https://github.com/void-linux/void-packages/pull/49014.patch is attached

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

From 355d0c576b51fedb5e2cd18663595d4ee170fc9c Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 29 Feb 2024 19:51:06 -0600
Subject: [PATCH] Signal-Desktop: update to 7.3.1

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index b2efa7cb902b2d..96bb650347d8a7 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,30 +1,31 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.48.1
+version=7.3.1
 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-lts python3 python3-distutils-extra tar"
+hostmakedepends="git git-lfs n python3 python3-distutils-extra 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=fb3e59e853b16a99dee5db556b45dd19694b9c7f5e2505dcb546957c7c9bd26a
+checksum=47352d6e747aac9407a788079736f3f34b5521c4c530610af31916bbae5a383b
 nostrip_files="signal-desktop"
 
 post_extract() {
+	n 20.9.0
 	# git-lfs hook needs to be installed for one of the dependencies
 	git lfs install
-
-	vsed 's/"node": "/&>=/' -i package.json
-
+	# none of this is good but it is what it is.
 	npm install -g yarn
 	# Dependencies have to be installed before applying patch
+	# I am aware this is far from a best practice but also hardly different than how we'd been doing it
+	yarn global add node-gyp
 	yarn install --ignore-engines --frozen-lockfile
 }
 

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

* Re: [PR REVIEW] Signal-Desktop: update to 7.3.1
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (14 preceding siblings ...)
  2024-03-25 18:43 ` akierig
@ 2024-03-25 19:18 ` classabbyamp
  2024-03-25 19:52 ` [PR PATCH] [Closed]: " akierig
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-03-25 19:18 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49014#discussion_r1538117550

Comment:
you're affecting the state of the masterdir outside of what is cleaned up by xbps-src, you shouldn't do it even if other templates do

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

* Re: [PR PATCH] [Closed]: Signal-Desktop: update to 7.3.1
  2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
                   ` (15 preceding siblings ...)
  2024-03-25 19:18 ` [PR REVIEW] Signal-Desktop: update to 7.3.1 classabbyamp
@ 2024-03-25 19:52 ` akierig
  16 siblings, 0 replies; 18+ messages in thread
From: akierig @ 2024-03-25 19:52 UTC (permalink / raw)
  To: ml

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

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

Signal-Desktop: update to 7.3.1
https://github.com/void-linux/void-packages/pull/49014

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-glibc


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

end of thread, other threads:[~2024-03-25 19:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01  1:52 [PR PATCH] Signal-Desktop: update to 7.0.0 akierig
2024-03-01  1:54 ` [PR PATCH] [Updated] " akierig
2024-03-01  2:31 ` akierig
2024-03-01  2:35 ` akierig
2024-03-07  5:26 ` akierig
2024-03-08  2:14 ` [PR PATCH] [Updated] Signal-Desktop: update to 7.1.0 akierig
2024-03-08  4:33 ` akierig
2024-03-08  4:36 ` akierig
2024-03-08  4:40 ` akierig
2024-03-08  4:41 ` akierig
2024-03-09 23:51 ` akierig
2024-03-14 17:00 ` akierig
2024-03-14 17:02 ` [PR PATCH] [Updated] Signal-Desktop: update to 7.2.0 akierig
2024-03-21 15:24 ` akierig
2024-03-21 15:28 ` akierig
2024-03-25 18:43 ` akierig
2024-03-25 19:18 ` [PR REVIEW] Signal-Desktop: update to 7.3.1 classabbyamp
2024-03-25 19:52 ` [PR PATCH] [Closed]: " akierig

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