Package Details: ferdium-electron 6.7.3-1

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
Conflicts: ferdium
Provides: ferdium
Submitter: KokaKiwi
Maintainer: KokaKiwi (ItachiSan)
Last Packager: KokaKiwi
Votes: 1
Popularity: 0.000007
First Submitted: 2022-09-29 16:59 (UTC)
Last Updated: 2024-04-25 18:02 (UTC)

Latest Comments

Piroro-hs commented on 2024-05-08 14:55 (UTC) (edited on 2024-05-08 15:32 (UTC) by Piroro-hs)

Several failures occur.

==> Starting build()...
 ERR_PNPM_BAD_PM_VERSION  This project is configured to use v8.15.7 of pnpm. Your current pnpm is v9.1.0

If you want to bypass this version check, you can set the "package-manager-strict" configuration to "false" or set the "COREPACK_ENABLE_STRICT" environment variable to "0"
==> ERROR: A failure occurred in build().
    Aborting...

.packageManager = \"pnpm@$pnpm_ver\" should be added to jq_expr.

> ferdium@6.7.3 build /home/piroro/.cache/pikaur/build/ferdium-electron/src/ferdium-app-6.7.3
> preval-build-info-cli && node esbuild.mjs && electron-builder "--linux" "--x64" "--dir" "-c.electronDist=/usr/lib/electron30" "-c.electronVersion=30.0.1"

fatal: not a git repository (or any of the parent directories): .git
Error: Command failed: git rev-parse HEAD
fatal: not a git repository (or any of the parent directories): .git
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
└─┬ @superwf/mobx-react-router 7.4.0
  └── ✕ unmet peer path-to-regexp@>=6: found 2.4.0

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.

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.

…
> ferdium-recipes@1.0.1 package /build/ferdium-electron/src/ferdium-electron/recipes
> node scripts/package.js

✅ Successfully packaged and added 283 recipes (0 unsuccessful recipes)

> ferdium@6.2.7-nightly.0 build /build/ferdium-electron/src/ferdium-electron
> preval-build-info-cli && node esbuild.mjs && electron-builder "--linux" "--x64" "--dir" "-c.electronDist=/usr/lib/electron22" "-c.electronVersion=22.3.3"

sh: line 1: preval-build-info-cli: command not found
 ELIFECYCLE  Command failed.
 WARN   Local package.json exists, but node_modules missing, did you mean to install?
==> ERROR: A failure occurred in build().

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 as pnpm is used always in upstream? https://github.com/ferdium/ferdium-app/pull/714