Search Criteria
Package Details: vicious-git 2.3.3.r0.gea0c5a4-1
Git Clone URL: | https://aur.archlinux.org/vicious-git.git (read-only, click to copy) |
---|---|
Package Base: | vicious-git |
Description: | Widgets for the Awesome window manager |
Upstream URL: | https://github.com/vicious-widgets/vicious |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | caleb |
Last Packager: | caleb |
Votes: | 134 |
Popularity: | 0.001020 |
First Submitted: | 2009-08-27 19:45 |
Last Updated: | 2019-08-26 05:34 |
Dependencies (6)
- lua
- git (git-git) (make)
- alsa-utils (alsa-utils-transparent, alsa-utils-git, alsa-utils-nosystemd-minimal-git) (optional) – for the Volume widget type
- curl (curl-git, curl-minimal-git) (optional) – for widget types accessing network resources
- hddtemp (optional) – for the HDD Temp widget type
- wireless_tools (optional) – for the Wireless widget type
Required by (3)
- awesome-carrot (requires vicious)
- awesome-luajit (requires vicious) (optional)
- awesome-luajit-git (requires vicious) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
anrxc commented on 2012-06-25 00:05
Vicious is now treated as a regular Lua library, as it can be used stand-alone or to feed widgets of other window managers:
$ lua
> widgets = require("vicious.widgets")
> print(widgets.volume(nil, "Master")[1])
100
anrxc commented on 2012-06-20 23:10
Vicious ported to Lua 5.2. It changes the way module is loaded to remain compatible with Lua 5.1 installations. One line change, see top of the README.
anrxc commented on 2012-06-20 23:09
Vicious ported to Lua 5.2. It changes the way module is loaded to remain compatible with Lua 5.1 installations. One line change, see top of the README.
anrxc commented on 2012-06-20 23:09
Vicious ported to Lua 5.2. It changes the way module is loaded to remain compatible with Lua 5.1 installations. One line change, see top of the README.
Anonymous comment on 2011-12-20 17:32
anrxc: check https://wiki.archlinux.org/index.php/Arch_Packaging_Standards#Architectures
anrxc commented on 2011-12-20 15:43
bunburya for some reason you are connecting to port 8080. Web server is on port 80.
uzsolt if that is the proper way to handle it then it's fine with me.
Anonymous comment on 2011-12-20 08:07
@bunburya: works for me, git 1.7.8.
@anrxc: what do you think change to 'noarch'?
Anonymous comment on 2011-12-20 02:47
Installation fails on my system, with the following message:
==> Connecting to GIT server over HTTP...
Cloning into 'vicious'...
error: Failed connect to git.sysphere.org:8080; Connection timed out while accessing http://git.sysphere.org/vicious/info/refs
fatal: HTTP request failed
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build vicious-git.
I am able to access http://git.sysphere.org/vicious/info/refs in Firefox.
For some reason, "git clone http://git.sysphere.org/vicious" doesn't work on git v1.7.8 on ArchLinux (just says "Cloning into 'vicious'" and hangs), whereas it works perfectly on git v1.7.2.5 on Debian.
This seems to be similar to the problem experienced by thelastknowngod, but it seems that the problem was solved for him/her.
anrxc commented on 2011-12-03 18:34
Removed obsolete OR handlers and updated .install file. There's no
reason to upgrade your package.
Anonymous comment on 2011-11-29 06:11
Should not update pkgver? I think 20100930 is too old ;)