Search Criteria
Package Details: fluux-messenger 0.15.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fluux-messenger.git (read-only, click to copy) |
|---|---|
| Package Base: | fluux-messenger |
| Description: | A fast, modern, cross-platform XMPP client for communities and organizations. |
| Upstream URL: | https://www.process-one.net/fluux/ |
| Licenses: | AGPL-3.0-or-later |
| Submitter: | jprjr |
| Maintainer: | jprjr |
| Last Packager: | jprjr |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-02-10 20:28 (UTC) |
| Last Updated: | 2026-04-21 17:15 (UTC) |
Dependencies (17)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- libx11 (libx11-gitAUR)
- libxss
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR) (make)
- lld (llvm-gitAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
jprjr commented on 2026-03-23 13:54 (UTC)
Updated package to clone via git and checkout a tag, instead of downloading the GitHub autogenerated tarball. This is admittedly less secure but since GitHub tarballs aren't guaranteed to be bit-for-bit identical between downloads, there's not a great way to truly verify a download.
See https://github.com/processone/fluux-messenger/issues/241 for a request add a pre-generated source tarball to the releases, which would help with validity checks.
jprjr commented on 2026-03-23 13:11 (UTC)
@Nullf0x validity check shouldn't be affected by cflags, this may be an issue with how github generates .tar.gz files. They're not truly deterministic.
I'll update the package to do a git clone instead, which will essentially remove the validity check. I'll also open an issue with upstream to provide a generated tarball.
Nullf0x commented on 2026-03-23 05:44 (UTC)
Has there been progress on which cflags are necessary on the makepkg.conf? I get some errors with the validity check.
jprjr commented on 2026-03-18 14:56 (UTC)
It looks like aws-lc-sys is pretty dependent on what
CFLAGSare set in/etc/makepkg.confI've updated the package to add
!buildflagsto the options - soCFLAGSget ignored. I may circle back and see if there's a good set that should be added, or see if there's a way to compile that particular dependency with different CFLAGS.I've also set clang + lld as build deps - this allows for Rust's link-time optimization to work correctly.
kousu commented on 2026-03-17 16:58 (UTC) (edited on 2026-03-17 16:59 (UTC) by kousu)
Thanks for packaging this!
I'm getting a build error with both
pikaurandmakepkg.I was able to finish the build by following the PKGBUILD manually
And I can run
This is some deep arcane spell to me. I have no idea what's wrong.