Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822018 - net-im/fluffychat: new package request
Summary: net-im/fluffychat: new package request
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-05 21:32 UTC by Skyler Mäntysaari
Modified: 2023-07-29 03:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Skyler Mäntysaari 2021-11-05 21:32:51 UTC
I would like fluffychat to be added to the portage tree, it uses flutter.

https://fluffychat.im/
Source code is at: https://gitlab.com/famedly/fluffychat
Comment 1 Adam 2023-07-28 20:06:27 UTC
I also want fluffychat, I will try to make an ebuild for it on GURU later today.
Comment 2 Adam 2023-07-29 03:10:15 UTC
Nevermind, I couldn't figure it out. Flutter is very frustrating to deal with. It's designed to work out of its own directory in the developer's home dir. I tried to have it install flutter in /opt, update itself in the postinstall, and copy itself to fluffychat's workdir, but even that doesn't work because flutter has its own package manager functionality which wants to access the internet every time you compile a new package.
I can't even figure out how to compile this outside of portage, presumably because of some package conflict within flutter.