summary refs log tree commit diff
path: root/pkgs/applications/misc/redshift
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* redshift: 1.11 -> 1.12R. RyanTM2018-05-22
| | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/redshift/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/redshift-gtk had a zero exit code or showed the expected version - /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/redshift passed the binary check. - /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/.redshift-wrapped passed the binary check. - Warning: no invocation of /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/..redshift-gtk-wrapped-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/.redshift-gtk-wrapped had a zero exit code or showed the expected version - 2 of 5 passed binary check by having a zero exit code. - 2 of 5 passed binary check by having the new version present in output. - found 1.12 with grep in /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12 - directory tree listing: https://gist.github.com/c74af938c0883f174e37490cc75bdd47 - du listing: https://gist.github.com/e9328410b87b5cff576fd12cc6120fb6
* redshift: support macosxMatthew Bauer2018-05-16
|
* redshift: Don't remove icon-theme.cacheaszlig2018-03-01
| | | | | | | | | | | This is done already in the setup hook of hicolor-icon-theme itself, so no need to do it again. Since the removal in the redshift derivation is in postFixup (as opposed to the removal done by the setup hook in preFixup) and it's also not using the -f flag of rm, the build fails. Signed-off-by: aszlig <aszlig@nix.build>
* Merge pull request #36137 from rardiol/hicolorYegor Timoshenko2018-02-28
|\ | | | | redshift, xarchiver: add hicolor-icon-theme to buildInputs
| * redshift: depend on hicolor_icon_themeRicardo Ardissone2018-02-28
| |
* | redshift, liferea: remove the extra cache fileVladimír Čunát2018-02-18
|/ | | | They're not really useful and cause collisions in envs.
* maintainers: remove mornfall from packagesYegor Timoshenko2018-01-17
|
* redshift: add myself to maintainersYegor Timoshenko2018-01-17
|
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* redshift: reintroduce longDescriptionYegor Timoshenko2018-01-16
|
* redshift: fix redshift-gtk, autoreconfHookYegor Timoshenko2018-01-16
|
* redshift: fix broken iconsRobert Helgesson2016-10-01
| | | | | Redshift uses SVG icons and librsvg therefore needs to be available and the `GDK_PIXBUF_MODULE_FILE` variable set in the wrapper.
* More version attribute tidying where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
|
* redshift: 1.10 -> 1.11Tobias Geerinckx-Rice2016-01-03
| | | | | | | | | | | | | | | | | | Changes: - Add option preserve for gamma adjustment methods (randr, vidmode, quartz, w32gdi) to apply redness on top of current gamma correction. - Fix #158: Add redshift.desktop file to resolve an issue where Geoclue2 would not allow redshift to obtain the current location. - Fix #263: Make sure that the child process is terminated when redshift-gtk exits. - Fix #284: A sample configuation file has been added to the distribution tarball. - Fix warning message in redshift-gtk that is some cases caused redshift-gtk to fail (#271) - Fix #174: Use nanosleep() for sleeping to avoid high CPU load on platforms (NetBSD, ...) with limitations in usleep() - Various updates to man page and translations.
* redshift: depend on geoclue2 directlyTobias Geerinckx-Rice2015-12-10
|
* redshift: add hicolor_icon_theme dependencyTobias Geerinckx-Rice2015-09-30
| | | | This fixes the icon-theme.cache collision by removing it during Fixup.
* redshift: use our own XDG_DATA_DIRSTobias Geerinckx-Rice2015-09-30
|
* redshift: clean up a littleTobias Geerinckx-Rice2015-09-29
| | | | | - Remove bogus second 'python' argument from substituteInPlace - Format optional dependencies after their *Support argument
* redshift: add gtk3 & correctly set GI_TYPELIB_PATHTobias Geerinckx-Rice2015-09-29
| | | | This should fix https://github.com/NixOS/nixpkgs/issues/10097.
* redshift: lib.optional -> lib.optionalsTobias Geerinckx-Rice2015-09-29
|
* redshift: fix dependencies, make configurableTobias Geerinckx-Rice2015-07-27
|
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-13
|\
| * redshift: 1.9.1 -> 1.10Tobias Geerinckx-Rice2015-07-03
| | | | | | | | | | | | | | | | | | | | | | Notes: - The current linking to geoclue2 looks nice but doesn't actually do anything. Only clients whitelisted by the geoclue package are allowed. Use static locations for now, like the NixOS service does. - redshift-gtk still needs some work (icon?). It at least runs now, but can't control non-user instances like the NixOS service uses. This isn't a bug, but will confuse people. - Add myself as a maintainer.
| * Revert "redshift: update 1.9.1 -> 1.10-git-20150222"Arseniy Seroka2015-04-09
| | | | | | | | This reverts commit fb8308c4aff9ad86de3f2d850468cb5b4eacb43f.
| * redshift: update 1.9.1 -> 1.10-git-20150222Jan Malakhovski2015-03-26
| |
* | redshift: disable a failing phase (hidden by #7524)Vladimír Čunát2015-06-14
|/ | | | | The wrapped file $out/bin/redshift-gtk doesn't exist. /cc maintainer @mornfall and #7655.
* redshift: update from 1.8 to 1.9.1Cillian de Róiste2014-11-18
|
* transformed meta.maintainers of some packages into listsPascal Wittmann2014-09-13
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Adopt more packages.Petr Rockai2014-01-28
|
* redshift: add platformsDomen Kožar2013-11-04
|
* changes in: redshift, geoclue, libsoupRok Garbas2013-10-29
| | | | | | - added support for geoclue for redshift - package geoclue 2.0.0 (as geoclue2) - package libsoup 2.44.1 (as libsoup_2_40)
* redshift: update to 1.8 and fix redshift-gtk scriptRok Garbas2013-10-26
|
* redshift: Update to new upstream version 1.7.aszlig2013-08-14
| | | | | | | | | | | | | | | | Upstream release notes: - Add Geoclue location provider by Mathieu Trudel-Lapierre. - Allow brightness to be adjusted (-b). - Provide option to set color temperature directly (Joe Hillenbrand). - Add option to show program version (-V). - Add configure.ac option to install ubuntu icons. They will no longer be installed by default (Francesco Marella). - config: Look in %userprofile%/.config/redshift.conf on windows platform. - Fix: w32gdi: Obtain a new DC handle on every adjustment. This fixes a bug where redshift stops updating the screen. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Add package versions to some of the packages or fix existing ones to conform ↵Evgeny Egorochkin2013-06-07
| | | | to nixpkgs conventions.
* Adding redshift; it changes the color temperature of your screen gradually ↵Cillian de Roiste2011-01-24
to match the lighting conditions svn path=/nixpkgs/trunk/; revision=25686