about summary refs log tree commit diff
path: root/pkgs/applications/misc/devilspie2
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen 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-03-28Apply suggestions from code reviewPatrick Hilhorst1-1/+1
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-20treewide: fix redirected urls (again)Patrick Hilhorst1-1/+1
Ran the same script as #78265. Additionally, manually replaced `http://goodies.xfce.org` with https.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-02Treewide: use HTTPS on GNU Savannah domainsc0bw3b1-1/+1
HTTP -> HTTPS for: - http://savannah.gnu.org/ - http://git.savannah.gnu.org/ - http://download.savannah.gnu.org/ - http://svn.savannah.gnu.org/
2018-02-25devilspie2: 0.42 -> 0.43Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/2bw1nsnhxb296d0kn7xdq6dvkpanixcx-devilspie2-0.43/bin/devilspie2 -h` got 0 exit code - ran `/nix/store/2bw1nsnhxb296d0kn7xdq6dvkpanixcx-devilspie2-0.43/bin/devilspie2 --help` got 0 exit code - ran `/nix/store/2bw1nsnhxb296d0kn7xdq6dvkpanixcx-devilspie2-0.43/bin/devilspie2 help` got 0 exit code - found 0.43 in filename of file in /nix/store/2bw1nsnhxb296d0kn7xdq6dvkpanixcx-devilspie2-0.43
2017-03-19devilspie2: 0.39 -> 0.42ndowens1-9/+6
2016-02-27Remove all dots at end of descriptionszimbatm1-1/+1
Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2015-09-10devilspie2: init at 0.39Rommel M. Martinez1-0/+38