@whoami i will not use the flutter aur package, because it needs modifications to the system (you need to be part of the flutteruser group and it will modify your flutter channel). i used the package in the past but it caused more problems than it solved. I normaly use the flutter version availabe at the release time because often fluffychat does not build with a newer version without patches
Search Criteria
Package Details: fluffychat 1.23.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluffychat.git (read-only, click to copy) |
---|---|
Package Base: | fluffychat |
Description: | The cutest instant messenger in the [matrix] |
Upstream URL: | https://github.com/krille-chan/fluffychat |
Keywords: | Chat Matrix |
Licenses: | AGPL-3.0-only |
Submitter: | garionion |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 26 |
Popularity: | 0.33 |
First Submitted: | 2020-10-29 10:59 (UTC) |
Last Updated: | 2025-01-16 15:07 (UTC) |
Dependencies (14)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libolm (libolm-gitAUR)
- libsecret
- openssl (openssl-gitAUR, openssl-staticAUR)
- xdg-user-dirs
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- fvmAUR (fvm-gitAUR, fvm-binAUR, fvm-sourcebuildAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (0)
Sources (1)
garionion commented on 2021-12-29 22:25 (UTC)
whoami commented on 2021-12-29 22:21 (UTC) (edited on 2021-12-29 22:49 (UTC) by whoami)
PKGBUILD with aur/flutter in makedepends, It's newer and faster. Also I remove some dependencies cause namcap
says.
garionion commented on 2021-07-26 11:57 (UTC)
@jaap that was some nice timing ^^ had a few very busy days, so i just had now time to update the fluffychat packages
jaap commented on 2021-07-26 11:54 (UTC)
I say as it gets updated
jaap commented on 2021-07-26 11:54 (UTC)
Is this still supported? its 2 versions behind now.
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/
jaap commented on 2021-05-02 11:57 (UTC)
Yes! thank you it works now.
garionion commented on 2021-05-01 22:03 (UTC)
@jaap it builds again after the latest update (even with a clean directory)
jaap commented on 2021-04-22 18:08 (UTC)
yes installing flutter absolutely is a bit of a pain, as is updating it... Currently it doesnt build for me because of:
[ +42 ms] Running "flutter pub get" in fluffychat-v0.29.1... (completed in 7.5s)
[ +1 ms] "flutter linux" took 7,885ms.
[ +3 ms] pub get failed (1; | /b/s/w/ir/cache/builder/src/third_party/dart/third_party/pkg/pub/bin/pub.dart 9:48 main)
[ ]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
#1 _DefaultPub.batch (package:flutter_tools/src/dart/pub.dart:322:7)
<asynchronous suspension>
#2 _DefaultPub.get (package:flutter_tools/src/dart/pub.dart:222:7)
<asynchronous suspension>
#3 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1135:7)
<asynchronous suspension>
#4 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1009:27)
<asynchronous suspension>
#5 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#6 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
<asynchronous suspension>
#7 CommandRunner.runCommand (package:args/command_runner.dart:197:13)
<asynchronous suspension>
#8 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:278:9)
<asynchronous suspension>
#9 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#10 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
<asynchronous suspension>
#11 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:234:5)
<asynchronous suspension>
#12 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:64:9)
<asynchronous suspension>
#13 run.<anonymous closure> (package:flutter_tools/runner.dart:62:12)
<asynchronous suspension>
#14 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#15 AppContext.run (package:flutter_tools/src/base/context.dart:149:12)
<asynchronous suspension>
#16 runInContext (package:flutter_tools/src/context_runner.dart:73:10)
<asynchronous suspension>
#17 main (package:flutter_tools/executable.dart:90:3)
<asynchronous suspension>
[ +2 ms] Running shutdown hooks
[ ] Shutdown hooks complete
[ ] exiting with code 1
and a manual pug get:
Could not find a file named "pubspec.yaml" in https://github.com/walsha2/flutter_math.git 6c3284faaedfe1dcb08f23d2c519bc95cbf0dbaf.
Running "flutter pub get" in fluffychat-v0.29.1...
pub get failed (1; Could not find a file named "pubspec.yaml" in https://github.com/walsha2/flutter_math.git 6c3284faaedfe1dcb08f23d2c519bc95cbf0dbaf.)
I think this has been fixed in the repo, but the changelog has been abandoned so I am not sure.
garionion commented on 2021-04-09 21:20 (UTC)
@jaap i won't add flutter as makedep because it would potentially change your maybe existing dev environment and if not, flutter wants to change $things in /opt/flutter and you would have to be part of 'flutterusers' and apperently, this is a problem for many users.
i did remove flutter pub get
tho, as this changes nothing for the build
Pinned Comments