Search Criteria
Package Details: electron16-bin 16.2.8-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/electron16-bin.git (read-only, click to copy) |
---|---|
Package Base: | electron16-bin |
Description: | Build cross platform desktop apps with web technologies - binary version 16 |
Upstream URL: | https://electronjs.org |
Keywords: | node nodejs |
Licenses: | MIT, LicenseRef-custom |
Conflicts: | electron16 |
Provides: | electron16 |
Submitter: | yurikoles |
Maintainer: | yurikoles (zxp19821005) |
Last Packager: | zxp19821005 |
Votes: | 1 |
Popularity: | 0.000002 |
First Submitted: | 2021-09-23 13:11 (UTC) |
Last Updated: | 2024-06-26 04:10 (UTC) |
Dependencies (8)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- nss (nss-hgAUR)
- kde-cli-tools (kde-cli-tools-gitAUR) (optional) – file deletion support (kioclient5)
- libappindicator-gtk3 (optional) – StatusNotifierItem support
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR) (optional) – WebRTC desktop sharing under Wayland
- 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 (xdg-email, xdg-open)
Required by (24)
- aniship-bin (requires electron16)
- astrofox-bin (requires electron16)
- bilibilivideodownload-bin (requires electron16)
- desktop-schedule-bin (requires electron16)
- fishpi-bin (requires electron16)
- gdlauncher (requires electron16)
- lx-music-desktop-electron-git (requires electron16)
- map-download-git (requires electron16)
- masscode-bin (requires electron16)
- masscode-git (requires electron16)
- memocast-bin (requires electron16)
- minterm-bin (requires electron16)
- moyu-bin (requires electron16)
- mu-epub-viewer-bin (requires electron16)
- open-password-manager-bin (requires electron16)
- picgo-electron (requires electron16)
- picgo-git (requires electron16)
- ppet3-bin (requires electron16)
- projector-bin (requires electron16)
- saberfy (requires electron16)
- silence-speedup-bin (requires electron16)
- somafm-desktop-player-bin (requires electron16)
- tockler-bin (requires electron16)
- wiznote-desktop-bin (requires electron16)
Latest Comments
alerque commented on 2024-03-04 14:18 (UTC) (edited on 2024-03-05 07:50 (UTC) by alerque)
This and all other
elecronNN-bin
packages should NOT haveprovides=(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.