summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky
Commit message (Collapse)AuthorAge
* conky: 1.12.1 -> 1.12.2R. RyanTM2021-04-25
|
* conky: 1.11.6 -> 1.12.1R. RyanTM2021-03-02
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* conky: 1.11.5 -> 1.11.6R. RyanTM2020-07-31
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge master into staging-nextFrederik Rietdijk2019-08-18
|\
| * conky: 1.11.3 -> 1.11.5R. RyanTM2019-08-17
| | | | | | | | | | | | | | 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
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* conky: 1.11.2 -> 1.11.3R. RyanTM2019-03-01
| | | | | | | 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
* conky: move defaults to package fileJan Malakhovski2019-02-03
|
* conky: journal supportTim Steinbach2019-01-26
|
* conky: 1.11.1 -> 1.11.2Tim Steinbach2019-01-25
|
* conky: 1.11.0 -> 1.11.1 (#53157)David Guibert2019-01-02
| | | This fixes #52797.
* conky: 1.10.8 -> 1.11.0R. RyanTM2018-12-16
| | | | | | | 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
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* conky: provide option to build with pulseaudio supportNicolas Schneider2018-03-18
|
* conky: 1.10.7 -> 1.10.8Guillaume Maudoux2018-02-15
|
* conky: 1.10.6 -> 1.10.7Franz Pletz2018-01-28
|
* conky: disable parallel buildingOrivej Desh2017-12-07
|
* conky: fix compilation with gcc-7Andreas Rammhold2017-11-25
|
* conky: Rely on XML_CATALOG_FILES variableJan Tojnar2017-10-07
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* conky: Don't enable nvidiaSupport by defaultaszlig2017-09-01
| | | | | | | | | | | | 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
* conky: enable nvidia supportAndrew Cann2017-08-30
|
* conky: 1.10.5 -> 1.10.6José Luis Lafuente2017-03-13
|
* conky: 1.10.3 -> 1.10.5Tim Steinbach2016-10-14
|
* Remove redundant -DCMAKE_BUILD_TYPE=Release flagsAneesh Agrawal2016-10-01
| | | | | | Since commit 183d05a0 in 2012, this is the default. fixes #18000
* conky: 1.10.1 -> 1.10.3Tim Steinbach2016-07-11
|
* conky: added double buffer supportAl Zohali2016-06-30
| | | | Closes #16515.
* conky: 1.10.0 -> 1.10.1koral2016-01-17
|
* conky: add meta.platformsBjørn Forsman2015-12-29
|
* conky: build the docs, fixes #11461Jan Malakhovski2015-12-05
|
* conky: Fix building with CMake 3.4.0.aszlig2015-11-17
| | | | | | | | | | | | | | | | | | | | | | 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>
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* conky: 1.9.0 -> 1.10.0koral2015-08-30
|
* conky: add lua-imlib2 and lua-cairo support, add more options, rename old ↵Jan Malakhovski2015-03-29
| | | | ones so that they would conform to a common standard, make the defaults for a "normal desktop user"
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* conky: Link against GCC runtime library.aszlig2014-07-14
| | | | | | | This is needed for Conky to shut down cleanly, because it relies on pthread_cancel() to work. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* conky: add config optionsChristoph Hrdinka2014-03-16
|
* 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