summaryrefslogtreecommitdiff
path: root/pkgs/misc/brightnessctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* brightnessctl: support cross compilationColin2023-08-281-0/+5
* brightnessctl: set mainProgram•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> Sefa Eyeoglu2023-08-041-0/+1
* 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 Profpatsch2021-01-111-2/+2
* nixos/brightnessctl: Remove the module•••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 Michael Weiss2020-02-101-7/+1
* brightnessctl: Add systemd support•••This makes it possible to use brightnessctl without udev rules / suid. Michael Weiss2020-02-091-2/+7
* brightnessctl: 0.4 -> 0.5.1R. RyanTM2020-02-061-2/+2
* treewide: remove redundant quotesvolth2019-09-081-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* brightnessctl: fix udev, cleanup & meta updateMeghea Iulian2018-11-041-7/+5
* brightnessctl: 0.3.2 -> 0.4•••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 R. RyanTM2018-09-251-2/+2
* brightnessctl: also install udev rules•••Fixes #44877 Matthew Bauer2018-08-101-2/+3
* brightnessctl: fix permissionsBrian McKenna2018-06-181-1/+1
* brightnessctl: init at 0.3.2 (#42102)•••* brightnessctl: init at 0.3.2 * Revised PR dje43212018-06-161-0/+29