Search Criteria
Package Details: ferdium-electron 7.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ferdium-electron.git (read-only, click to copy) |
---|---|
Package Base: | ferdium-electron |
Description: | A messaging browser that allows you to combine your favorite messaging services into one application (git build from latest release) - System-wide Electron edition |
Upstream URL: | https://ferdium.org/ |
Licenses: | Apache-2.0 |
Conflicts: | ferdium |
Provides: | ferdium |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi (ItachiSan) |
Last Packager: | KokaKiwi |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-29 16:59 (UTC) |
Last Updated: | 2024-11-11 19:41 (UTC) |
Dependencies (6)
- electron33
- asar (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (make)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
yochananmarqos commented on 2024-11-11 18:03 (UTC)
@KokaKiwi: This now uses Electron 33.
Piroro-hs commented on 2024-05-08 14:55 (UTC) (edited on 2024-05-08 15:32 (UTC) by Piroro-hs)
Several failures occur.
.packageManager = \"pnpm@$pnpm_ver\"
should be added tojq_expr
.Piroro-hs commented on 2023-12-21 12:56 (UTC)
@yochananmarqos This package mainly consists of .js scripts and .tar.gz archive of .js scripts, so stripping is effectless and just waisting computer resources.
ItachiSan commented on 2023-11-21 22:17 (UTC)
Hi everyone, I talked with @KokaKiwi and was added as comaintainer. Tomorrow I will try to update the package. The main concern is that the Arch Electron is 25.x while upstream they use 27.x.
yochananmarqos commented on 2023-08-17 16:14 (UTC)
@KokaKiwi: With 6.4.1, upstream now requires Node.js >=18. I just built it with
nodejs
20.5.0-1 just fine.@Piroro-hs: Why should the package not be stripped?
Piroro-hs commented on 2023-07-06 12:10 (UTC)
Please consider adding
!strip
FichteFoll commented on 2023-05-23 07:57 (UTC)
Build fails in an nspawn container.
Piroro-hs commented on 2022-12-02 17:59 (UTC) (edited on 2022-12-03 12:28 (UTC) by Piroro-hs)
Maybe
npm
is not required for make deps anymore aspnpm
is used always in upstream? https://github.com/ferdium/ferdium-app/pull/714