Search Criteria
Package Details: flare 0.20.3-0
Package Actions
| Git Clone URL: | https://aur.archlinux.org/flare.git (read-only, click to copy) |
|---|---|
| Package Base: | flare |
| Description: | Chat with your friends on Signal |
| Upstream URL: | https://gitlab.com/schmiddi-on-mobile/flare |
| Licenses: | AGPL-3.0-only |
| Submitter: | julianfairfax |
| Maintainer: | Schmiddi (heapifyman) |
| Last Packager: | heapifyman |
| Votes: | 8 |
| Popularity: | 0.50 |
| First Submitted: | 2023-04-27 14:57 (UTC) |
| Last Updated: | 2026-04-05 12:59 (UTC) |
Dependencies (10)
- gtksourceview5 (gtksourceview-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR)
- libsecret
- protobuf (protobuf-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- meson (meson-gitAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- feedbackd (feedbackd-gitAUR) (optional) – for vibrating notifications
- libspelling (libspelling-gitAUR) (optional) – for spell-checking support
Latest Comments
1 2 Next › Last »
14mRh4X0r commented on 2026-03-27 14:03 (UTC) (edited on 2026-03-27 14:05 (UTC) by 14mRh4X0r)
Thought I'd take a stab, mostly taking inspiration from fractal's PKGBUILD, here you go:
dreieck commented on 2025-12-05 11:15 (UTC) (edited on 2026-03-08 12:37 (UTC) by dreieck)
Ahoj,
that's fine!,
↗ Here is a forum discussion about it. Comment #4 says:
Use case is e.g. that
makepkg -ecan be used to re-build without network access (e.g. on the go). Or hyptothetically some very restricted build environments.But anyway, what is even more problematic is that
package()downloads and compiles again, afterbuild()has already done so.I might try at some time.
I see that you use
meson, which in turn usescargo. I am not familiar withmeson, but it looks that either upstream needs to be pinged to change their meson scripts, or that this package should callcargomanually.I think you are right in that.
Regards!
heapifyman commented on 2025-12-04 22:46 (UTC)
@dreieck We can look into your suggestions for the build but it might take some time because we are currently busy with other things.
We did not find anything in the guidelines, though, that prohibits network access in build(). Before we start anything could you please provide a bit more detail why you think these changes would be necessary? What benefits do you hope to gain? Of course, you're also welcome to send a patch.
Regarding git submodules, I don't think the package uses any.
As for the license identifier. That indeed should be fixed. So thanks for pointing that out.
dreieck commented on 2025-12-03 13:31 (UTC) (edited on 2025-12-03 13:33 (UTC) by dreieck)
You updated the package, but you still compile and download stuff in
package(). (Inbuild(), compilation and download happens, inpackage()again).package()no compilation nor download is happening.build()no download is happening: Please add thecargocommands to download the rust dependencies toprepare(), so thatbuild()can run on fully prepared sources in an offline environment.See the Rust Package Guidelines in the Arch Linux wiki for this part.
Regards!
dreieck commented on 2025-11-25 21:12 (UTC)
STILL happening. MUST BE FIXED!
dreieck commented on 2025-04-17 08:32 (UTC) (edited on 2025-04-17 08:34 (UTC) by dreieck)
Ahoj,
this
PKGBUILDdownloads and compiles stuff inpackage().This should not happen.
Please:
sourcearray, to theprepare()function, so thatbuild()andpackage()can run in an offline environment,build()function.Also, please download git submodules via the
sourcearray and reference them inprepare(), es explained here in the Arch Linux wiki for-gitpackages.Here an excerpt from the terminal:
Also the license identifier should be updated to be SPDX compliant:
(e.g.
AGPL-3.0-onlyorAGPL-3.0-or-later)Regards and thanks for the package!
julianfairfax commented on 2024-03-27 12:27 (UTC)
I have downgraded the AUR package to 0.13.0 while we wait for blueprint-compiler to be updated. Thank you to those who reported the latest build's failure to build.
marmistrz commented on 2024-03-25 10:09 (UTC)
0.14.1fails with:marmistrz commented on 2024-01-02 16:11 (UTC)
For me the build seems to hang after cargo finishes:
dreieck commented on 2023-08-17 07:28 (UTC) (edited on 2023-08-17 07:35 (UTC) by dreieck)
Installing
gnome-keyringsolves the issue reported at 2023-08-17, 07:22 UTC. Maybe it needs be added to thedependsarray?But it is really inconvenient to have to store secrets in gnome-keyring, if I use other methods :-(.
1 2 Next › Last »