Package Details: better-control-git r57.gd505b13-1

Git Clone URL: https://aur.archlinux.org/better-control-git.git (read-only, click to copy)
Package Base: better-control-git
Description: A tool to manage system settings easily (git version)
Upstream URL: https://github.com/quantumvoid0/better-control
Keywords: controlcenter controlpanel settings
Licenses: GPL3
Conflicts: better-control
Provides: better-control
Submitter: quantumvoid
Maintainer: quantumvoid
Last Packager: quantumvoid
Votes: 1
Popularity: 0.96
First Submitted: 2025-03-12 17:34 (UTC)
Last Updated: 2025-03-17 01:33 (UTC)

Latest Comments

quantumvoid commented on 2025-03-17 01:42 (UTC) (edited on 2025-03-17 01:42 (UTC) by quantumvoid)

@leoneii

can u try again now , it should be fixed , also using git+ssh needs u to have ssh setup on your system , but now it should work fine...thanks for the feedback , can u try installing it again? it should work fine now.

leoneii commented on 2025-03-16 18:07 (UTC) (edited on 2025-03-16 18:16 (UTC) by leoneii)

On HTTP - error: RPC failed; curl 18 transfer closed with outstanding read data remaining error: 2614 bytes of body are still expected

Please return SSH, using git+SSH everything works fine

And add extra/python-pydbus to the dependencies

Thanks)

quantumvoid commented on 2025-03-16 10:59 (UTC) (edited on 2025-03-16 11:00 (UTC) by quantumvoid)

@FabioLolix

I did what you said to do , its gpl with attribution so i cant say its gpl-only can i? and its gtk3

thanks for reviewing!

FabioLolix commented on 2025-03-16 09:28 (UTC)

Hi again,

  • please remove 0. from pkgver, is not needed
  • regression on license which is listed as only as GPL while before was corrected
  • insufficient depends respect to what is listed in your readme, and this is Gtk3 or Gtk4?
  • source=() could simply be source=("git+https://github.com/quantumvoid0/better-control.git")
  • why this have git fetch --all at all?

quantumvoid commented on 2025-03-14 03:30 (UTC)

Reply to @yochananmarqos

Appreciate the reminder! Just fixed pkgver with makepkg -od and updated .SRCINFO. Should be all good now!

yochananmarqos commented on 2025-03-13 17:14 (UTC) (edited on 2025-03-13 17:14 (UTC) by yochananmarqos)

@quantumvoid: Please generate the pkgver when you push changes with makepkg -od. Also the .SRCINFO needs to be updated as well each time.

quantumvoid commented on 2025-03-13 06:45 (UTC)

Reply to @yochananmarqos and @FabioLolix:

Thanks for the feedback!

    Versioning: Fixed pkgver() to follow the VCS package guidelines. Since there were no tags, it now generates a proper version.
    SPDX License: Updated to GPL-3.0-only.
    Maintainer: Added the # Maintainer: field in PKGBUILD.
    Large Binary: Removed the previously committed binary and cleaned the repository history.

Let me know if anything else needs improvement!

yochananmarqos commented on 2025-03-13 00:38 (UTC) (edited on 2025-03-13 00:39 (UTC) by yochananmarqos)

Please use a proper pkgver. See VCS package guidelines

@FabioLolix: There are no tags.

FabioLolix commented on 2025-03-12 18:20 (UTC)

Hi,

  • please use proper versioning git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
  • use SPDX license identifier (GPL-3.0-only or GPL-3.0-or-later) https://spdx.org/licenses/
  • # Maintianer: is missing in pkgbuild
  • please consider resetting your upstream repo or if possible purge the binary previously committed, that make the repo ~61MB of which ~60 from that single binary