Graphical package manager for pacman based on pamac 5.x.x
Go to file
Philip b8153ea474 Pamac 2.0
- complete rewrite in vala
- it now directly depends on libalpm so it is easier to maintain
- it is faster and uses less memory
- alpm bindings for vala, other people could be interested
- a DBus daemon which can perform every tasks which need root access using polkit to check authorization, it can be used by any other program.
- pamac-manager and pamac-updater as you know before but with some new design, try them !
- the progress dialog now includes a terminal, it permits to launch yaourt which is used now to build packages from AUR.
- reinstall a package
- install optional dependencies of a package
- mark a package as explicitly installed
2014-11-22 09:36:35 +01:00
.tx Pamac 2.0 2014-11-22 09:36:35 +01:00
data Pamac 2.0 2014-11-22 09:36:35 +01:00
examples Pamac 2.0 2014-11-22 09:36:35 +01:00
po Pamac 2.0 2014-11-22 09:36:35 +01:00
resources Pamac 2.0 2014-11-22 09:36:35 +01:00
src Pamac 2.0 2014-11-22 09:36:35 +01:00
util Pamac 2.0 2014-11-22 09:36:35 +01:00
vapi Pamac 2.0 2014-11-22 09:36:35 +01:00
.gitignore Pamac 2.0 2014-11-22 09:36:35 +01:00
AUTHORS usable update manager and conflicts support added 2012-12-23 16:26:19 +01:00
COPYING usable update manager and conflicts support added 2012-12-23 16:26:19 +01:00
Makefile Pamac 2.0 2014-11-22 09:36:35 +01:00
README Pamac 2.0 2014-11-22 09:36:35 +01:00
TODO big rewrite with a dbus service, not finished atm 2013-01-06 19:10:13 +01:00

README

A DBus daemon and Gtk3 frontend for libalpm written in Vala

Features:
- Alpm bindings for Vala
- a DBus daemon to perform every tasks with root access using polkit to check authorizations
- a Gtk3 Package Manager
- a Gtk3 Updates Manager
- a Tray icon with configurable periodic refresh and updates notifications
- a complete AUR support:
	* multiple words search capability
	* Enable/Disable check updates from AUR
	* Build and update your AUR packages in a integrated terminal using yaourt