Commit Graph

17 Commits

Author SHA1 Message Date
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
R. Ryantm
e6229ea859 alttab: 1.7.0 -> 1.7.1 2023-05-05 14:57:11 +00:00
Weijia Wang
1c1dbd7648
Merge pull request #220850 from r-ryantm/auto-update/alttab
alttab: 1.6.1 -> 1.7.0
2023-03-12 22:25:43 +02:00
Sebastian Graf
a878945336
alttab: Remove sgraf as maintainer
I'm no longer using `alttab` and have no way to test it. That said, maintenance overhead is quite manageable, for anyone interested in picking up.
2023-03-12 18:57:18 +01:00
R. Ryantm
0fd546c760 alttab: 1.6.1 -> 1.7.0 2023-03-12 16:41:36 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
33c520d185 alttab: 1.6.0 -> 1.6.1 2021-12-06 01:26:13 +00:00
Sebastian Graf
532ba32490 alttab: Enable doCheck
Consequently I had to add a few dependencies for the testsuite.
2021-03-18 19:58:05 +01:00
Sebastian Graf
a8fe53907d alttab: Clarify license to GPLv3-or-later 2021-03-18 18:57:44 +01:00
R. RyanTM
22a56ecc93
alttab: 1.5.0 -> 1.6.0 (#116390) 2021-03-15 13:25:03 +01:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +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
R. RyanTM
494fcb0b76 alttab: 1.4.0 -> 1.5.0 2020-07-23 21:45:20 +00:00
OPNA2608
2fe1574410 alttab: fix malformed enableParallelBuilding 2020-06-03 10:01:47 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Sebastian Graf
c63db92967 alttab: init at 1.4.0
[`alttab`](https://github.com/sagb/alttab) is a window switcher for X11,
designed for minimalistic window managers or a standalone X11 session.
2019-05-10 10:59:06 +02:00