about summary refs log tree commit diff
path: root/pkgs/tools/X11/xsettingsd
AgeCommit message (Collapse)AuthorFilesLines
2021-02-10xsettingsd: 1.0.0 -> 1.0.2 (#112609)Peter Hoeg2-29/+9
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-20treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-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-09-09xsettingsd: git-2015-06-14 -> 1.0.0José Romildo Malaquias1-14/+13
- Update to version 1.0.0 - Install man pages - Fix license - Add maintainer
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-03-03xsettingsd: 0.0.1 -> git-2015-06-14José Romildo Malaquias1-3/+4
2015-06-04Add xsettingsd.Clemens Fruhwirth2-0/+50