Search Criteria
Package Details: fluffychat-web 1.19.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluffychat-web.git (read-only, click to copy) |
---|---|
Package Base: | fluffychat-web |
Description: | Chat with your friends |
Upstream URL: | https://fluffychat.im/ |
Licenses: | AGPL3 |
Conflicts: | fluffychat-web |
Provides: | fluffychat-web |
Submitter: | celogeek |
Maintainer: | celogeek |
Last Packager: | celogeek |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-28 14:38 (UTC) |
Last Updated: | 2024-04-03 10:52 (UTC) |
Dependencies (7)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- flutterAUR (flutter-gitAUR, flutter-devAUR, flutterupAUR, flutter-dummyAUR, fvm-flutter-proxyAUR, flutter-betaAUR, flutter-binAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- yq (make)
- pantalaimonAUR (pantalaimon-gitAUR) (optional) – used for E2E encryption
Latest Comments
celogeek commented on 2024-04-03 10:53 (UTC)
done
WithTheBraid commented on 2024-04-03 09:20 (UTC)
Could you depend on
flutter-tool
andflutter-target-web
instead of downloading a particular Flutter release as source ?Especially since the pre-build Flutter release contains pre-compiled binaries we might not want to use (or cannot use because one might be running on aarch64).
celogeek commented on 2023-01-29 10:43 (UTC)
I remove flutter on the build here. fluffychat support last version of flutter only on git version.
celogeek commented on 2022-01-25 10:34 (UTC)
god, I figure it out. I make it works with YAY. I have a missing deps, but now it works.
Can you try it ?
celogeek commented on 2022-01-25 10:28 (UTC)
I test it (even with a copy to make it works)
makepkg cannot depends on AUR package. so I can't do that.
celogeek commented on 2022-01-25 09:48 (UTC)
The flutter package needs to have the user permission to works. So I can do the link, but I need to copy the flutter directory to src.
I try to figure out how we can use it without doing it.
dreieck commented on 2022-01-24 20:45 (UTC)
You download
flutter
in the sources.There is (now) also an AUR package
flutter
, maybe you can makedepend on that and remove flutter from thesources
array?