diff --git a/.gitignore b/.gitignore index c8a2d87..5e32468 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.tx pkgbuild resources/*.c src/pamac-daemon diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..b075f32 --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[manjaro-pamac.pamacpot] +file_filter = po/.po +source_file = po/pamac.pot +source_lang = en +type = PO diff --git a/README b/README index e07a1f1..63164aa 100644 --- a/README +++ b/README @@ -1 +1,12 @@ -A DBus daemon and Gtk3 frontend for libalpm written in vala +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