Skip to content

Commit 0d88f5c

Browse files
dkwoclassabbyamp
authored andcommitted
Signal-Desktop: update to 7.78.0
1 parent 52f6979 commit 0d88f5c

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff --git a/Signal-Desktop/package.json.orig b/Signal-Desktop/package.json
2+
index 832035e..e6ac14c 100644
3+
--- a/package.json
4+
+++ b/package.json
5+
@@ -519,11 +519,6 @@
6+
},
7+
"linux": {
8+
"category": "Network;InstantMessaging;Chat",
9+
- "desktop": {
10+
- "entry": {
11+
- "StartupWMClass": "signal"
12+
- }
13+
- },
14+
"target": [
15+
"deb"
16+
],
File renamed without changes.

srcpkgs/Signal-Desktop/template

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Template file for 'Signal-Desktop'
22
pkgname=Signal-Desktop
3-
version=7.69.0
3+
version=7.78.0
44
revision=1
55
# *-musl could potentially work based on the Alpine port:
66
# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
77
archs="x86_64 aarch64"
8-
hostmakedepends="git git-lfs nodejs-lts python3 python3-distutils-extra
9-
tar pnpm xz electron-tasje"
8+
hostmakedepends="python3-distutils-extra pnpm electron-tasje"
109
depends="cairo gtk+3 libvips pango desktop-file-utils hicolor-icon-theme"
11-
checkdepends="glib nss libgbm alsa-lib $depends"
10+
checkdepends="glib nss libgbm alsa-lib ${depends}"
1211
short_desc="Signal Private Messenger for Linux"
1312
maintainer="dkwo <[email protected]>"
1413
license="AGPL-3.0-only"
1514
homepage="https://github.com/signalapp/Signal-Desktop"
1615
distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
17-
checksum=543efa9d93afdb753c5286b4851071531ef8ccab19bc36948fd0d9f2ca098a9c
16+
checksum=daef31f9abc9caaf207937f0d3b257245308c365fb9d613d50c49a1048327a8c
1817
nostrip_files="signal-desktop"
1918
nocross="gyp -> aarch64-linux-gnu-gcc: error: unrecognized command-line option '-m64'"
2019

@@ -29,16 +28,11 @@ post_patch() {
2928
esac
3029
}
3130

32-
pre_build() {
33-
# git-lfs hook needs to be installed for one of the dependencies
34-
git lfs install
35-
36-
# Install dependencies for signal-desktop
31+
do_build() {
32+
# Install dependencies
3733
pnpm install
38-
}
3934

40-
do_build() {
41-
# Build signal-desktop
35+
# Build
4236
pnpm run generate
4337
pnpm run build
4438
SIGNAL_ENV=production tasje pack

0 commit comments

Comments
 (0)