Commit Graph

78 Commits

Author SHA1 Message Date
Aleksana
013cfc8060
redshift: Fix missing "vidmode" support (#322352) 2024-09-04 13:25:01 +08:00
Jack Wilsdon
61efff1e82 gammastep: add missing wayland-scanner dependency 2024-09-01 12:26:28 +01:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
539575ab2b treewide: remove yana from meta.maintainers [orphans] 2024-07-22 16:22:39 -03:00
aleksana
1a89942243 treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
Vladimir Panteleev
aca603a8e4 redshift: Fix missing "vidmode" support
Fixes "-m vidmode".
2024-06-25 09:27:57 +00:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
é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