about summary refs log tree commit diff
path: root/pkgs/misc/brightnessctl
AgeCommit message (Collapse)AuthorFilesLines
2023-08-28brightnessctl: support cross compilationColin1-0/+5
2023-08-04brightnessctl: set mainProgramSefa Eyeoglu1-0/+1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
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
2020-02-10nixos/brightnessctl: Remove the moduleMichael Weiss1-7/+1
Due to the support of the systemd-logind API the udev rules aren't required anymore which renders this module useless [0]. Note: brightnessctl should now require a working D-Bus setup and a valid local logind session for this to work. [0]: https://github.com/NixOS/nixpkgs/pull/79663
2020-02-09brightnessctl: Add systemd supportMichael Weiss1-2/+7
This makes it possible to use brightnessctl without udev rules / suid.
2020-02-06brightnessctl: 0.4 -> 0.5.1R. RyanTM1-2/+2
2019-09-08treewide: remove redundant quotesvolth1-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-11-04brightnessctl: fix udev, cleanup & meta updateMeghea Iulian1-7/+5
2018-09-25brightnessctl: 0.3.2 -> 0.4R. 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/brightnessctl/versions
2018-08-10brightnessctl: also install udev rulesMatthew Bauer1-2/+3
Fixes #44877
2018-06-18brightnessctl: fix permissionsBrian McKenna1-1/+1
2018-06-16brightnessctl: init at 0.3.2 (#42102)dje43211-0/+29
* brightnessctl: init at 0.3.2 * Revised PR