Github messages for voidlinux
 help / color / mirror / Atom feed
From: akierig <akierig@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Signal-Desktop: update to 6.2.0.
Date: Mon, 16 Jan 2023 09:14:38 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41676@inbox.vuxu.org> (raw)

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

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

https://github.com/akierig/void-packages signal-6.2
https://github.com/void-linux/void-packages/pull/41676

Signal-Desktop: update to 6.2.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture: **x86_64**


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

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

From e356f6b8e89c82334e82c468ca7e8639f52ced1d Mon Sep 17 00:00:00 2001
From: akierig <anelki@fastmail.de>
Date: Mon, 16 Jan 2023 02:13:27 -0600
Subject: [PATCH] Signal-Desktop: update to 6.2.0.

---
 .../patches/expire-from-source-date-epoch.patch       | 11 -----------
 srcpkgs/Signal-Desktop/template                       |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch

diff --git a/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch b/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch
deleted file mode 100644
index 597692654bbb..000000000000
--- a/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ts/scripts/get-expire-time.ts
-+++ b/ts/scripts/get-expire-time.ts
-@@ -8,7 +8,7 @@ import { writeFileSync } from 'fs';
- import { DAY } from '../util/durations';
- 
- const unixTimestamp = parseInt(
--  execSync('git show -s --format=%ct').toString('utf8'),
-+  process.env.SOURCE_DATE_EPOCH || execSync('git show -s --format=%ct').toString('utf8'),
-   10
- );
- const buildCreation = unixTimestamp * 1000;
diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 19a326e55f17..68fcd1af03b1 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.1.0
+version=6.2.0
 revision=1
 # Signal officially only supports x86_64 (also due to Electron)
 # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
@@ -13,7 +13,7 @@ maintainer="akierig <anelki@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=f981ca229651826dcf2b511499612217719827ab98edac46f931fe2751eccd6f
+checksum=dcb6967c5a72eada96ddf1fc0fa5ac122b9280cc5c08bfc28d3b93ba1ce40e79
 nostrip_files="signal-desktop"
 
 post_extract() {

             reply	other threads:[~2023-01-16  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16  8:14 akierig [this message]
2023-01-16  8:30 ` [PR PATCH] [Merged]: " classabbyamp

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41676@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).