Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update riot-desktop to v1.4.2
@ 2019-10-04 13:27 voidlinux-github
  2019-10-04 14:47 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 13:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bendodroid/void-packages Bendodroid-riot-desktop-1.4.2
https://github.com/void-linux/void-packages/pull/15088

Update riot-desktop to v1.4.2
I adjusted the template and deleted the patch needed for electron5-incompatible versions (pre- vector-im/riot-web#10392).
All other code is unchanged as I am not an expert on electron and javascript stuff.

Result runs fine on my T400.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Bendodroid-riot-desktop-1.4.2-15088.patch --]
[-- Type: text/x-diff, Size: 3350 bytes --]

From 3d0ad59b65a76a20e6d19540eac21d3aef2653f8 Mon Sep 17 00:00:00 2001
From: Bendodroid <bendodroid@icloud.com>
Date: Fri, 4 Oct 2019 15:11:26 +0200
Subject: [PATCH] Update riot-desktop to v1.4.2

- Adjust template.
- Delete patch only needed for electron5-incompatible versions.
  -> See vector-im/riot-web#10392

Signed-off-by: Bendodroid <bendodroid@icloud.com>
---
 srcpkgs/riot-desktop/patches/electron5.patch | 32 --------------------
 srcpkgs/riot-desktop/template                |  9 +++---
 2 files changed, 5 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/riot-desktop/patches/electron5.patch

diff --git a/srcpkgs/riot-desktop/patches/electron5.patch b/srcpkgs/riot-desktop/patches/electron5.patch
deleted file mode 100644
index c90db20fb75..00000000000
--- a/srcpkgs/riot-desktop/patches/electron5.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-from https://gist.github.com/dbkr/e898624be6d53590ebf494521d868fec
-
-diff --git a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js
-index 99ddfbd1..c3aa4f5d 100644
---- electron_app/src/electron-main.js
-+++ electron_app/src/electron-main.js
-@@ -206,7 +206,10 @@ const launcher = new AutoLaunch({
- // work.
- // Also mark it as secure (ie. accessing resources from this
- // protocol and HTTPS won't trigger mixed content warnings).
--protocol.registerStandardSchemes(['vector'], {secure: true});
-+//protocol.registerStandardSchemes(['vector'], {secure: true});
-+protocol.registerSchemesAsPrivileged([{
-+    scheme: 'vector', privileges: {standard: true, secure: true, supportFetchAPI: true},
-+}]);
- 
- app.on('ready', () => {
-     if (argv['devtools']) {
-diff --git a/electron_app/src/preload.js b/electron_app/src/preload.js
-index 3a4f7c9a..f63e19d4 100644
---- electron_app/src/preload.js
-+++ electron_app/src/preload.js
-@@ -23,7 +23,7 @@ window.ipcRenderer = ipcRenderer;
- // protocol: this is necessary to load olm.wasm.
- // (Also mark it a secure although we've already
- // done this in the main process).
--webFrame.registerURLSchemeAsPrivileged('vector', {
-+/*webFrame.registerURLSchemeAsPrivileged('vector', {
-     secure: true,
-     supportFetchAPI: true,
--});
-+});*/
diff --git a/srcpkgs/riot-desktop/template b/srcpkgs/riot-desktop/template
index 1bc9ed54a54..ff49b5d6f4e 100644
--- a/srcpkgs/riot-desktop/template
+++ b/srcpkgs/riot-desktop/template
@@ -1,18 +1,18 @@
 # Template file for 'riot-desktop'
 pkgname=riot-desktop
-version=1.2.1
-revision=2
+version=1.4.2
+revision=1
 archs="i686 x86_64"
 wrksrc="riot-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
 hostmakedepends="git nodejs yarn"
 depends="c-ares ffmpeg gtk+3 http-parser libevent libxslt minizip nss re2 snappy"
 short_desc="Glossy Matrix collaboration client, desktop version"
-maintainer="zethra <jediben97@gmail.com>"
+maintainer="Bendodroid <bendodroid@icloud.com>"
 license="Apache-2.0"
 homepage="https://riot.im"
 distfiles="https://github.com/vector-im/riot-web/archive/v${version}.tar.gz"
-checksum=7519083fcf579bf79bd5e0e5665bad43b89432a215f677fa00d8a115a34fdf08
+checksum=0d8ce20912ea8c6961ff04a3e3231da1f77ec18cfdc5000a1f01d19eec9ad51c
 nocross=yes
 nostrip=yes
 shlib_provides="libGLVESv2.so"
@@ -45,3 +45,4 @@ do_install() {
 		vinstall electron_app/build/icons/${i}x${i}.png 644 /usr/share/icons/hicolor/${i}x${i}/apps/ riot.png
 	done
 }
+

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

* Re: [PR PATCH] [Updated] Update riot-desktop to v1.4.2
  2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
@ 2019-10-04 14:47 ` voidlinux-github
  2019-10-04 14:47 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 14:47 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bendodroid against master on the void-packages repository

https://github.com/Bendodroid/void-packages Bendodroid-riot-desktop-1.4.2
https://github.com/void-linux/void-packages/pull/15088

Update riot-desktop to v1.4.2
I adjusted the template and deleted the patch needed for electron5-incompatible versions (pre- vector-im/riot-web#10392).
All other code is unchanged as I am not an expert on electron and javascript stuff.

Result runs fine on my T400.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Bendodroid-riot-desktop-1.4.2-15088.patch --]
[-- Type: text/x-diff, Size: 3199 bytes --]

From 08ac728d124434e4c890b545352bc93ed7398ba6 Mon Sep 17 00:00:00 2001
From: Bendodroid <bendodroid@icloud.com>
Date: Fri, 4 Oct 2019 15:11:26 +0200
Subject: [PATCH] Update riot-desktop to v1.4.2

- Adjust template.
- Delete patch only needed for electron5-incompatible versions.
  -> See vector-im/riot-web#10392

Signed-off-by: Bendodroid <bendodroid@icloud.com>
---
 srcpkgs/riot-desktop/patches/electron5.patch | 32 --------------------
 srcpkgs/riot-desktop/template                |  8 ++---
 2 files changed, 4 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/riot-desktop/patches/electron5.patch

diff --git a/srcpkgs/riot-desktop/patches/electron5.patch b/srcpkgs/riot-desktop/patches/electron5.patch
deleted file mode 100644
index c90db20fb75..00000000000
--- a/srcpkgs/riot-desktop/patches/electron5.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-from https://gist.github.com/dbkr/e898624be6d53590ebf494521d868fec
-
-diff --git a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js
-index 99ddfbd1..c3aa4f5d 100644
---- electron_app/src/electron-main.js
-+++ electron_app/src/electron-main.js
-@@ -206,7 +206,10 @@ const launcher = new AutoLaunch({
- // work.
- // Also mark it as secure (ie. accessing resources from this
- // protocol and HTTPS won't trigger mixed content warnings).
--protocol.registerStandardSchemes(['vector'], {secure: true});
-+//protocol.registerStandardSchemes(['vector'], {secure: true});
-+protocol.registerSchemesAsPrivileged([{
-+    scheme: 'vector', privileges: {standard: true, secure: true, supportFetchAPI: true},
-+}]);
- 
- app.on('ready', () => {
-     if (argv['devtools']) {
-diff --git a/electron_app/src/preload.js b/electron_app/src/preload.js
-index 3a4f7c9a..f63e19d4 100644
---- electron_app/src/preload.js
-+++ electron_app/src/preload.js
-@@ -23,7 +23,7 @@ window.ipcRenderer = ipcRenderer;
- // protocol: this is necessary to load olm.wasm.
- // (Also mark it a secure although we've already
- // done this in the main process).
--webFrame.registerURLSchemeAsPrivileged('vector', {
-+/*webFrame.registerURLSchemeAsPrivileged('vector', {
-     secure: true,
-     supportFetchAPI: true,
--});
-+});*/
diff --git a/srcpkgs/riot-desktop/template b/srcpkgs/riot-desktop/template
index 1bc9ed54a54..c54b84d88a2 100644
--- a/srcpkgs/riot-desktop/template
+++ b/srcpkgs/riot-desktop/template
@@ -1,18 +1,18 @@
 # Template file for 'riot-desktop'
 pkgname=riot-desktop
-version=1.2.1
-revision=2
+version=1.4.2
+revision=1
 archs="i686 x86_64"
 wrksrc="riot-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
 hostmakedepends="git nodejs yarn"
 depends="c-ares ffmpeg gtk+3 http-parser libevent libxslt minizip nss re2 snappy"
 short_desc="Glossy Matrix collaboration client, desktop version"
-maintainer="zethra <jediben97@gmail.com>"
+maintainer="Bendodroid <bendodroid@icloud.com>"
 license="Apache-2.0"
 homepage="https://riot.im"
 distfiles="https://github.com/vector-im/riot-web/archive/v${version}.tar.gz"
-checksum=7519083fcf579bf79bd5e0e5665bad43b89432a215f677fa00d8a115a34fdf08
+checksum=0d8ce20912ea8c6961ff04a3e3231da1f77ec18cfdc5000a1f01d19eec9ad51c
 nocross=yes
 nostrip=yes
 shlib_provides="libGLVESv2.so"

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

* Re: [PR PATCH] [Updated] Update riot-desktop to v1.4.2
  2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
  2019-10-04 14:47 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-04 14:47 ` voidlinux-github
  2019-10-04 15:25 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 14:47 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bendodroid against master on the void-packages repository

https://github.com/Bendodroid/void-packages Bendodroid-riot-desktop-1.4.2
https://github.com/void-linux/void-packages/pull/15088

Update riot-desktop to v1.4.2
I adjusted the template and deleted the patch needed for electron5-incompatible versions (pre- vector-im/riot-web#10392).
All other code is unchanged as I am not an expert on electron and javascript stuff.

Result runs fine on my T400.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Bendodroid-riot-desktop-1.4.2-15088.patch --]
[-- Type: text/x-diff, Size: 3199 bytes --]

From 08ac728d124434e4c890b545352bc93ed7398ba6 Mon Sep 17 00:00:00 2001
From: Bendodroid <bendodroid@icloud.com>
Date: Fri, 4 Oct 2019 15:11:26 +0200
Subject: [PATCH] Update riot-desktop to v1.4.2

- Adjust template.
- Delete patch only needed for electron5-incompatible versions.
  -> See vector-im/riot-web#10392

Signed-off-by: Bendodroid <bendodroid@icloud.com>
---
 srcpkgs/riot-desktop/patches/electron5.patch | 32 --------------------
 srcpkgs/riot-desktop/template                |  8 ++---
 2 files changed, 4 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/riot-desktop/patches/electron5.patch

diff --git a/srcpkgs/riot-desktop/patches/electron5.patch b/srcpkgs/riot-desktop/patches/electron5.patch
deleted file mode 100644
index c90db20fb75..00000000000
--- a/srcpkgs/riot-desktop/patches/electron5.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-from https://gist.github.com/dbkr/e898624be6d53590ebf494521d868fec
-
-diff --git a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js
-index 99ddfbd1..c3aa4f5d 100644
---- electron_app/src/electron-main.js
-+++ electron_app/src/electron-main.js
-@@ -206,7 +206,10 @@ const launcher = new AutoLaunch({
- // work.
- // Also mark it as secure (ie. accessing resources from this
- // protocol and HTTPS won't trigger mixed content warnings).
--protocol.registerStandardSchemes(['vector'], {secure: true});
-+//protocol.registerStandardSchemes(['vector'], {secure: true});
-+protocol.registerSchemesAsPrivileged([{
-+    scheme: 'vector', privileges: {standard: true, secure: true, supportFetchAPI: true},
-+}]);
- 
- app.on('ready', () => {
-     if (argv['devtools']) {
-diff --git a/electron_app/src/preload.js b/electron_app/src/preload.js
-index 3a4f7c9a..f63e19d4 100644
---- electron_app/src/preload.js
-+++ electron_app/src/preload.js
-@@ -23,7 +23,7 @@ window.ipcRenderer = ipcRenderer;
- // protocol: this is necessary to load olm.wasm.
- // (Also mark it a secure although we've already
- // done this in the main process).
--webFrame.registerURLSchemeAsPrivileged('vector', {
-+/*webFrame.registerURLSchemeAsPrivileged('vector', {
-     secure: true,
-     supportFetchAPI: true,
--});
-+});*/
diff --git a/srcpkgs/riot-desktop/template b/srcpkgs/riot-desktop/template
index 1bc9ed54a54..c54b84d88a2 100644
--- a/srcpkgs/riot-desktop/template
+++ b/srcpkgs/riot-desktop/template
@@ -1,18 +1,18 @@
 # Template file for 'riot-desktop'
 pkgname=riot-desktop
-version=1.2.1
-revision=2
+version=1.4.2
+revision=1
 archs="i686 x86_64"
 wrksrc="riot-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
 hostmakedepends="git nodejs yarn"
 depends="c-ares ffmpeg gtk+3 http-parser libevent libxslt minizip nss re2 snappy"
 short_desc="Glossy Matrix collaboration client, desktop version"
-maintainer="zethra <jediben97@gmail.com>"
+maintainer="Bendodroid <bendodroid@icloud.com>"
 license="Apache-2.0"
 homepage="https://riot.im"
 distfiles="https://github.com/vector-im/riot-web/archive/v${version}.tar.gz"
-checksum=7519083fcf579bf79bd5e0e5665bad43b89432a215f677fa00d8a115a34fdf08
+checksum=0d8ce20912ea8c6961ff04a3e3231da1f77ec18cfdc5000a1f01d19eec9ad51c
 nocross=yes
 nostrip=yes
 shlib_provides="libGLVESv2.so"

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

* Re: [PR PATCH] [Updated] Update riot-desktop to v1.4.2
  2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
  2019-10-04 14:47 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-04 14:47 ` voidlinux-github
@ 2019-10-04 15:25 ` voidlinux-github
  2019-10-04 15:25 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 15:25 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bendodroid against master on the void-packages repository

https://github.com/Bendodroid/void-packages Bendodroid-riot-desktop-1.4.2
https://github.com/void-linux/void-packages/pull/15088

Update riot-desktop to v1.4.2
I adjusted the template and deleted the patch needed for electron5-incompatible versions (pre- vector-im/riot-web#10392).
All other code is unchanged as I am not an expert on electron and javascript stuff.

Result runs fine on my T400.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Bendodroid-riot-desktop-1.4.2-15088.patch --]
[-- Type: text/x-diff, Size: 3199 bytes --]

From dd1421f5216b105111f00c6bde20847c0e620719 Mon Sep 17 00:00:00 2001
From: Bendodroid <bendodroid@icloud.com>
Date: Fri, 4 Oct 2019 15:11:26 +0200
Subject: [PATCH] riot-desktop: update to 1.4.2

- Adjust template.
- Delete patch only needed for electron5-incompatible versions.
  -> See vector-im/riot-web#10392

Signed-off-by: Bendodroid <bendodroid@icloud.com>
---
 srcpkgs/riot-desktop/patches/electron5.patch | 32 --------------------
 srcpkgs/riot-desktop/template                |  8 ++---
 2 files changed, 4 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/riot-desktop/patches/electron5.patch

diff --git a/srcpkgs/riot-desktop/patches/electron5.patch b/srcpkgs/riot-desktop/patches/electron5.patch
deleted file mode 100644
index c90db20fb75..00000000000
--- a/srcpkgs/riot-desktop/patches/electron5.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-from https://gist.github.com/dbkr/e898624be6d53590ebf494521d868fec
-
-diff --git a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js
-index 99ddfbd1..c3aa4f5d 100644
---- electron_app/src/electron-main.js
-+++ electron_app/src/electron-main.js
-@@ -206,7 +206,10 @@ const launcher = new AutoLaunch({
- // work.
- // Also mark it as secure (ie. accessing resources from this
- // protocol and HTTPS won't trigger mixed content warnings).
--protocol.registerStandardSchemes(['vector'], {secure: true});
-+//protocol.registerStandardSchemes(['vector'], {secure: true});
-+protocol.registerSchemesAsPrivileged([{
-+    scheme: 'vector', privileges: {standard: true, secure: true, supportFetchAPI: true},
-+}]);
- 
- app.on('ready', () => {
-     if (argv['devtools']) {
-diff --git a/electron_app/src/preload.js b/electron_app/src/preload.js
-index 3a4f7c9a..f63e19d4 100644
---- electron_app/src/preload.js
-+++ electron_app/src/preload.js
-@@ -23,7 +23,7 @@ window.ipcRenderer = ipcRenderer;
- // protocol: this is necessary to load olm.wasm.
- // (Also mark it a secure although we've already
- // done this in the main process).
--webFrame.registerURLSchemeAsPrivileged('vector', {
-+/*webFrame.registerURLSchemeAsPrivileged('vector', {
-     secure: true,
-     supportFetchAPI: true,
--});
-+});*/
diff --git a/srcpkgs/riot-desktop/template b/srcpkgs/riot-desktop/template
index 1bc9ed54a54..c54b84d88a2 100644
--- a/srcpkgs/riot-desktop/template
+++ b/srcpkgs/riot-desktop/template
@@ -1,18 +1,18 @@
 # Template file for 'riot-desktop'
 pkgname=riot-desktop
-version=1.2.1
-revision=2
+version=1.4.2
+revision=1
 archs="i686 x86_64"
 wrksrc="riot-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
 hostmakedepends="git nodejs yarn"
 depends="c-ares ffmpeg gtk+3 http-parser libevent libxslt minizip nss re2 snappy"
 short_desc="Glossy Matrix collaboration client, desktop version"
-maintainer="zethra <jediben97@gmail.com>"
+maintainer="Bendodroid <bendodroid@icloud.com>"
 license="Apache-2.0"
 homepage="https://riot.im"
 distfiles="https://github.com/vector-im/riot-web/archive/v${version}.tar.gz"
-checksum=7519083fcf579bf79bd5e0e5665bad43b89432a215f677fa00d8a115a34fdf08
+checksum=0d8ce20912ea8c6961ff04a3e3231da1f77ec18cfdc5000a1f01d19eec9ad51c
 nocross=yes
 nostrip=yes
 shlib_provides="libGLVESv2.so"

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

* Re: [PR PATCH] [Updated] Update riot-desktop to v1.4.2
  2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-04 15:25 ` voidlinux-github
@ 2019-10-04 15:25 ` voidlinux-github
  2019-10-04 16:00 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 15:25 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bendodroid against master on the void-packages repository

https://github.com/Bendodroid/void-packages Bendodroid-riot-desktop-1.4.2
https://github.com/void-linux/void-packages/pull/15088

Update riot-desktop to v1.4.2
I adjusted the template and deleted the patch needed for electron5-incompatible versions (pre- vector-im/riot-web#10392).
All other code is unchanged as I am not an expert on electron and javascript stuff.

Result runs fine on my T400.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Bendodroid-riot-desktop-1.4.2-15088.patch --]
[-- Type: text/x-diff, Size: 3199 bytes --]

From dd1421f5216b105111f00c6bde20847c0e620719 Mon Sep 17 00:00:00 2001
From: Bendodroid <bendodroid@icloud.com>
Date: Fri, 4 Oct 2019 15:11:26 +0200
Subject: [PATCH] riot-desktop: update to 1.4.2

- Adjust template.
- Delete patch only needed for electron5-incompatible versions.
  -> See vector-im/riot-web#10392

Signed-off-by: Bendodroid <bendodroid@icloud.com>
---
 srcpkgs/riot-desktop/patches/electron5.patch | 32 --------------------
 srcpkgs/riot-desktop/template                |  8 ++---
 2 files changed, 4 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/riot-desktop/patches/electron5.patch

diff --git a/srcpkgs/riot-desktop/patches/electron5.patch b/srcpkgs/riot-desktop/patches/electron5.patch
deleted file mode 100644
index c90db20fb75..00000000000
--- a/srcpkgs/riot-desktop/patches/electron5.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-from https://gist.github.com/dbkr/e898624be6d53590ebf494521d868fec
-
-diff --git a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js
-index 99ddfbd1..c3aa4f5d 100644
---- electron_app/src/electron-main.js
-+++ electron_app/src/electron-main.js
-@@ -206,7 +206,10 @@ const launcher = new AutoLaunch({
- // work.
- // Also mark it as secure (ie. accessing resources from this
- // protocol and HTTPS won't trigger mixed content warnings).
--protocol.registerStandardSchemes(['vector'], {secure: true});
-+//protocol.registerStandardSchemes(['vector'], {secure: true});
-+protocol.registerSchemesAsPrivileged([{
-+    scheme: 'vector', privileges: {standard: true, secure: true, supportFetchAPI: true},
-+}]);
- 
- app.on('ready', () => {
-     if (argv['devtools']) {
-diff --git a/electron_app/src/preload.js b/electron_app/src/preload.js
-index 3a4f7c9a..f63e19d4 100644
---- electron_app/src/preload.js
-+++ electron_app/src/preload.js
-@@ -23,7 +23,7 @@ window.ipcRenderer = ipcRenderer;
- // protocol: this is necessary to load olm.wasm.
- // (Also mark it a secure although we've already
- // done this in the main process).
--webFrame.registerURLSchemeAsPrivileged('vector', {
-+/*webFrame.registerURLSchemeAsPrivileged('vector', {
-     secure: true,
-     supportFetchAPI: true,
--});
-+});*/
diff --git a/srcpkgs/riot-desktop/template b/srcpkgs/riot-desktop/template
index 1bc9ed54a54..c54b84d88a2 100644
--- a/srcpkgs/riot-desktop/template
+++ b/srcpkgs/riot-desktop/template
@@ -1,18 +1,18 @@
 # Template file for 'riot-desktop'
 pkgname=riot-desktop
-version=1.2.1
-revision=2
+version=1.4.2
+revision=1
 archs="i686 x86_64"
 wrksrc="riot-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
 hostmakedepends="git nodejs yarn"
 depends="c-ares ffmpeg gtk+3 http-parser libevent libxslt minizip nss re2 snappy"
 short_desc="Glossy Matrix collaboration client, desktop version"
-maintainer="zethra <jediben97@gmail.com>"
+maintainer="Bendodroid <bendodroid@icloud.com>"
 license="Apache-2.0"
 homepage="https://riot.im"
 distfiles="https://github.com/vector-im/riot-web/archive/v${version}.tar.gz"
-checksum=7519083fcf579bf79bd5e0e5665bad43b89432a215f677fa00d8a115a34fdf08
+checksum=0d8ce20912ea8c6961ff04a3e3231da1f77ec18cfdc5000a1f01d19eec9ad51c
 nocross=yes
 nostrip=yes
 shlib_provides="libGLVESv2.so"

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

* Re: Update riot-desktop to v1.4.2
  2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-04 15:25 ` voidlinux-github
@ 2019-10-04 16:00 ` voidlinux-github
  2019-10-04 16:16 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 16:00 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15088#issuecomment-538458734

Comment:
@zethra Do you agree to the maintainer change?

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

* Re: Update riot-desktop to v1.4.2
  2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-04 16:00 ` voidlinux-github
@ 2019-10-04 16:16 ` voidlinux-github
  2019-10-04 17:17 ` voidlinux-github
  2019-10-04 17:58 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 16:16 UTC (permalink / raw)
  To: ml

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

New comment by Bendodroid on void-packages repository

https://github.com/void-linux/void-packages/pull/15088#issuecomment-538464809

Comment:
The last time I had an email-conversation with him he told me he no longer used Void actively so I assumed it's ok for him. I admit it was a few months back, so correct me if I'm wrong. 

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

* Re: Update riot-desktop to v1.4.2
  2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-04 16:16 ` voidlinux-github
@ 2019-10-04 17:17 ` voidlinux-github
  2019-10-04 17:58 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 17:17 UTC (permalink / raw)
  To: ml

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

New comment by zethra on void-packages repository

https://github.com/void-linux/void-packages/pull/15088#issuecomment-538485590

Comment:
Yes, have at it. 

On Oct 4, 2019, 12:00, at 12:00, Helmut Pozimski <notifications@github.com> wrote:
>@zethra Do you agree to the maintainer change?
>
>-- 
>You are receiving this because you were mentioned.
>Reply to this email directly or view it on GitHub:
>https://github.com/void-linux/void-packages/pull/15088#issuecomment-538458734


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

* Re: [PR PATCH] [Merged]: Update riot-desktop to v1.4.2
  2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-04 17:17 ` voidlinux-github
@ 2019-10-04 17:58 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-04 17:58 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

Update riot-desktop to v1.4.2
https://github.com/void-linux/void-packages/pull/15088

Description:
I adjusted the template and deleted the patch needed for electron5-incompatible versions (pre- vector-im/riot-web#10392).
All other code is unchanged as I am not an expert on electron and javascript stuff.

Result runs fine on my T400.


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

end of thread, other threads:[~2019-10-04 17:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 13:27 [PR PATCH] Update riot-desktop to v1.4.2 voidlinux-github
2019-10-04 14:47 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04 14:47 ` voidlinux-github
2019-10-04 15:25 ` voidlinux-github
2019-10-04 15:25 ` voidlinux-github
2019-10-04 16:00 ` voidlinux-github
2019-10-04 16:16 ` voidlinux-github
2019-10-04 17:17 ` voidlinux-github
2019-10-04 17:58 ` [PR PATCH] [Merged]: " voidlinux-github

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