Search Criteria
Package Details: flipper 0.72.0-1
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 mobile |
Licenses: | |
Submitter: | renyuneyun |
Maintainer: | None |
Last Packager: | ragouel |
Votes: | 2 |
Popularity: | 0.054269 |
First Submitted: | 2019-11-20 00:36 |
Last Updated: | 2021-01-24 07:37 |
Dependencies (9)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- libsecret
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium)
- nss (nss-hg)
- gendesk (make)
- git (git-git) (make)
- yarn (yarn-nightly) (make)
- android-sdk (android-sdk-25.2.5, android-sdk-cmdline-tools-latest-dummy, android-sdk-dummy, android-sdk-cmdline-tools-latest) (optional) – Android debugging support
- watchman (watchman-git, watchman-bin) (optional) – An inotify-based file watching and job triggering command line utility
Latest Comments
ragouel commented on 2020-03-10 22:10
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
@yochananmarqos Thanks for pointing it out! I have updated the
PKGBUILD
accordingly.yochananmarqos commented on 2019-11-20 01:39
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: