Package Details: fluffychat 1.14.1-1

Git Clone URL: https://aur.archlinux.org/fluffychat.git (read-only, click to copy)
Package Base: fluffychat
Description: Chat with your friends
Upstream URL: https://fluffychat.im/
Keywords: Chat Matrix
Licenses: AGPL3
Conflicts: fluffychat
Provides: fluffychat
Submitter: garionion
Maintainer: garionion (WithTheBraid)
Last Packager: WithTheBraid
Votes: 21
Popularity: 1.20
First Submitted: 2020-10-29 10:59 (UTC)
Last Updated: 2023-09-22 05:37 (UTC)

Pinned Comments

garionion commented on 2021-06-12 13:01 (UTC)

for those wo don't want to build this package by themself, there is now also a -bin package: https://aur.archlinux.org/packages/fluffychat-bin/

Latest Comments

1 2 3 4 5 Next › Last »

artiom commented on 2023-11-21 23:43 (UTC)

Please also add categories to the Desktop entry.

Categories=Network;InstantMessaging;Chat;IRCClient

kusoneko commented on 2023-09-22 05:28 (UTC)

I made a quick git diff patch for v1.14.1, it compiles fine:

diff --git a/.SRCINFO b/.SRCINFO
index 70e707d..ffc44ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = fluffychat
    pkgdesc = Chat with your friends
-   pkgver = 1.14.0
+   pkgver = 1.14.1
    pkgrel = 1
    url = https://fluffychat.im/
    arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = fluffychat
    depends = libolm
    provides = fluffychat
    conflicts = fluffychat
-   source = fluffychat-v1.14.0.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.14.0.tar.gz
-   sha256sums = e028085956f987594679a8f4c6f4b4b7b2060d83d1f022b4d7562c588d70bb5a
+   source = fluffychat-v1.14.1.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.14.1.tar.gz
+   sha256sums = 294d9b820a2427e8cb7544d38e648de00e3b655e14066502f9a0f469267dd4aa

 pkgname = fluffychat
diff --git a/PKGBUILD b/PKGBUILD
index dc85414..5adb77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # thanks to celogeek, sseneca, dr460nf1r3, dr460nf1r3 and AverytheFurry for pointing out multiple things

 pkgname=fluffychat
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="Chat with your friends"
 arch=('x86_64' 'aarch64')
@@ -18,7 +18,7 @@ makedepends=('clang'
 provides=("$pkgname")
 conflicts=("$pkgname")
 source=("fluffychat-v${pkgver}.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e028085956f987594679a8f4c6f4b4b7b2060d83d1f022b4d7562c588d70bb5a')
+sha256sums=('294d9b820a2427e8cb7544d38e648de00e3b655e14066502f9a0f469267dd4aa')

 prepare() {
   flutter --no-version-check --suppress-analytics config --enable-linux-desktop

joeleg commented on 2023-09-18 03:43 (UTC)

Hey, the checksum seems to have changed, can you update the package with the later checksum? Thanks

Xangelix commented on 2023-08-08 15:21 (UTC)

Since 953cd4e42fa8 fluffychat: error while loading shared libraries: libwebrtc.so: cannot open shared object file: No such file or directory

iyanmv commented on 2023-06-28 12:45 (UTC)

I would love to see this in [extra] :)

pioneer commented on 2023-05-20 08:22 (UTC)

Fails with the following error:

Git error. Command: `git fetch` stdout: stderr: remote: Repository not found. fatal: repository 'https://github.com/radzio-it/flutter-webrtc.git/' not found

msrd0 commented on 2023-01-20 13:43 (UTC)

The package currently fails to compile because it removes the correct version from /opt/flutter/version, writes 0.0.0-unknown into it and then complains about the flutter version being to old. I don't know how flutter works but this sounds really stupid.

DonKot commented on 2022-08-17 07:08 (UTC)

I was able to build the package. The problem lies with flutter and not with this package. Just fix the ownership of flutter.

sudo chown -R $USER:flutterusers /opt/flutter/

mnqn commented on 2022-08-12 07:32 (UTC)

Cannot build the package.

==> Starting prepare()...
fatal: detected dubious ownership in repository at '/opt/flutter'
To add an exception for this directory, call:

    git config --global --add safe.directory /opt/flutter
rm: cannot remove '/opt/flutter/version': Permission denied
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: fluffychat

whoami commented on 2022-06-25 21:23 (UTC)

this build works for me http://vpaste.net/aeGOv