Commit Graph

71 Commits

Author SHA1 Message Date
éclairevoyant
0aed5c3b54
{redshift,gammastep}: fix build with strictDeps = true; 2024-01-13 06:58:12 -05:00
éclairevoyant
6a1aee0690
gammastep: add eclairevoyant to maintainers 2023-11-02 12:38:14 -04:00
éclairevoyant
5fa84309f5
gammastep: set meta.mainProgram 2023-11-02 12:38:14 -04:00
éclairevoyant
31806129f6
redshift: set meta.mainProgram 2023-11-02 12:38:09 -04:00
éclairevoyant
e6eac90f89
gammastep: fix systemd unit directory 2023-11-02 12:36:48 -04:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
Daniel Nagy
fafbbb3c08
gammastep: 2.0.8 -> 2.0.9 2022-11-19 18:20:33 +01:00
Michael Weiss
31721bef6a
gammastep: 2.0.7 -> 2.0.8 2022-01-06 15:47:34 +01:00
Artturi
5d172c65b4
Merge pull request #152137 from Artturin/redgam
{redshift,gammastep}: do not double wrap & redshift-wlr: remove
2022-01-01 08:05:08 +02:00
Yana Timoshenko
719567e91f maintainers: update personal details 2021-12-31 21:48:55 +03:00
Artturin
c1615bbd41 redshift-wlr: remove
deprecated by gammastep
https://github.com/jonls/redshift/pull/663#issuecomment-862058688
2021-12-25 22:54:10 +02:00
Artturin
c77ee40389 {redshift,gammastep}: do not double wrap
the app id will be wrong if double wrapped
2021-12-25 22:42:03 +02:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Michael Weiss
56c843946f
gammastep: 2.0.6 -> 2.0.7 2021-01-15 14:17:42 +01:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Timothy DeHerrera
7af5eebfcd
redshift: libappindicator is linux only 2021-01-02 23:34:34 -07:00
Michael Weiss
50a44c44c4
gammastep: 2.0.5 -> 2.0.6
Switch from libappindicator to the newer libayatana-appindicator and
enable the optional systemd user unit and AppArmor support.
2020-12-14 16:30:28 +01:00
Michael Weiss
4180533bbf
gammastep: 2.0.2 -> 2.0.5 2020-11-16 19:28:05 +01:00
Michael Weiss
60f27064aa
gammastep: 2.0.1 -> 2.0.2 (#97290) 2020-09-06 23:20:05 +02:00
Michael Weiss
79415b0bf6
gammastep: init at 2.0.1
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-06 11:58:26 +02:00
Michael Weiss
3f5258b6ab
redshift,redshift-wlr: Fix a file path in postInstall 2020-08-06 11:57:07 +02:00
Nick Hu
80c3eceee0
redshift: enable appindicator support 2020-05-24 16:36:03 +01:00
Franz Pletz
b0b0d3d517
redshift-wlr: 2019-04-17 -> 2019-08-24 2020-05-04 15:02:38 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Riley Inman
3dfb476ddc redshift-wlr: Init at 2019-04-17
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-11-19 10:52:05 +01:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
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-24 08:55:37 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jan Malakhovski
38a32d9ccf redshift: introduce withGeolocation option
For simpler control.
2018-11-18 07:48:01 +00:00
Michael Peyton Jones
a1762065c3
redshift: install desktop files, and use absolute paths in them to avoid confusing geoclue agent 2018-08-14 15:53:39 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM
5c76ea68b8 redshift: 1.11 -> 1.12
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-22 19:44:57 -07:00
Matthew Bauer
bb831b7946 redshift: support macosx 2018-05-16 01:02:31 -05:00
aszlig
810318a622
redshift: Don't remove icon-theme.cache
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-03-01 05:37:18 +01:00
Yegor Timoshenko
275bc74aa9
Merge pull request #36137 from rardiol/hicolor
redshift, xarchiver: add hicolor-icon-theme to buildInputs
2018-02-28 20:13:42 +00:00
Ricardo Ardissone
2ebceb5dad redshift: depend on hicolor_icon_theme 2018-02-28 16:56:25 -03:00
Vladimír Čunát
47f25fae44
redshift, liferea: remove the extra cache file
They're not really useful and cause collisions in envs.
2018-02-18 17:19:49 +01:00
Yegor Timoshenko
506c89c30a maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
Yegor Timoshenko
846b5c42f1 redshift: add myself to maintainers 2018-01-17 04:48:16 +00:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Yegor Timoshenko
fccaa2acab redshift: reintroduce longDescription 2018-01-16 16:18:06 +00:00
Yegor Timoshenko
7d70261aa4 redshift: fix redshift-gtk, autoreconfHook 2018-01-16 13:44:59 +00:00
Robert Helgesson
14340ac21f
redshift: fix broken icons
Redshift uses SVG icons and librsvg therefore needs to be available and
the `GDK_PIXBUF_MODULE_FILE` variable set in the wrapper.
2016-10-01 23:08:10 +02:00
Tobias Geerinckx-Rice
ac33b4724a More version attribute tidying where maintainers |= nckx 2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
91fbdd3ee2 redshift: 1.10 -> 1.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.
2016-01-03 01:05:06 +01:00
Tobias Geerinckx-Rice
2ce24737c8 redshift: depend on geoclue2 directly 2015-12-10 02:38:42 +01:00