pacman/contrib
Allan McRae 0ee1beca12 contrib/checkupdates: separate fakeroot call and command
Separating the fakeroot command and the pacman call with "--" prevents weird
interactions with some locales.  See FS#46405.

Signed-off-by: Allan McRae <allan@archlinux.org>
2015-10-18 11:27:56 +10:00
..
.gitignore Remove pacsysclean 2014-11-21 14:13:57 +10:00
Makefile.am Remove pacsysclean 2014-11-21 14:13:57 +10:00
PKGBUILD.vim add option to optimize PNG images with optipng 2015-02-01 21:19:04 +10:00
README remove support for .pacorig files 2015-01-21 14:27:47 +10:00
bacman.sh.in Update copyright notices for 2015 2015-02-01 21:19:04 +10:00
bash_completion.in Remove --asroot from makepkg's completions 2015-02-01 21:11:06 +10:00
checkupdates.sh.in contrib/checkupdates: separate fakeroot call and command 2015-10-18 11:27:56 +10:00
paccache.sh.in paccache: added --quiet option 2015-02-12 13:45:03 +10:00
pacdiff.sh.in Update copyright notices for 2015 2015-02-01 21:19:04 +10:00
paclist.sh.in paclist: fix myver in usage() 2014-12-21 16:26:36 +10:00
paclog-pkglist.sh.in Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
pacscripts.sh.in Update copyright notices for 2015 2015-02-01 21:19:04 +10:00
pacsearch.in pacsearch: factored -Ss and -Qs parts into one single function 2014-03-03 11:25:55 +10:00
rankmirrors.sh.in Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
updpkgsums.sh.in updpkgsums: retain permissions on rewritten PKGBUILD 2015-01-02 21:43:28 +10:00
vimprojects contrib/ follow-up work 2010-10-12 08:26:50 -05:00
zsh_completion.in Add --noarchive to makepkg's zsh completion 2015-02-01 21:11:15 +10:00

README

Here is a brief description of the files included in this directory:

PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable
names, highlights common errors such as invalid characters in pkgname or
pkgver, etc.

bacman - regenerate a pacman package based on installed files and the pacman
database entries. Useful for reuse, or possible config file extension.

bash_completion - a bash completion script for pacman, install in
/etc/bash_completion.d/ for use (but rename to something descriptive!).

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 *** 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.

vimprojects - a project file for the vim project plugin.

zsh_completion - a zsh completion script, install (with a rename) to
/usr/share/zsh/site-functions/.