about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-07-31conky: 1.11.5 -> 1.11.6R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-18Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-08-17conky: 1.11.3 -> 1.11.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/conky/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-01conky: 1.11.2 -> 1.11.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/conky/versions
2019-02-03conky: move defaults to package fileJan Malakhovski1-2/+2
2019-01-26conky: journal supportTim Steinbach1-0/+4
2019-01-25conky: 1.11.1 -> 1.11.2Tim Steinbach1-4/+4
2019-01-02conky: 1.11.0 -> 1.11.1 (#53157)David Guibert1-2/+2
This fixes #52797.
2018-12-16conky: 1.10.8 -> 1.11.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/conky/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-18conky: provide option to build with pulseaudio supportNicolas Schneider1-0/+4
2018-02-15conky: 1.10.7 -> 1.10.8Guillaume Maudoux1-2/+2
2018-01-28conky: 1.10.6 -> 1.10.7Franz Pletz1-14/+4
2017-12-07conky: disable parallel buildingOrivej Desh1-0/+4
2017-11-25conky: fix compilation with gcc-7Andreas Rammhold1-1/+11
2017-10-07conky: Rely on XML_CATALOG_FILES variableJan Tojnar1-5/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-09-01conky: Don't enable nvidiaSupport by defaultaszlig1-1/+1
This has been introduced in 6a6fb6d31cc736af4cf9893deffcd0151f0b8c11. Relying on non-free software by default is probably a bad idea. Apart from the fact that (sane) people usually don't want to have it sitting on their system even people who don't care will have to set "allowUnfree" to true in order to install conky. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @canndrew, @Mic92
2017-08-30conky: enable nvidia supportAndrew Cann1-0/+4
2017-03-13conky: 1.10.5 -> 1.10.6José Luis Lafuente1-2/+2
2016-10-14conky: 1.10.3 -> 1.10.5Tim Steinbach1-2/+2
2016-10-01Remove redundant -DCMAKE_BUILD_TYPE=Release flagsAneesh Agrawal1-1/+1
Since commit 183d05a0 in 2012, this is the default. fixes #18000
2016-07-11conky: 1.10.1 -> 1.10.3Tim Steinbach1-4/+4
2016-06-30conky: added double buffer supportAl Zohali1-0/+2
Closes #16515.
2016-01-17conky: 1.10.0 -> 1.10.1koral1-2/+3
2015-12-29conky: add meta.platformsBjørn Forsman1-0/+1
2015-12-05conky: build the docs, fixes #11461Jan Malakhovski1-0/+20
2015-11-17conky: Fix building with CMake 3.4.0.aszlig1-0/+5
Regression introduced by 050bebb8c47051b8d7de3dfee5807f11c9baff69. It's essentially an upgrade to CMake 3.4.0, which breaks the build because it seems that in CMake 3.3.x, the check_include_files() command was implicitly included (haven't found out about why exactly). So we're now just adding an import for CheckIncludeFiles in addition to CheckIncludeFile, so that we have both commands (the plural and the singular variant) available. My original goal was to use brndnmtthws/conky@3a574ba, but this breaks the build as well, because check_include_files doesn't accept additional compile flags. However, this is needed if building with wireless support, because including iwlib.h needs -D_GNU_SOURCE set and check_include_files doesn't do that. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-15x11: replace its usage by xlibsWrapper directlyVladimír Čunát1-3/+3
Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
2015-08-30conky: 1.9.0 -> 1.10.0koral1-50/+32
2015-03-29conky: add lua-imlib2 and lua-cairo support, add more options, rename old ↵Jan Malakhovski1-34/+79
ones so that they would conform to a common standard, make the defaults for a "normal desktop user"
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-14conky: Link against GCC runtime library.aszlig1-0/+2
This is needed for Conky to shut down cleanly, because it relies on pthread_cancel() to work. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-16conky: add config optionsChristoph Hrdinka2-20/+54
2012-09-10conky: Enable weather plugins.aszlig1-1/+2
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>
2012-09-10conky: Re-enable support for ncurses.aszlig1-3/+4
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>
2012-09-10conky: Add license attribute to meta.aszlig1-1/+1
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>
2012-09-10conky: Patch to #include <stdbool.h> in conky.c.aszlig2-0/+14
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>
2012-09-10conky: Remove curl/types.h patch.aszlig2-27/+0
This patch is no longer needed, as it is fixed upstream now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10conky: Update to version 1.9.0.aszlig1-2/+2
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>
2012-01-09conky-1.8.1, fix FTBFSYury G. Kudryashov2-5/+34
svn path=/nixpkgs/trunk/; revision=31460
2010-05-27conky: compiled without X support, usefull with dwm.David Guibert1-0/+20
svn path=/nixpkgs/trunk/; revision=22015