0.239.0 is the final electron release. Please read the official flipper announcement. Thank you.
Search Criteria
Package Details: flipper 0.239.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flipper.git (read-only, click to copy) |
---|---|
Package Base: | flipper |
Description: | A desktop debugging platform for mobile developers |
Upstream URL: | https://fbflipper.com |
Keywords: | android debugging ios mobile react-native |
Licenses: | MIT |
Conflicts: | flipper-bin |
Submitter: | renyuneyun |
Maintainer: | rafauke |
Last Packager: | rafauke |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-20 00:36 (UTC) |
Last Updated: | 2023-11-18 15:26 (UTC) |
Dependencies (10)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsecret
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- nss (nss-hgAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- android-sdkAUR (android-sdk-dummyAUR, android-sdk-cmdline-tools-latest-dummyAUR, android-sdk-cmdline-tools-latestAUR) (optional) – Required for a fully functional install
- watchmanAUR (watchman-gitAUR, watchman-binAUR) (optional) – Required for a fully functional install
Required by (0)
Sources (1)
Latest Comments
rafauke commented on 2024-02-19 15:38 (UTC)
rafauke commented on 2023-12-12 08:24 (UTC) (edited on 2023-12-12 08:34 (UTC) by rafauke)
From official repository's README:
Important Announcement
Flipper is moving away from its Electron distribution to an in-Browser experience.
How does this affect me?
Functionality hasn't changed. The UI remains unchanged. Flipper will run in your default browser instead of a standalone application. If you build from source, Flipper will open in the browser instead of a standalone app. We also provide a MacOS app for the Flipper runtime which can be run and will also open Flipper in the browser.
The last Electron release is v0.239.0. As such, future releases will not include Electron artifacts.
rafauke commented on 2022-09-21 20:02 (UTC)
Thank you @ragouel, I have bumped version to 0.166.0.
ragouel commented on 2020-03-10 22:10 (UTC)
There was a build related issue that prevented upgrading this package. It has now been resolved, but will not be released until the next version bump. You can use pre-compiled flipper-bin instead.
renyuneyun commented on 2019-11-20 14:51 (UTC)
@yochananmarqos Thanks for pointing it out! I have updated the PKGBUILD
accordingly.
yochananmarqos commented on 2019-11-20 01:39 (UTC) (edited on 2019-11-20 01:41 (UTC) by yochananmarqos)
yarn
is not a runtime dependency. Please add yarn
and git
to makedepends()
. You don't need unzip
(also missing from makedepends()
), just copy over the linux-unpacked folder.
You're missing the dependencies: nss
libsecret
libxss
gtk3
This needs to be installed in /opt/
, not /usr/lib/
. See Electron package guidelines:
If the package contains a prebuilt copy of electron, copy the final distribution in its entirety to
/opt/appname
.
Pinned Comments
rafauke commented on 2023-12-12 08:24 (UTC) (edited on 2023-12-12 08:34 (UTC) by rafauke)
From official repository's README:
Important Announcement
Flipper is moving away from its Electron distribution to an in-Browser experience.
How does this affect me?
Functionality hasn't changed. The UI remains unchanged. Flipper will run in your default browser instead of a standalone application. If you build from source, Flipper will open in the browser instead of a standalone app. We also provide a MacOS app for the Flipper runtime which can be run and will also open Flipper in the browser.
The last Electron release is v0.239.0. As such, future releases will not include Electron artifacts.