Github messages for voidlinux
 help / color / mirror / Atom feed
From: akierig <akierig@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Signal-Desktop: update to 7.2.0.
Date: Mon, 25 Mar 2024 19:43:14 +0100	[thread overview]
Message-ID: <20240325184314.ACCF022645@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49014@inbox.vuxu.org>

[-- 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
 }
 

  parent reply	other threads:[~2024-03-25 18:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2024-03-25 19:18 ` [PR REVIEW] Signal-Desktop: update to 7.3.1 classabbyamp
2024-03-25 19:52 ` [PR PATCH] [Closed]: " akierig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240325184314.ACCF022645@inbox.vuxu.org \
    --to=akierig@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).