GitXplorerGitXplorer
k

pacman-contrib

public
7 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
a58b46bf60d9912d1c3e82d4de6ecfc38ae21f2b

configure.ac: Install vim files to /usr/share/vim/vimfiles by default

kkyrias committed 7 years ago
Unverified
91457b9377ecccc6e4cc3dd5ea43698c8302152b

src/pactree.c: Don't ifdef on langinfo.h

kkyrias committed 7 years ago
Unverified
ad6ebd424bcbaca6f1923f0a3181d8dbf4b25df9

Makefile.am: Include README.md and AUHORS.md

kkyrias committed 7 years ago
Unverified
4b1f392ab774307ea4d62ed43772b774c35803d7

test/Makefile.am: Add missing tap.sh in EXTRA_DIST

kkyrias committed 7 years ago
Unverified
268576f467d814022a031579be29e4a53505980a

src/Makefile.am: Get OURFILES to be distcleaned

kkyrias committed 7 years ago
Unverified
bdb3a0d4d52ac93cea6f9154b2f825d11682877a

configure.ac: Add tap-driver.sh as required aux file

kkyrias committed 7 years ago

README

The README file for this repository.

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.