Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pacman: Build with PrettyProgressBar #377

Merged
merged 2 commits into from
Oct 10, 2024

Commits on Oct 9, 2024

  1. pacutils: Add PrettyProgressBar Config Option

    The pacman PKGBUILD we provide has a patch that enables a unicode progress bar when built with the
    necessary options. When used with upstream pacutils however, pacconf will print out warnings about
    "PrettyProgressBar" config option not existing because of the way it parses configs manually.
    
    For QoL reasons, I have made a patch to add that config option to pacconf directly so it doesn't complain
    when used with PrettyProgressBar'ed pacman
    
    Signed-off-by: Eric Naim <[email protected]>
    1Naim committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    29e22fc View commit details
    Browse the repository at this point in the history
  2. pacman: Enable PrettyProgressBar

    Builds pacman with PrettyProgressBar functionality. This option, when enabled, will render the progress bar using
    specifing unicode characters so it looks "pretty". It is disabled by default for compatibility reasons (some terminals
    cannot render unicode characters nicely, and not all fonts have those specific unicode characters). I've moved relevant
    patch to the main source array to facilitate this change.
    
    Signed-off-by: Eric Naim <[email protected]>
    1Naim committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fa1f66c View commit details
    Browse the repository at this point in the history