Search Criteria
Package Details: polycule-git 0.2.5.r130.gc58e827-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/polycule-git.git (read-only, click to copy) |
---|---|
Package Base: | polycule-git |
Description: | A geeky and efficient [matrix] client for power users. |
Upstream URL: | https://gitlab.com/polycule_client/polycule |
Keywords: | chat matrix |
Licenses: | EUPL-1.2 |
Conflicts: | polycule |
Provides: | polycule |
Submitter: | WithTheBraid |
Maintainer: | WithTheBraid |
Last Packager: | WithTheBraid |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-05-24 10:07 (UTC) |
Last Updated: | 2025-07-07 15:35 (UTC) |
Dependencies (15)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-gitAUR, jsoncpp-cmakeAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- mimalloc (mimalloc-gitAUR)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-full-gitAUR, mpv-full-build-gitAUR, mpv-amd-full-gitAUR, mpv-fullAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- xdg-user-dirs
- cmake (cmake3AUR, cmake-gitAUR) (make)
- flutter-intellij-patchAUR (make)
- flutter-target-linuxAUR (flutter-binAUR) (make)
- flutter-toolAUR (flutter-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- rustup (rustup-gitAUR) (make)
Latest Comments
dreieck commented on 2025-09-29 10:24 (UTC)
Ahoj,
a suggestion:
In
prepare()
, the lineflutter --suppress-analytics pub get --enforce-lockfile || flutter --suppress-analytics pub get
creates a lot of network traffic while only showing
Resolving dependencies... (143.2s)
and thenDownloading packages... (121.4s)
.(More verbose information only later.)
To see progress, is it possible to be more verbose with progress and what is actually done as the network traffic is going on?
Regards!
dreieck commented on 2025-03-05 17:09 (UTC)
Thanks!
WithTheBraid commented on 2025-03-05 16:42 (UTC)
PUB_CACHE
was correctly set and the AUR version of Flutter has analytics patched off.However, for users making use of other Flutter providers than aur/flutter, I added the
--supress-analytics
flag to each call.License naming and versioning fixed too. Thanks a lot for your feedback.
dreieck commented on 2025-03-05 15:41 (UTC)
EUPL1.2
is not a valid SPDX license identifier. Please useEUPL-1.2
.And since
EUPL-1.2
is not at/usr/share/licenses/spdx/
, you must install the license text into/usr/share/licenses/${pkgname}/
(and not/usr/share/licenses/${_name}/
as you do it now.)Regards and thanks for the package!
dreieck commented on 2025-03-05 15:36 (UTC)
Can you please make sure that flutter stays within (a subdirectory of)
${srcdir}
(which you probably to withexport PUB_CACHE="${srcdir}/pub_cache"
), and does not send analytics to google (executingflutter config --no-analytics
before any other flutter invocation)?Regards and thanks for maintaining!
dreieck commented on 2025-03-05 15:27 (UTC)
Please strip off the leading
v
from the package version as required by the Arch Linux VCS packaging guidelines.(And when you have done it, you can add
=${pkgver}
to theprovides
entry, allowing more preciseprovides
information.)Regards and thanks for the package!