Graphical package manager for pacman based on pamac 5.x.x
Go to file
Romain Failliot dc6cc1e5f9 Modularize the Makefiles.
* It's a good practice to put the main target on top, since it's the
  first one that is called when calling just "make". That's why
  "resources", "binaries" and "gettext" were moved up in their
  Makefile's.
* Added a "clean" target for each subdirectories so that they are a bit
  more autonomous.
* Using "&&" instead of ";" when changing directory because if a
  directory name is changed, we get into an infinite loop.
2015-01-24 12:16:27 -05:00
.tx update README and tx config 2014-11-21 15:37:57 +01:00
data fix #18 2015-01-05 21:06:18 +01:00
examples fixes 2014-11-24 21:34:23 +01:00
po Modularize the Makefiles. 2015-01-24 12:16:27 -05:00
resources Modularize the Makefiles. 2015-01-24 12:16:27 -05:00
src Modularize the Makefiles. 2015-01-24 12:16:27 -05:00
util fix #15 2015-01-03 17:26:47 +01:00
vapi fix #15 2015-01-03 17:26:47 +01:00
.gitignore Add *.swp in .gitignore for vim files 2015-01-24 12:01:10 -05:00
AUTHORS first commit 2014-10-22 18:44:02 +02:00
COPYING first commit 2014-10-22 18:44:02 +02:00
Makefile Modularize the Makefiles. 2015-01-24 12:16:27 -05:00
README update README and tx config 2014-11-21 15:37:57 +01:00
TODO first commit 2014-10-22 18:44:02 +02: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