(read-only mirror)
Go to file
Daniel M. Capella 7b899bafd2 Merge branch 'pacchash.service-fix' into 'master'
fix paccache.service

Closes #2

See merge request pacman/pacman-contrib!3
2021-12-07 11:15:21 +00:00
doc Point to new repo location on our GitLab 2021-07-02 01:12:49 -04:00
lib Port to libmakepkg 2019-10-23 07:58:37 -04:00
m4 configure: Add debug and warnings 2016-10-15 12:55:00 +02:00
src paccache.service: remove CPUSchedulingPriority 2021-12-07 12:35:41 +03:00
test test/Makefile.am: Add missing tap.sh in EXTRA_DIST 2018-05-01 18:46:18 +02:00
.gitignore Move paccache.service to gitignore in src 2018-10-09 21:00:49 -04:00
.mailmap .mailmap: Map Eli Schwartz 2021-07-27 19:25:23 -04:00
AUTHORS.md Update email 2019-01-16 22:08:39 -05:00
CHANGES.md Amend `pacman -Fy` unit naming and descriptions 2021-08-02 23:03:00 -04:00
COPYING Add COPYING 2016-10-11 17:02:24 +02:00
Makefile.am Makefile.am: Include README.md and AUHORS.md 2018-05-01 18:53:24 +02:00
README.md README.md: Fix localestatedir typo 2017-11-23 00:00:56 +01:00
autogen.sh Update README.md 2016-10-11 19:19:44 +02:00
configure.ac Release v1.4.0 2020-07-28 20:33:05 -04:00

README.md

pacman-contrib

This repository contains contributed scripts to pacman.

Note: This used to be part of pacman.git, but was moved out to make pacman maintenance easier.

How to build:

./autogen.sh
./configure --prefix=/usr \
            --sysconfdir=/etc \
            --localstatedir=/var
make
make check
make install DESTDIR="$pkgdir"

Scripts available in this repository:

  • checkupdates - print a list of pending updates without touching the system sync databases (for safety on rolling release distributions).

  • paccache - a flexible package cache cleaning utility that allows greater control over which packages are removed.

  • pacdiff - a simple pacnew/pacsave updater for /etc/.

  • paclist - list all packages installed from a given repository. Useful for seeing which packages you may have installed from the testing repository, for instance.

  • paclog-pkglist - lists currently installs packages based pacman's log.

  • pacscripts - tries to print out the {pre,post}_{install,remove,upgrade} scripts of a given package.

  • pacsearch - a colorized search combining both -Ss and -Qs output. Installed packages are easily identified with a [installed], and local-only packages are also listed.

  • rankmirrors - ranks pacman mirrors by their connection and opening speed.

  • updpkgsums - performs an in-place update of the checksums in a PKGBUILD.