Search Criteria
Package Details: flipper 0.186.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: | 4 |
Popularity: | 0.000082 |
First Submitted: | 2019-11-20 00:36 (UTC) |
Last Updated: | 2023-03-20 14:55 (UTC) |
Dependencies (10)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- libsecret
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen)
- nss (nss-hg)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- gendesk (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- yarn (yarn-nightly, yarn-xdg, yarn-xdg-bin) (make)
- android-sdk (android-sdk-dummy, android-sdk-cmdline-tools-latest-dummy, android-sdk-debian, android-sdk-cmdline-tools-latest) (optional) – Required for a fully functional install
- watchman (watchman-git, watchman-bin) (optional) – Required for a fully functional install
Latest Comments
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 addyarn
andgit
tomakedepends()
. You don't needunzip
(also missing frommakedepends()
), 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: