aboutsummaryrefslogtreecommitdiff
path: root/widgets/pkg.lua
AgeCommit message (Collapse)AuthorFiles
2013-11-02pkg: revert to pacman as default Arch method, checkupdates optionalAdrian C. (anrxc)1
Checkupdates is a good tool avoiding any need for period pacman -Sy jobs from root crontab, however it works by maintaining its own database in /tmp by default (and _that_ is a tmpfs by default) so on every initialization it would stall awesome until it makes the first sync. Better approach would be to keep its db inside $HOME for persistence, and then to initiate the first (and longest) sync manually before converting your package widgets to "Arch C". All this is the reason I can't recommend it as the default right now...
2013-11-02pkg: use checkupdates on Arch Linux.Andrea Scarpino1
It prints a list of pending updates without touching the system sync databases. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-06-18Ported vicious.widgets module to lua 5.2Arvydas Sidorenko1
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-05-09pkg: update 'Arch S' substitution linesAdrian C. (anrxc)1
It would appear pacman v4 now prints only one line before the package list.
2010-08-29pkg: description updatedAdrian C. (anrxc)1
2010-08-22pkg: include FreeBSD supportAdrian C. (anrxc)1
2010-04-21pkg: include Mandriva supportRémy CLOUARD1
This commit adds support for mandriva tools in the pkg widget through the use of urpmq --auto-select. Note: this command only checks for hdlists files available on the computer. To get "live" statistics one should run urpmi.update which has to be run with higher privileges. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2010-04-02widgets: reuse existing datasets where appropriateAdrian C. (anrxc)1
Gmail, mbox, raid, weather and wifi could return the old value in case there isn't new data, no need for N/A to be so common on our wibox.
2010-03-19pkg: aptitude alternative to apt-show-versionsAdrian C. (anrxc)1
Key for aptitude is Ubuntu, as Debian users are more likely to have apt-show-versions.
2010-03-14API: missing warg should not break awesomeAdrian C. (anrxc)1
2010-03-14API: transform widgets namespace table to a directoryAdrian C. (anrxc)1