Package Details: fluffychat 1.19.0-5

Git Clone URL: https://aur.archlinux.org/fluffychat.git (read-only, click to copy)
Package Base: fluffychat
Description: Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
Upstream URL: https://fluffychat.im/
Keywords: Chat Matrix
Licenses: AGPL3
Conflicts: fluffychat
Provides: fluffychat
Submitter: garionion
Maintainer: garionion (WithTheBraid)
Last Packager: WithTheBraid
Votes: 24
Popularity: 1.61
First Submitted: 2020-10-29 10:59 (UTC)
Last Updated: 2024-04-04 19:53 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

garionion commented on 2021-01-29 10:22 (UTC)

thanks @sseneca, added while updated to 0.26.1

sseneca commented on 2021-01-29 00:13 (UTC)

Why not add one line to disable Flutter analytics while you're at it?

diff --git a/PKGBUILD b/PKGBUILD
index 00469e6..d7e3f66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,7 @@ sha256sums=('fa2ba98775f65c9bd151881696b9d2d5672bb260ed24d83184010a0d436e140a'

 prepare() {
   export PATH="${srcdir}/flutter/bin:$PATH"
+  flutter config --no-analytics
   flutter config --enable-linux-desktop
   cd ${pkgname}-v$pkgver
   echo "dependency_overrides:\n  intl: 0.17.0-nullsafety.2" >> pubspec.yaml

garionion commented on 2021-01-28 22:41 (UTC)

@SeerLite @nobodywasishere this issue probably was that you were not part of the flutterusers group. thanks to celogeek (https://aur.archlinux.org/packages/fluffychat-web/) this issues should be no more. (i've shamelessly stolen his part of the PKGBUILD were he downloads flutter and sets the PATH)

nobodywasishere commented on 2021-01-28 18:48 (UTC)

The line flutter config --enable-linux-desktop is giving issues (as well as with all other flutter packages) as it tries to do stuff outside of the srcdir or pkgdir. Gives the error:

  -> Extracting fluffychat-v0.25.1.tar.gz with bsdtar
==> Starting prepare()...
mkdir: cannot create directory ‘/opt/flutter/bin/cache’: Permission denied
==> ERROR: A failure occurred in prepare().
    Aborting...

I tried adding --build-dir=${pkgdir} to the end of the command but it had no effect.

SeerLite commented on 2021-01-19 15:09 (UTC)

Tries to create /opt/flutter/bin/cache during package creation. Is there any way to do it in a under current directory?

garionion commented on 2021-01-17 11:07 (UTC)

it did use flutter channel dev and since i did not want to just change your channel i used flutter-dev. but since fluffychat now uses channel master, i switched to flutter-git

JuniorJPDJ commented on 2021-01-14 01:26 (UTC)

It depends on flutter-dev which is now orphaned. Does it really need any -dev things?

garionion commented on 2020-12-05 21:44 (UTC)

as long as I don't get complaints, that it wont always build, i have no problem with a -git packet ^^

also, I'm waiting for their download server for a -bin packet

JuniorJPDJ commented on 2020-12-05 20:58 (UTC)

What do you think about creating also a -git package?

garionion commented on 2020-10-29 13:59 (UTC)

Yes, these are necessary, unfortunatly (https://flutter.dev/desktop)

Also, you need to be part of the flutterusers group for /opt/flutter access

additionally I made a mistake. it needs to be flutter channel dev. i will push an update