Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions srcpkgs/Signal-Desktop/patches/01-no-desktop.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
diff --git a/Signal-Desktop/package.json.orig b/Signal-Desktop/package.json
index 832035e..e6ac14c 100644
--- a/package.json
+++ b/package.json
@@ -519,11 +519,6 @@
},
@@ -452,11 +452,6 @@
"linux": {
"executableName": "signal-desktop",
"category": "Network;InstantMessaging;Chat",
- "desktop": {
- "entry": {
- "StartupWMClass": "signal"
- }
- },
"artifactName": "${name}_${version}_${arch}.${ext}",
"target": [
"deb"
],
4 changes: 2 additions & 2 deletions srcpkgs/Signal-Desktop/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'Signal-Desktop'
pkgname=Signal-Desktop
version=7.78.0
version=7.85.0
revision=1
# *-musl could potentially work based on the Alpine port:
# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
Expand All @@ -13,7 +13,7 @@ maintainer="dkwo <npiazza@disroot.org>"
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=daef31f9abc9caaf207937f0d3b257245308c365fb9d613d50c49a1048327a8c
checksum=6a856e38ede48a6279c2d26a4b73ed2c779e47f8c608a354e5df02471e6cb850
nostrip_files="signal-desktop"
nocross="gyp -> aarch64-linux-gnu-gcc: error: unrecognized command-line option '-m64'"

Expand Down