Search Criteria
Package Details: fluffychat-git rc1.20.0.2.r74.g8da714b0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluffychat-git.git (read-only, click to copy) |
---|---|
Package Base: | fluffychat-git |
Description: | Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized. |
Upstream URL: | https://fluffychat.im/ |
Keywords: | matrix |
Licenses: | AGPL3 |
Conflicts: | fluffychat |
Provides: | fluffychat |
Submitter: | garionion |
Maintainer: | garionion (WithTheBraid) |
Last Packager: | WithTheBraid |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-17 11:27 (UTC) |
Last Updated: | 2024-05-24 13:47 (UTC) |
Dependencies (11)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libolm (libolm-gitAUR)
- libsecret
- openssl (openssl-gitAUR, openssl-staticAUR)
- xdg-user-dirs
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR)
- cmake (cmake-gitAUR) (make)
- flutter-target-linuxAUR (flutter-binAUR) (make)
- flutter-toolAUR (flutter-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 Next › Last »
dreieck commented on 2022-07-27 16:04 (UTC)
prepare()
seems to interact with directories outside of$srcdir
and$pkgdir
, which it should not and results in failure:Can this be fixed?
whoami commented on 2022-02-10 08:10 (UTC) (edited on 2022-02-10 08:10 (UTC) by whoami)
I think that disabling anonymous statistics (
--no-analytics
) is a bad thing. If you feel the same way, you can change PKGBUILD on the fly, with AUR-helperparu
. it has aPreBuildCommand
option, and you can use customizepkg in it:Example configuration for customizepkg:
dreieck commented on 2022-01-29 10:25 (UTC)
P.S.: I noticed that that (stripping the letters at the beginning of the versionnumber) does also not really help, because then it would be 1.2.0 < 1.2.0.2. I have no quick idea on how to make it properly.
dreieck commented on 2022-01-28 22:51 (UTC)
$pkgver
changed fromrc1.2.0.2[...]
tov1.2.0[...]
.While this is a monotoneous increase (v > r), it seems "brittle" because when upstream changes git tags again to e.g.
rc1.3.0.1
, then that would be considered as an older version compared tov1.2.0
by the pacman logic, and upgrades might be skipped.So I suggest to change the versioning scheme to strip off the leading letters from the version number to ensure strictly monotoneosly increasing version numbers, as required by the packaging guidelines.
Thanks for providing this package, by the way!
dreieck commented on 2022-01-26 19:24 (UTC)
namcap
shows me afluffychat-git E: Dependency libsecret detected and not included
So,
libsecret
should be added to thedepends
array?dreieck commented on 2022-01-25 22:38 (UTC) (edited on 2022-01-25 22:39 (UTC) by dreieck)
Regarding that flutter wants to write into
/opt/flutter/
:I now have added the following to
prepare()
in order to do that stuff within$srcdir
:and the first three lines also go in
build()
.dreieck commented on 2022-01-25 22:36 (UTC)
I suggest to move
to
prepare()
so that all download is finished whenbuild()
starts.garionion commented on 2022-01-25 21:16 (UTC)
this is what flutter does. if you are part of the flutterusers group it doesnt even fail
dreieck commented on 2022-01-25 21:15 (UTC)
prepare()
wants to create stuff in the system directory/opt
:.. please fix!, it must be done under
$srcdir/
or$pkgdir/
.1 2 Next › Last »