Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Signal-Desktop: update to 6.12.0, add aarch64
@ 2023-03-29 22:36 akierig
  2023-03-29 22:37 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: akierig @ 2023-03-29 22:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.12
https://github.com/void-linux/void-packages/pull/43107

Signal-Desktop: update to 6.12.0, add aarch64
#### 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/43107.patch is attached

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

From e2b8389e3b7ce73eeb1428fad52be80e8f9a8eca Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 29 Mar 2023 17:35:27 -0500
Subject: [PATCH] Signal-Desktop: update to 6.12.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 914c8d428531..4f9f19295dcf 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.11.0
+version=6.12.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
@@ -9,11 +9,11 @@ archs="x86_64"
 hostmakedepends="git git-lfs nodejs python3 tar yarn"
 depends="cairo gtk+3 libvips pango"
 short_desc="Signal Private Messenger for Linux"
-maintainer="akierig <anelki@fastmail.de>"
+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=1dfc7ce32b663c37513303fe102fd154ae767b5b425885b9e56fc1e46c2af2fd
+checksum=c07dccc9c032623e3b93eda2992da1c59e2dc6a93c84646d0d5bbfe4e08de4d6
 nostrip_files="signal-desktop"
 
 post_extract() {
@@ -28,7 +28,7 @@ post_extract() {
 
 do_build() {
 	yarn generate
-	yarn build-release
+	bash -c 'yarn build-release'
 }
 
 do_install() {

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

* Re: [PR REVIEW] Signal-Desktop: update to 6.12.0, add aarch64
  2023-03-29 22:36 [PR PATCH] Signal-Desktop: update to 6.12.0, add aarch64 akierig
@ 2023-03-29 22:37 ` classabbyamp
  2023-03-29 22:39 ` akierig
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-03-29 22:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43107#discussion_r1152553833

Comment:
why? xbps-src is already running things in bash

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

* Re: [PR REVIEW] Signal-Desktop: update to 6.12.0, add aarch64
  2023-03-29 22:36 [PR PATCH] Signal-Desktop: update to 6.12.0, add aarch64 akierig
  2023-03-29 22:37 ` [PR REVIEW] " classabbyamp
@ 2023-03-29 22:39 ` akierig
  2023-03-29 22:42 ` [PR PATCH] [Updated] " akierig
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: akierig @ 2023-03-29 22:39 UTC (permalink / raw)
  To: ml

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

New review comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43107#discussion_r1152555161

Comment:
mistakenly added over from the AUR build that works on `aarch64`

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.12.0, add aarch64
  2023-03-29 22:36 [PR PATCH] Signal-Desktop: update to 6.12.0, add aarch64 akierig
  2023-03-29 22:37 ` [PR REVIEW] " classabbyamp
  2023-03-29 22:39 ` akierig
@ 2023-03-29 22:42 ` akierig
  2023-03-29 23:03 ` akierig
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: akierig @ 2023-03-29 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.12
https://github.com/void-linux/void-packages/pull/43107

Signal-Desktop: update to 6.12.0, add aarch64
#### 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/43107.patch is attached

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

From 274b74a40b540a7b2d99eda6ccb62e19ee507149 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 29 Mar 2023 17:35:27 -0500
Subject: [PATCH] Signal-Desktop: update to 6.12.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 914c8d428531..164ee7b7fd34 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,19 +1,19 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.11.0
+version=6.12.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
 # armv7hf/arm64: https://github.com/signalapp/Signal-Desktop/issues/3410
-archs="x86_64"
+archs="x86_64 aarch64"
 hostmakedepends="git git-lfs nodejs python3 tar yarn"
 depends="cairo gtk+3 libvips pango"
 short_desc="Signal Private Messenger for Linux"
-maintainer="akierig <anelki@fastmail.de>"
+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=1dfc7ce32b663c37513303fe102fd154ae767b5b425885b9e56fc1e46c2af2fd
+checksum=c07dccc9c032623e3b93eda2992da1c59e2dc6a93c84646d0d5bbfe4e08de4d6
 nostrip_files="signal-desktop"
 
 post_extract() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.12.0, add aarch64
  2023-03-29 22:36 [PR PATCH] Signal-Desktop: update to 6.12.0, add aarch64 akierig
                   ` (2 preceding siblings ...)
  2023-03-29 22:42 ` [PR PATCH] [Updated] " akierig
@ 2023-03-29 23:03 ` akierig
  2023-03-29 23:12 ` akierig
  2023-03-29 23:28 ` [PR PATCH] [Merged]: Signal-Desktop: update to 6.12.0 abenson
  5 siblings, 0 replies; 7+ messages in thread
From: akierig @ 2023-03-29 23:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.12
https://github.com/void-linux/void-packages/pull/43107

Signal-Desktop: update to 6.12.0, add aarch64
#### 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/43107.patch is attached

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

From 17176ec72d6505034789f4246c7557ff11416e54 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 29 Mar 2023 17:35:27 -0500
Subject: [PATCH] Signal-Desktop: update to 6.12.0.

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

diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 914c8d428531..ae36da02fe16 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,19 +1,19 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.11.0
+version=6.12.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
 # armv7hf/arm64: https://github.com/signalapp/Signal-Desktop/issues/3410
-archs="x86_64"
+archs="x86_64 aarch64"
 hostmakedepends="git git-lfs nodejs python3 tar yarn"
 depends="cairo gtk+3 libvips pango"
 short_desc="Signal Private Messenger for Linux"
-maintainer="akierig <anelki@fastmail.de>"
+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=1dfc7ce32b663c37513303fe102fd154ae767b5b425885b9e56fc1e46c2af2fd
+checksum=c07dccc9c032623e3b93eda2992da1c59e2dc6a93c84646d0d5bbfe4e08de4d6
 nostrip_files="signal-desktop"
 
 post_extract() {
@@ -23,7 +23,8 @@ post_extract() {
 	vsed 's/"node": "/&>=/' -i package.json
 
 	# Dependencies have to be installed before applying patch
-	yarn install --ignore-engines --frozen-lockfile
+	#yarn install --ignore-engines --frozen-lockfile
+	yarn install --ignore-engines
 }
 
 do_build() {

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

* Re: [PR PATCH] [Updated] Signal-Desktop: update to 6.12.0, add aarch64
  2023-03-29 22:36 [PR PATCH] Signal-Desktop: update to 6.12.0, add aarch64 akierig
                   ` (3 preceding siblings ...)
  2023-03-29 23:03 ` akierig
@ 2023-03-29 23:12 ` akierig
  2023-03-29 23:28 ` [PR PATCH] [Merged]: Signal-Desktop: update to 6.12.0 abenson
  5 siblings, 0 replies; 7+ messages in thread
From: akierig @ 2023-03-29 23:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.12
https://github.com/void-linux/void-packages/pull/43107

Signal-Desktop: update to 6.12.0, add aarch64
#### 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/43107.patch is attached

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

From 0af6cf8de17e06573dc1f233527e00f4c1682d64 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 29 Mar 2023 17:35:27 -0500
Subject: [PATCH] Signal-Desktop: update to 6.12.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 914c8d428531..18e0b206483f 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.11.0
+version=6.12.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
@@ -9,11 +9,11 @@ archs="x86_64"
 hostmakedepends="git git-lfs nodejs python3 tar yarn"
 depends="cairo gtk+3 libvips pango"
 short_desc="Signal Private Messenger for Linux"
-maintainer="akierig <anelki@fastmail.de>"
+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=1dfc7ce32b663c37513303fe102fd154ae767b5b425885b9e56fc1e46c2af2fd
+checksum=c07dccc9c032623e3b93eda2992da1c59e2dc6a93c84646d0d5bbfe4e08de4d6
 nostrip_files="signal-desktop"
 
 post_extract() {

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

* Re: [PR PATCH] [Merged]: Signal-Desktop: update to 6.12.0
  2023-03-29 22:36 [PR PATCH] Signal-Desktop: update to 6.12.0, add aarch64 akierig
                   ` (4 preceding siblings ...)
  2023-03-29 23:12 ` akierig
@ 2023-03-29 23:28 ` abenson
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2023-03-29 23:28 UTC (permalink / raw)
  To: ml

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

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

Signal-Desktop: update to 6.12.0
https://github.com/void-linux/void-packages/pull/43107

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

end of thread, other threads:[~2023-03-29 23:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 22:36 [PR PATCH] Signal-Desktop: update to 6.12.0, add aarch64 akierig
2023-03-29 22:37 ` [PR REVIEW] " classabbyamp
2023-03-29 22:39 ` akierig
2023-03-29 22:42 ` [PR PATCH] [Updated] " akierig
2023-03-29 23:03 ` akierig
2023-03-29 23:12 ` akierig
2023-03-29 23:28 ` [PR PATCH] [Merged]: Signal-Desktop: update to 6.12.0 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).