Package Details: polycule-git 0.2.5.r130.gc58e827-1

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)

Latest Comments

dreieck commented on 2025-09-29 10:24 (UTC)

Ahoj,

a suggestion:

In prepare(), the line
flutter --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 then
Downloading 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 use EUPL-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 with export PUB_CACHE="${srcdir}/pub_cache"), and does not send analytics to google (executing flutter config --no-analytics before any other flutter invocation)?

==> Starting prepare()...

  ╔════════════════════════════════════════════════════════════════════════════╗
  ║                 Welcome to Flutter! - https://flutter.dev                  ║
  ║                                                                            ║
  ║ The Flutter tool uses Google Analytics to anonymously report feature usage ║
  ║ statistics and basic crash reports. This data is used to help improve      ║
  ║ Flutter tools over time.                                                   ║
  ║                                                                            ║
  ║ Flutter tool analytics are not sent on the very first run. To disable      ║
  ║ reporting, type 'flutter config --no-analytics'. To display the current    ║
  ║ setting, type 'flutter config'. If you opt out of analytics, an opt-out    ║
  ║ event will be sent, and then no further information will be sent by the    ║
  ║ Flutter tool.                                                              ║
  ║                                                                            ║
  ║ By downloading the Flutter SDK, you agree to the Google Terms of Service.  ║
  ║ The Google Privacy Policy describes how data is handled in this service.   ║
  ║                                                                            ║
  ║ Moreover, Flutter includes the Dart SDK, which may send usage metrics and  ║
  ║ crash reports to Google.                                                   ║
  ║                                                                            ║
  ║ Read about data we send with crash reports:                                ║
  ║ https://flutter.dev/to/crash-reporting                                     ║
  ║                                                                            ║
  ║ See Google's privacy policy:                                               ║
  ║ https://policies.google.com/privacy                                        ║
  ║                                                                            ║
  ║ To disable animations in this tool, use                                    ║
  ║ 'flutter config --no-cli-animations'.                                      ║
  ╚════════════════════════════════════════════════════════════════════════════╝

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 the provides entry, allowing more precise provides information.)

Regards and thanks for the package!