Search Criteria
Package Details: electron30-bin 30.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/electron30-bin.git (read-only, click to copy) |
---|---|
Package Base: | electron30-bin |
Description: | Build cross platform desktop apps with web technologies — prebuilt |
Upstream URL: | https://electronjs.org |
Keywords: | electron electron30 |
Licenses: | MIT, LicenseRef-custom |
Conflicts: | electron30 |
Provides: | electron30 |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 (yurikoles) |
Last Packager: | yurikoles |
Votes: | 1 |
Popularity: | 0.025196 |
First Submitted: | 2024-03-29 01:38 (UTC) |
Last Updated: | 2024-09-13 03:36 (UTC) |
Dependencies (9)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- nss (nss-hgAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR) (optional) – for --gtk-version=4 (GTK4 IME might work better on Wayland)
- kde-cli-tools (kde-cli-tools-gitAUR) (optional) – file deletion support (kioclient5)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR) (optional) – WebRTC desktop sharing under Wayland
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR) (optional) – enable Qt6 with --enable-features=AllowQt
- trash-cli (trash-cli-gitAUR) (optional) – file deletion support (trash-put)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – open URLs with desktop`s default
Required by (80)
- aesir-wallet-bin (requires electron30)
- aihub (requires electron30)
- aihub-bin (requires electron30)
- aihub-git (requires electron30)
- antares-sql-bin (requires electron30)
- antares-sql-git (requires electron30)
- apple-music-electron-git (requires electron30)
- backend-ai-desktop-bin (requires electron30)
- balena-etcher (requires electron30)
- bbg-bin (requires electron30)
- behavior3editor-git (requires electron30)
- blueknight-bin (requires electron30)
- boson-git (requires electron30)
- codefuse-ide-git (requires electron30)
- cycode (requires electron30)
- dbgate-beta-bin
- dbgate-bin (requires electron30)
- dbgate-git (requires electron30)
- dilidili-git (requires electron30)
- electronim-bin (requires electron30)
- Show 60 more...
Latest Comments
yurikoles commented on 2024-07-19 22:15 (UTC)
zxp19821005 Please add me as co-maintainer for your this package as well.
zxp19821005 commented on 2024-04-16 11:09 (UTC)
@alerque Thanks for your remind,fixed it.
alerque commented on 2024-04-16 11:03 (UTC)
This should NOT have
provides=(electron)
, onlyprovides=(electronNN)
. Please remove these as they are causing a mess all over the Electron ecosystem since the upstream change to the electron meta package approach. This may have originally made sense, but it definitely does not now. The only package that should provide that from the AUR is theelectron-bin
package which is a direct replacement forelectron
without a version. That provision on these versioned package is going to lock people using anything that does want the sliding version of Electron into whatever version they happen to have installed and also in some cases block installing multiple Electron apps that require different versions. Additionally it is screwing up AUR helpers trying to resolve dependencies.