summary refs log tree commit diff
path: root/pkgs/applications/misc/redshift/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06gammastep: 2.0.7 -> 2.0.8Michael Weiss1-2/+2
2022-01-01Merge pull request #152137 from Artturin/redgamArtturi1-19/+10
{redshift,gammastep}: do not double wrap & redshift-wlr: remove
2021-12-31maintainers: update personal detailsYana Timoshenko1-1/+1
2021-12-25redshift-wlr: removeArtturin1-18/+0
deprecated by gammastep https://github.com/jonls/redshift/pull/663#issuecomment-862058688
2021-12-25{redshift,gammastep}: do not double wrapArtturin1-1/+10
the app id will be wrong if double wrapped
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15gammastep: 2.0.6 -> 2.0.7Michael Weiss1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-10/+10
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
2021-01-02redshift: libappindicator is linux onlyTimothy DeHerrera1-1/+1
2020-12-14gammastep: 2.0.5 -> 2.0.6Michael Weiss1-4/+9
Switch from libappindicator to the newer libayatana-appindicator and enable the optional systemd user unit and AppArmor support.
2020-11-16gammastep: 2.0.2 -> 2.0.5Michael Weiss1-2/+2
2020-09-06gammastep: 2.0.1 -> 2.0.2 (#97290)Michael Weiss1-7/+2
2020-08-06gammastep: init at 2.0.1Michael Weiss1-3/+34
Note: Since Gammastep is a fork of Redshift the mkRedshift will be reused as long as they don't diverge too far. Also: Gammastep should eventually replace redshift-wlr.
2020-08-06redshift,redshift-wlr: Fix a file path in postInstallMichael Weiss1-1/+1
2020-05-24redshift: enable appindicator supportNick Hu1-0/+2
2020-05-04redshift-wlr: 2019-04-17 -> 2019-08-24Franz Pletz1-2/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-11-19redshift-wlr: Init at 2019-04-17Riley Inman1-75/+101
redshift-wlr is a fork of redshift that adds support for the wlr-gamma-control protocol. This supports sway and any other Wayland compositors that implement the standard in the future.
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+1
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-18redshift: introduce `withGeolocation` optionJan Malakhovski1-2/+5
For simpler control.
2018-08-14redshift: install desktop files, and use absolute paths in them to avoid ↵Michael Peyton Jones1-0/+9
confusing geoclue agent
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-22redshift: 1.11 -> 1.12R. 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/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
2018-05-16redshift: support macosxMatthew Bauer1-7/+23
2018-03-01redshift: Don't remove icon-theme.cacheaszlig1-4/+2
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>
2018-02-28Merge pull request #36137 from rardiol/hicolorYegor Timoshenko1-1/+2
redshift, xarchiver: add hicolor-icon-theme to buildInputs
2018-02-28redshift: depend on hicolor_icon_themeRicardo Ardissone1-1/+2
2018-02-18redshift, liferea: remove the extra cache fileVladimír Čunát1-1/+4
They're not really useful and cause collisions in envs.
2018-01-17maintainers: remove mornfall from packagesYegor Timoshenko1-1/+1
2018-01-17redshift: add myself to maintainersYegor Timoshenko1-1/+1
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+1
Goodbye, and thanks for all the Nix...
2018-01-16redshift: reintroduce longDescriptionYegor Timoshenko1-0/+8
2018-01-16redshift: fix redshift-gtk, autoreconfHookYegor Timoshenko1-49/+36
2016-10-01redshift: fix broken iconsRobert Helgesson1-4/+4
Redshift uses SVG icons and librsvg therefore needs to be available and the `GDK_PIXBUF_MODULE_FILE` variable set in the wrapper.
2016-01-25More version attribute tidying where maintainers |= nckxTobias Geerinckx-Rice1-3/+3
2016-01-03redshift: 1.10 -> 1.11Tobias Geerinckx-Rice1-4/+11
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.
2015-12-10redshift: depend on geoclue2 directlyTobias Geerinckx-Rice1-2/+2
2015-09-30redshift: add hicolor_icon_theme dependencyTobias Geerinckx-Rice1-3/+3
This fixes the icon-theme.cache collision by removing it during Fixup.
2015-09-30redshift: use our own XDG_DATA_DIRSTobias Geerinckx-Rice1-1/+2
2015-09-29redshift: clean up a littleTobias Geerinckx-Rice1-8/+7
- Remove bogus second 'python' argument from substituteInPlace - Format optional dependencies after their *Support argument
2015-09-29redshift: add gtk3 & correctly set GI_TYPELIB_PATHTobias Geerinckx-Rice1-3/+5
This should fix https://github.com/NixOS/nixpkgs/issues/10097.
2015-09-29redshift: lib.optional -> lib.optionalsTobias Geerinckx-Rice1-4/+4
2015-07-27redshift: fix dependencies, make configurableTobias Geerinckx-Rice1-10/+29
2015-07-13Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III1-20/+15
2015-07-03redshift: 1.9.1 -> 1.10Tobias Geerinckx-Rice1-20/+15
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.