Search Criteria
Package Details: fluffychat-localflutter 1.22.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluffychat-localflutter.git (read-only, click to copy) |
---|---|
Package Base: | fluffychat-localflutter |
Description: | Chat with your friends, be careful about your flutter environment |
Upstream URL: | https://fluffychat.im/ |
Keywords: | chat matrix |
Licenses: | AGPL3 |
Conflicts: | fluffychat |
Provides: | fluffychat |
Submitter: | SteinGates |
Maintainer: | SteinGates |
Last Packager: | SteinGates |
Votes: | 1 |
Popularity: | 0.000010 |
First Submitted: | 2022-06-16 11:18 (UTC) |
Last Updated: | 2024-09-03 13:14 (UTC) |
Dependencies (11)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libolm (libolm-gitAUR)
- libsecret
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- webkit2gtk (webkit2gtk-imgpasteAUR) (make)
Latest Comments
SteinGates commented on 2024-06-06 08:11 (UTC)
it is just because flutter is hard to be packaged. now it still needs a .git folder to work. So enable to package flutter program not that dirty, and the pkgbuild is just on aur, so I remove flutter as devdependency
TipsyTheCat commented on 2024-06-05 23:47 (UTC)
is this just for like modding fc or deving for fc or is there some magical reason that one would prefer fc to use a local env?
SteinGates commented on 2023-10-21 15:15 (UTC)
Thanks, I just noticed it, now the PKGBUILD is updated
whoami commented on 2023-10-18 05:01 (UTC)
The dialogs for adding a picture/file to the chat did not work for me. I decided to launch fluffychat from the terminal and see if it might write some kind of error. And it writes an error that it cannot find 'zenity'. After installation, dialogs for adding a file appeared. So you should write
zenity
to depends.You should also add
libolm
as a dependency. Because no one communicates without encryption. This is bad practice.SteinGates commented on 2023-04-30 14:34 (UTC)
Fixed
whoami commented on 2023-04-30 12:53 (UTC) (edited on 2023-04-30 12:53 (UTC) by whoami)