Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] element-desktop: update to 1.11.31.
@ 2023-05-13  9:53 fccapria
  2023-05-14  1:27 ` [PR PATCH] [Merged]: " abenson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fccapria @ 2023-05-13  9:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages element-desktop-1.11.31
https://github.com/void-linux/void-packages/pull/43861

element-desktop: update to 1.11.31.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)


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

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

From 22e5263cd6e1cbe10fc362ff4679d1b2e123b396 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sat, 13 May 2023 11:50:33 +0200
Subject: [PATCH] element-desktop: update to 1.11.31.

---
 srcpkgs/element-desktop/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/element-desktop/template b/srcpkgs/element-desktop/template
index 14d188659a68..864caebdeccb 100644
--- a/srcpkgs/element-desktop/template
+++ b/srcpkgs/element-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'element-desktop'
 pkgname=element-desktop
-version=1.11.28
+version=1.11.31
 revision=1
 create_wrksrc=yes
 conf_files="/etc/${pkgname}/config.json"
@@ -9,7 +9,7 @@ hostmakedepends="git yarn nodejs rust cargo python3 curl
  app-builder jq moreutils"
 makedepends="libsecret-devel"
 depends="c-ares ffmpeg gtk+3 http-parser libevent
- libxslt minizip nss re2 snappy sqlcipher electron19"
+ libxslt minizip nss re2 snappy sqlcipher electron24"
 short_desc="Glossy Matrix collaboration client, desktop version"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0"
@@ -17,8 +17,8 @@ homepage="https://element.io"
 changelog="https://raw.githubusercontent.com/vector-im/element-desktop/develop/CHANGELOG.md"
 distfiles="https://github.com/vector-im/element-desktop/archive/v${version}.tar.gz>element-desktop-v${version}.tar.gz
  https://github.com/vector-im/element-web/archive/v${version}.tar.gz>element-web-v${version}.tar.gz"
-checksum="432dbe86dd73bbed2bb43de0c0018426e20160ff8b7363bafabb404087c9f63a
- 059dda43bc4c03315f95e2914fcf5cc9cd9f8d687df5079178f5b05915b1b1f2"
+checksum="5152bcdab011deb7e5d7c713edd268bf4266dedde87ff735ad146e9eb12e205b
+ 6597d59f12a0f878fa363d6253a506583f686284d81a50baceb2965a4e0cce18"
 
 export USE_SYSTEM_APP_BUILDER=true
 

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

* Re: [PR PATCH] [Merged]: element-desktop: update to 1.11.31.
  2023-05-13  9:53 [PR PATCH] element-desktop: update to 1.11.31 fccapria
@ 2023-05-14  1:27 ` abenson
  2023-05-15  1:47 ` BryceVandegrift
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-05-14  1:27 UTC (permalink / raw)
  To: ml

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

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

element-desktop: update to 1.11.31.
https://github.com/void-linux/void-packages/pull/43861

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)


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

* Re: element-desktop: update to 1.11.31.
  2023-05-13  9:53 [PR PATCH] element-desktop: update to 1.11.31 fccapria
  2023-05-14  1:27 ` [PR PATCH] [Merged]: " abenson
@ 2023-05-15  1:47 ` BryceVandegrift
  2023-05-15  7:37 ` fccapria
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: BryceVandegrift @ 2023-05-15  1:47 UTC (permalink / raw)
  To: ml

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

New comment by BryceVandegrift on void-packages repository

https://github.com/void-linux/void-packages/pull/43861#issuecomment-1547079919

Comment:
`element-desktop-1.11.31` still looks for electron19 when running. Gives error:
```
/bin/element-desktop: 2: exec: electron19: not found
```

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

* Re: element-desktop: update to 1.11.31.
  2023-05-13  9:53 [PR PATCH] element-desktop: update to 1.11.31 fccapria
  2023-05-14  1:27 ` [PR PATCH] [Merged]: " abenson
  2023-05-15  1:47 ` BryceVandegrift
@ 2023-05-15  7:37 ` fccapria
  2023-05-15 15:24 ` BryceVandegrift
  2023-05-15 18:59 ` fccapria
  4 siblings, 0 replies; 6+ messages in thread
From: fccapria @ 2023-05-15  7:37 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/43861#issuecomment-1547339577

Comment:
> `element-desktop-1.11.31` still looks for electron19 when running. Gives error:
> 
> ```
> /bin/element-desktop: 2: exec: electron19: not found
> ```

Have you tried to clean install element? I'm daily using it and I didn't get this error.

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

* Re: element-desktop: update to 1.11.31.
  2023-05-13  9:53 [PR PATCH] element-desktop: update to 1.11.31 fccapria
                   ` (2 preceding siblings ...)
  2023-05-15  7:37 ` fccapria
@ 2023-05-15 15:24 ` BryceVandegrift
  2023-05-15 18:59 ` fccapria
  4 siblings, 0 replies; 6+ messages in thread
From: BryceVandegrift @ 2023-05-15 15:24 UTC (permalink / raw)
  To: ml

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

New comment by BryceVandegrift on void-packages repository

https://github.com/void-linux/void-packages/pull/43861#issuecomment-1548074784

Comment:
[This](https://github.com/void-linux/void-packages/blob/432de08192fd2118803fa92b45bef0501197875c/srcpkgs/element-desktop/files/element-desktop) files needs to be changed. It calls `electron19` when it should call `electron24`.

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

* Re: element-desktop: update to 1.11.31.
  2023-05-13  9:53 [PR PATCH] element-desktop: update to 1.11.31 fccapria
                   ` (3 preceding siblings ...)
  2023-05-15 15:24 ` BryceVandegrift
@ 2023-05-15 18:59 ` fccapria
  4 siblings, 0 replies; 6+ messages in thread
From: fccapria @ 2023-05-15 18:59 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/43861#issuecomment-1548400071

Comment:
> [This](https://github.com/void-linux/void-packages/blob/432de08192fd2118803fa92b45bef0501197875c/srcpkgs/element-desktop/files/element-desktop) files needs to be changed. It calls `electron19` when it should call `electron24`.

Thanks, I hadn't noticed the error because I also had electron19 installed, element ran with that.
My bad.

This PR fixes the bug: #43885.

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

end of thread, other threads:[~2023-05-15 18:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-13  9:53 [PR PATCH] element-desktop: update to 1.11.31 fccapria
2023-05-14  1:27 ` [PR PATCH] [Merged]: " abenson
2023-05-15  1:47 ` BryceVandegrift
2023-05-15  7:37 ` fccapria
2023-05-15 15:24 ` BryceVandegrift
2023-05-15 18:59 ` fccapria

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