pacsermen is a simple service menu for KDE 4, to manipulate Arch Linux package files (*.pkg.tar.gz). It contains 10 menu entries, which are self-explanatory:
* Info --> ( pacman -Qip )
* Info (verbose) --> ( pacman -Qivp )
* List files --> ( pacman -Qlp )
* Install --> ( pacman -U )
* Install (skip dependencies) --> ( pacman -Ud )
* Install (force installation) --> ( pacman -Uf )
* Install (update database first) --> ( pacman -Sy && pacman -U )
* Install (update system first) --> ( pacman -Syu && pacman -U )
* Search package --> ( pacman -Ss )
* Search package (local db) --> ( pacman -Qs )
Installation:
Download and unpack the content and:
- put the file "pacman.desktop" to $KDEDIR/share/apps/$APP/servicemenus/
- put the file "x-pacman.desktop" to $KDEDIR/share/mimelnk/application/
where:
$KDEDIR is your kde dir ("/usr", "/opt/kde", "$HOME/.kde", etc.)
$APP is the application which supports service menu entries ("konqueror", "d3lphin", "dolphin", etc.)
Product's homepage
Requirements:
· KDE Software Compilation