Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wire-desktop: use System electron
@ 2021-04-06 17:13 Johnnynator
  2021-04-06 17:14 ` [PR PATCH] [Updated] " Johnnynator
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Johnnynator @ 2021-04-06 17:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages wire-desktop
https://github.com/void-linux/void-packages/pull/30051

wire-desktop: use System electron
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wire-desktop-30051.patch --]
[-- Type: text/x-diff, Size: 1756 bytes --]

From 87722508a36412c80ab21b67bc018d98d8a18d4e Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 6 Apr 2021 19:08:31 +0200
Subject: [PATCH] wire-desktop: use System electron

---
 srcpkgs/wire-desktop/template | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/wire-desktop/template b/srcpkgs/wire-desktop/template
index edb4bb21be61..853d61213296 100644
--- a/srcpkgs/wire-desktop/template
+++ b/srcpkgs/wire-desktop/template
@@ -1,9 +1,10 @@
 # Template file for 'wire-desktop'
 pkgname=wire-desktop
 version=3.24.2939
-revision=1
+revision=2
 wrksrc="${pkgname}-linux-${version}"
 hostmakedepends="nodejs yarn git"
+depends="electron10"
 short_desc="Wire for desktop"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
@@ -13,9 +14,7 @@ checksum=69e70d39286f29b2fb186da30ec828be0a30329c457e829111b863223ed64127
 nocross=yes
 
 case "$XBPS_TARGET_MACHINE" in
-	*-musl) broken="glibc artefacts are installed" ;;
-	i686*) broken="yarn" ;;
-	ppc*) broken="electron" ;;
+	*-musl) broken="Electron on musl is unreliable" ;;
 esac
 
 pre_build() {
@@ -28,9 +27,13 @@ do_build() {
 
 do_install() {
 	vmkdir usr/lib/wire-desktop
-	vcopy wrap/dist/linux-unpacked/* usr/lib/wire-desktop
+	vinstall wrap/dist/linux-unpacked/resources/app.asar 644 usr/lib/wire-desktop
 	vmkdir usr/bin
-	ln -sf /usr/lib/wire-desktop/wire-desktop ${DESTDIR}/usr/bin/
+	cat << EOF > "wire-desktop.sh"
+#!/usr/bin/env sh
+electron10 "/usr/lib/wire-desktop/app.asar" "\$@"
+EOF
+	vbin wire-desktop.sh wire-desktop
 	vmkdir usr/share/icons/hicolor/256x256/apps
 	vcopy resources/icons/256x256.png usr/share/icons/hicolor/256x256/apps/wire-desktop.png
 	vmkdir usr/share/icons/hicolor/32x32/apps

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

end of thread, other threads:[~2021-04-07 16:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 17:13 [PR PATCH] wire-desktop: use System electron Johnnynator
2021-04-06 17:14 ` [PR PATCH] [Updated] " Johnnynator
2021-04-06 17:29 ` [PR REVIEW] " Gottox
2021-04-06 17:29 ` Gottox
2021-04-06 17:37 ` ericonr
2021-04-06 17:41 ` [PR PATCH] [Updated] " Johnnynator
2021-04-07 16:36 ` [PR PATCH] [Merged]: " Johnnynator

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).