Search Criteria
Package Details: schildichat-desktop 1.11.36.sc.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/schildichat-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | schildichat-desktop |
| Description: | A Matrix client based on Element with a more traditional instant messaging experience |
| Upstream URL: | https://schildi.chat |
| Licenses: | Apache |
| Submitter: | mynacol |
| Maintainer: | su-ex |
| Last Packager: | mynacol |
| Votes: | 9 |
| Popularity: | 0.006020 |
| First Submitted: | 2022-01-11 22:36 (UTC) |
| Last Updated: | 2024-02-28 18:47 (UTC) |
Dependencies (10)
- electron25AUR (electron25-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- libxcrypt-compat (make)
- make (make-gitAUR, make-staticAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
- nvm (nvm-gitAUR) (make)
- python (make)
- rust (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup) (make)
- tcl (tcl-fossilAUR, tcl84AUR, tcl84AUR) (make)
- yarn (yarn-berryAUR, corepackerAUR, yarn-corepackAUR) (make)
Required by (0)
Sources (8)
- autolaunch.patch
- git+https://github.com/SchildiChat/element-desktop.git
- git+https://github.com/SchildiChat/element-web.git
- git+https://github.com/SchildiChat/matrix-js-sdk.git
- git+https://github.com/SchildiChat/matrix-react-sdk.git
- git+https://github.com/SchildiChat/schildichat-desktop.git#tag=v1.11.36-sc.3
- schildichat-desktop.desktop
- schildichat-desktop.sh
Latest Comments
1 2 Next › Last »
kescherAUR commented on 2024-10-20 16:11 (UTC)
Since https://github.com/SchildiChat/schildichat-desktop/releases/tag/v1.11.81-sc.0.test.0 exists now, an upgrade to that may be worthwhile.
dreieck commented on 2024-09-07 12:14 (UTC)
Just a note:
SchildiChat seems to be (temporarily) abandoned and has outstanding bugs, and the branch
liteseems to be currently maintained.Maybe an idea to create a
schildichat-desktop-litepackage, or temporarily switch to thelitebranch?Regards!
mynacol commented on 2024-06-15 17:45 (UTC)
I de-maintain this package immediately.
@balaraz electron25 correctly depends on nodejs-lts-hydrogen, which provides nodejs=18. If you have other packages that depend on nodejs>18, they cannot coexist in Arch.
balaraz commented on 2024-06-13 08:33 (UTC)
Hello! Please update the Electron dependency to a newer version. Recently, Electron 25 started to depend on nodejs-lts and this causes a conflict with nodejs, which other programs depend on. I tried to build it with electron27 and everything works.
dreieck commented on 2024-04-06 07:58 (UTC)
_electron=electron25to_electron=electron), which currently is version 29, andschildichat-desktopseems to work with that. So you might get rid of old dependencies. (If you want to be sure you can set it to a specific up to date version.)diffto thePKGBUILD:libsecretneeds to be added to thedependsarray. Fromnamcap:(If possible I do not want to maintain this package, I have enough to maintain.)
mynacol commented on 2024-03-21 14:22 (UTC)
@dreieck I agree with the technical assessment and goal. However, I won't implement such a change. If you want to step up, you can be the new maintainer of this package.
dreieck commented on 2024-03-20 15:04 (UTC) (edited on 2024-03-20 15:06 (UTC) by dreieck)
This
PKGBUILDdoes also download stuff inbuild().Can you move all downloads, that are not possible via the
sourcearray, intoprepare(), so that build can run in an offline environment?Regards and thanks a big lot for the package!
mynacol commented on 2024-02-28 18:52 (UTC) (edited on 2024-02-28 18:53 (UTC) by mynacol)
I updated to 1.11.36, the full text search seems to be broken.
I've already moved on due to security concerns. The now updated electron 25 is already end of life with potentially multiple known chromium security issues. Therefore, I'd be more than happy to hand this package over to some willing hands.
mynacol commented on 2023-05-11 12:56 (UTC)
@craeckie This package exclusively requires rust, not rustup. I assume something on your end got messed up. Maybe you already had rustup, which provides rust according to pacman metadata. Anyways, you should be able to call
rustc --versionin the shell before building this package.craeckie commented on 2023-05-11 10:27 (UTC)
Requires
rustinstead of rustup (at least for me). Maybe it was just misconfigured, but switching torustfixed it for me.Otherwise I get the following error:
1 2 Next › Last »