summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky
Commit message (Collapse)AuthorAge
* conky: Enable weather plugins.aszlig2012-09-10
| | | | | | | | | Those plugins do not require additional dependencis or at least no dependencies we don't actually use, so let's build them aswell. And after all, If you work in your hermetically sealed environment, you surely want to know what's going on outside. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* conky: Re-enable support for ncurses.aszlig2012-09-10
| | | | | | | Build breakage with enabled ncurses is fixed in 1.9.0 now, so we can safely re-enable it. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* conky: Add license attribute to meta.aszlig2012-09-10
| | | | | | | As the GPL license is more restrictive than the BSD license of the original (torsmo) of the fork, I'm adding GPL as the license here. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* conky: Patch to #include <stdbool.h> in conky.c.aszlig2012-09-10
| | | | | | | | In current upstream master, they converted conky.c to C++ already, so it's not an issue there anymore. But until then we need to patch it on our own to fix the build. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* conky: Remove curl/types.h patch.aszlig2012-09-10
| | | | | | This patch is no longer needed, as it is fixed upstream now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* conky: Update to version 1.9.0.aszlig2012-09-10
| | | | | | | | Version 1.8.1 seems to be quite dated, in addition I'd like to use the weather plugin, which isn't available in 1.8.1 as well. If you work in your hermetically sealed environment, you surely want to know what's going on outside. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* conky-1.8.1, fix FTBFSYury G. Kudryashov2012-01-09
| | | | svn path=/nixpkgs/trunk/; revision=31460
* conky: compiled without X support, usefull with dwm.David Guibert2010-05-27
svn path=/nixpkgs/trunk/; revision=22015