Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] riot-desktop: update to 1.6.8.
@ 2020-07-04 12:14 ProjectMoon
  2020-07-04 12:15 ` [PR PATCH] [Updated] " ProjectMoon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ProjectMoon @ 2020-07-04 12:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ProjectMoon/void-packages riot-desktop-1.6.8
https://github.com/void-linux/void-packages/pull/23388

riot-desktop: update to 1.6.8.
New package upgrades to Electron 9, which should restore built-in support for most system tray icons.

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

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

From b5efd89abcca52203c72885b6797cdf7132d418c Mon Sep 17 00:00:00 2001
From: projectmoon <projectmoon@agnos.is>
Date: Tue, 23 Jun 2020 19:26:32 +0000
Subject: [PATCH] riot-desktop: update to 1.6.8.

---
 srcpkgs/riot-desktop/INSTALL.msg | 12 ++++++------
 srcpkgs/riot-desktop/template    |  9 +++++----
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/riot-desktop/INSTALL.msg b/srcpkgs/riot-desktop/INSTALL.msg
index f340a40900d..f196b3822c4 100644
--- a/srcpkgs/riot-desktop/INSTALL.msg
+++ b/srcpkgs/riot-desktop/INSTALL.msg
@@ -1,10 +1,10 @@
-Since Riot 1.6, it uses Electron 8. This version of Electron has
-dropped support for the older XEmbed system tray API. If you are using
-a desktop or window manager that does not support StatusNotifierItems
-(i3, awesome, stalonetray, etc), you should install and configure
-snixembed:
+Riot 1.6.8 has upgraded to Electron 9, with support for tray icons. In
+most cases, it is no longer necessary to use a package like snixembed.
+
+If using an older version of Riot 1.6, and a desktop or window manager
+that does not support StatusNotifierItems (i3, awesome, stalonetray,
+etc), you should install and configure snixembed:
 
    xbps-install -S snixembed
 
 More instructions at: https://git.sr.ht/~steef/snixembed/
-
diff --git a/srcpkgs/riot-desktop/template b/srcpkgs/riot-desktop/template
index f1137c01964..f551dfd7e64 100644
--- a/srcpkgs/riot-desktop/template
+++ b/srcpkgs/riot-desktop/template
@@ -1,19 +1,20 @@
 # Template file for 'riot-desktop'
 pkgname=riot-desktop
-version=1.6.5
+version=1.6.8
 revision=1
 archs="i686 x86_64"
 wrksrc="riot-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
-hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel"
+hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel pkg-config"
+makedepends="libsecret-devel"
 depends="c-ares ffmpeg gtk+3 http-parser libevent libxslt minizip nss re2 snappy sqlcipher"
 short_desc="Glossy Matrix collaboration client, desktop version"
 maintainer="projectmoon <projectmoon@agnos.is>"
 license="Apache-2.0"
 homepage="https://riot.im"
 distfiles="https://github.com/vector-im/riot-desktop/archive/v${version}.tar.gz>riot-desktop.tar.gz https://github.com/vector-im/riot-web/archive/v${version}.tar.gz>riot-web.tar.gz"
-checksum="4083e541192701d4d77f640238580dcc97bf59656e57a42a67d20960c525d8c4
- fd9499b173a4372b8e62e947486e0b078f81d0ca1393a7673c068e2413138a2a"
+checksum="fecf357e5326a4cf059b99c4478230d427686ae02072b8f8810ddfc623d69e85
+ c0481954e1dc523f78b25552017f8adbb192c1f869f62f8a4cc655dab32ee721"
 nocross=yes
 nostrip=yes
 

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

* Re: [PR PATCH] [Updated] riot-desktop: update to 1.6.8.
  2020-07-04 12:14 [PR PATCH] riot-desktop: update to 1.6.8 ProjectMoon
@ 2020-07-04 12:15 ` ProjectMoon
  2020-07-04 12:24 ` ProjectMoon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ProjectMoon @ 2020-07-04 12:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ProjectMoon/void-packages riot-desktop-1.6.8
https://github.com/void-linux/void-packages/pull/23388

riot-desktop: update to 1.6.8.
New package upgrades to Electron 9, which should restore built-in support for most system tray icons.

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

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

From 68e9b19a7a82fe82ed7e585a50105978326bc528 Mon Sep 17 00:00:00 2001
From: projectmoon <projectmoon@agnos.is>
Date: Tue, 23 Jun 2020 19:26:32 +0000
Subject: [PATCH] riot-desktop: update to 1.6.8.

---
 srcpkgs/riot-desktop/INSTALL.msg | 12 ++++++------
 srcpkgs/riot-desktop/template    |  9 +++++----
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/riot-desktop/INSTALL.msg b/srcpkgs/riot-desktop/INSTALL.msg
index f340a40900d..f196b3822c4 100644
--- a/srcpkgs/riot-desktop/INSTALL.msg
+++ b/srcpkgs/riot-desktop/INSTALL.msg
@@ -1,10 +1,10 @@
-Since Riot 1.6, it uses Electron 8. This version of Electron has
-dropped support for the older XEmbed system tray API. If you are using
-a desktop or window manager that does not support StatusNotifierItems
-(i3, awesome, stalonetray, etc), you should install and configure
-snixembed:
+Riot 1.6.8 has upgraded to Electron 9, with support for tray icons. In
+most cases, it is no longer necessary to use a package like snixembed.
+
+If using an older version of Riot 1.6, and a desktop or window manager
+that does not support StatusNotifierItems (i3, awesome, stalonetray,
+etc), you should install and configure snixembed:
 
    xbps-install -S snixembed
 
 More instructions at: https://git.sr.ht/~steef/snixembed/
-
diff --git a/srcpkgs/riot-desktop/template b/srcpkgs/riot-desktop/template
index f1137c01964..f551dfd7e64 100644
--- a/srcpkgs/riot-desktop/template
+++ b/srcpkgs/riot-desktop/template
@@ -1,19 +1,20 @@
 # Template file for 'riot-desktop'
 pkgname=riot-desktop
-version=1.6.5
+version=1.6.8
 revision=1
 archs="i686 x86_64"
 wrksrc="riot-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
-hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel"
+hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel pkg-config"
+makedepends="libsecret-devel"
 depends="c-ares ffmpeg gtk+3 http-parser libevent libxslt minizip nss re2 snappy sqlcipher"
 short_desc="Glossy Matrix collaboration client, desktop version"
 maintainer="projectmoon <projectmoon@agnos.is>"
 license="Apache-2.0"
 homepage="https://riot.im"
 distfiles="https://github.com/vector-im/riot-desktop/archive/v${version}.tar.gz>riot-desktop.tar.gz https://github.com/vector-im/riot-web/archive/v${version}.tar.gz>riot-web.tar.gz"
-checksum="4083e541192701d4d77f640238580dcc97bf59656e57a42a67d20960c525d8c4
- fd9499b173a4372b8e62e947486e0b078f81d0ca1393a7673c068e2413138a2a"
+checksum="fecf357e5326a4cf059b99c4478230d427686ae02072b8f8810ddfc623d69e85
+ c0481954e1dc523f78b25552017f8adbb192c1f869f62f8a4cc655dab32ee721"
 nocross=yes
 nostrip=yes
 

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

* Re: [PR PATCH] [Updated] riot-desktop: update to 1.6.8.
  2020-07-04 12:14 [PR PATCH] riot-desktop: update to 1.6.8 ProjectMoon
  2020-07-04 12:15 ` [PR PATCH] [Updated] " ProjectMoon
@ 2020-07-04 12:24 ` ProjectMoon
  2020-07-08 22:04 ` [PR REVIEW] " ProjectMoon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ProjectMoon @ 2020-07-04 12:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ProjectMoon/void-packages riot-desktop-1.6.8
https://github.com/void-linux/void-packages/pull/23388

riot-desktop: update to 1.6.8.
New package upgrades to Electron 9, which should restore built-in support for most system tray icons.

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

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

From 433049657812c39bad00c36a80c1c74be9cd379b Mon Sep 17 00:00:00 2001
From: projectmoon <projectmoon@agnos.is>
Date: Tue, 23 Jun 2020 19:26:32 +0000
Subject: [PATCH] riot-desktop: update to 1.6.8.

---
 srcpkgs/riot-desktop/INSTALL.msg | 12 ++----------
 srcpkgs/riot-desktop/template    |  9 +++++----
 2 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/riot-desktop/INSTALL.msg b/srcpkgs/riot-desktop/INSTALL.msg
index f340a40900d..dfad20572a1 100644
--- a/srcpkgs/riot-desktop/INSTALL.msg
+++ b/srcpkgs/riot-desktop/INSTALL.msg
@@ -1,10 +1,2 @@
-Since Riot 1.6, it uses Electron 8. This version of Electron has
-dropped support for the older XEmbed system tray API. If you are using
-a desktop or window manager that does not support StatusNotifierItems
-(i3, awesome, stalonetray, etc), you should install and configure
-snixembed:
-
-   xbps-install -S snixembed
-
-More instructions at: https://git.sr.ht/~steef/snixembed/
-
+Riot 1.6.8 has upgraded to Electron 9, with support for tray icons. It
+should no longer be necessary to use a package like snixembed.
diff --git a/srcpkgs/riot-desktop/template b/srcpkgs/riot-desktop/template
index f1137c01964..f551dfd7e64 100644
--- a/srcpkgs/riot-desktop/template
+++ b/srcpkgs/riot-desktop/template
@@ -1,19 +1,20 @@
 # Template file for 'riot-desktop'
 pkgname=riot-desktop
-version=1.6.5
+version=1.6.8
 revision=1
 archs="i686 x86_64"
 wrksrc="riot-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
-hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel"
+hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel pkg-config"
+makedepends="libsecret-devel"
 depends="c-ares ffmpeg gtk+3 http-parser libevent libxslt minizip nss re2 snappy sqlcipher"
 short_desc="Glossy Matrix collaboration client, desktop version"
 maintainer="projectmoon <projectmoon@agnos.is>"
 license="Apache-2.0"
 homepage="https://riot.im"
 distfiles="https://github.com/vector-im/riot-desktop/archive/v${version}.tar.gz>riot-desktop.tar.gz https://github.com/vector-im/riot-web/archive/v${version}.tar.gz>riot-web.tar.gz"
-checksum="4083e541192701d4d77f640238580dcc97bf59656e57a42a67d20960c525d8c4
- fd9499b173a4372b8e62e947486e0b078f81d0ca1393a7673c068e2413138a2a"
+checksum="fecf357e5326a4cf059b99c4478230d427686ae02072b8f8810ddfc623d69e85
+ c0481954e1dc523f78b25552017f8adbb192c1f869f62f8a4cc655dab32ee721"
 nocross=yes
 nostrip=yes
 

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

* Re: [PR REVIEW] riot-desktop: update to 1.6.8.
  2020-07-04 12:14 [PR PATCH] riot-desktop: update to 1.6.8 ProjectMoon
  2020-07-04 12:15 ` [PR PATCH] [Updated] " ProjectMoon
  2020-07-04 12:24 ` ProjectMoon
@ 2020-07-08 22:04 ` ProjectMoon
  2020-07-08 22:53 ` ericonr
  2020-07-08 23:15 ` [PR PATCH] [Merged]: " Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: ProjectMoon @ 2020-07-08 22:04 UTC (permalink / raw)
  To: ml

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

New review comment by ProjectMoon on void-packages repository

https://github.com/void-linux/void-packages/pull/23388#discussion_r451850568

Comment:
@Johnnynator @ericonr can we consider this comment resolved?

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

* Re: [PR REVIEW] riot-desktop: update to 1.6.8.
  2020-07-04 12:14 [PR PATCH] riot-desktop: update to 1.6.8 ProjectMoon
                   ` (2 preceding siblings ...)
  2020-07-08 22:04 ` [PR REVIEW] " ProjectMoon
@ 2020-07-08 22:53 ` ericonr
  2020-07-08 23:15 ` [PR PATCH] [Merged]: " Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-07-08 22:53 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23388#discussion_r451868641

Comment:
For me it's fine, but @Johnnynator has the final word.

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

* Re: [PR PATCH] [Merged]: riot-desktop: update to 1.6.8.
  2020-07-04 12:14 [PR PATCH] riot-desktop: update to 1.6.8 ProjectMoon
                   ` (3 preceding siblings ...)
  2020-07-08 22:53 ` ericonr
@ 2020-07-08 23:15 ` Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: Johnnynator @ 2020-07-08 23:15 UTC (permalink / raw)
  To: ml

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

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

riot-desktop: update to 1.6.8.
https://github.com/void-linux/void-packages/pull/23388

Description:
New package upgrades to Electron 9, which should restore built-in support for most system tray icons.

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

end of thread, other threads:[~2020-07-08 23:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-04 12:14 [PR PATCH] riot-desktop: update to 1.6.8 ProjectMoon
2020-07-04 12:15 ` [PR PATCH] [Updated] " ProjectMoon
2020-07-04 12:24 ` ProjectMoon
2020-07-08 22:04 ` [PR REVIEW] " ProjectMoon
2020-07-08 22:53 ` ericonr
2020-07-08 23:15 ` [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).