Package Details: flare 0.14.2-1

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: AGPL3
Submitter: julianfairfax
Maintainer: julianfairfax (e-v, Schmiddi)
Last Packager: julianfairfax
Votes: 5
Popularity: 0.101884
First Submitted: 2023-04-27 14:57 (UTC)
Last Updated: 2024-04-02 22:13 (UTC)

Latest Comments

« First ‹ Previous 1 2

julianfairfax commented on 2023-07-24 11:43 (UTC)

You need blueprint-compiler to fix that issue. It's a dep in the latest PKGBUILD. Clone again and try again.

Fijxu commented on 2023-07-22 17:48 (UTC)

When flare is compiling it throws this error:

[17/19] Generating data/resources/resources_gresource with a custom command
FAILED: data/resources/resources.gresource 
/usr/bin/glib-compile-resources ../data/resources/resources.gresource.xml --sourcedir data/resources --sourcedir ../data/resources --internal --generate --target data/resources/resources.gresource --dependency-file data/resources/resources.gresource.d
../data/resources/resources.gresource.xml: Failed to locate “ui/window.ui” in any source directory.
ninja: build stopped: subcommand failed.

FabioLolix commented on 2023-07-16 14:40 (UTC)

Can you rename the flare binary to de.schmidhuberj.Flare ? RDNN naming is used everywhere for this package except for the binary and it is conflicting with flare-engine

FabioLolix commented on 2023-04-28 20:08 (UTC) (edited on 2023-04-28 20:09 (UTC) by FabioLolix)

Hello, I have builded your pkgbuild in clean chroot using devtools (below some relevant output)

Checking PKGBUILD
PKGBUILD (flare) W: Missing Maintainer tag
Checking flare-0.7.2-0-any.pkg.tar.zst
flare E: ELF file ('usr/bin/flare') found in an 'any' package.
flare E: AGPL-3.0-only is not a common license (it's not in /usr/share/licenses/common/)
  • please add options=(!lto) otherwise it wont build with devtools (a common problem with rust)
  • please add the maintainer line
  • pkgrel typically start at 1
  • for arch=() please write x86_64; you can add more like aarch64 armv7h i686 for example
  • license typing is AGPL3 in Arch packaging, that license is in the licenses package so is not mandatory to install it in "${pkgdir}/usr/share/licenses/${pkgname}"