Commit Graph

24 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
6bb4538e5d quakespasm: 0.95.1 -> 0.96.0 2023-09-10 13:37:16 +02:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
R. Ryantm
a31a283569 quakespasm: 0.95.0 -> 0.95.1 2023-01-02 21:24:09 +08:00
R. Ryantm
d77812e649 quakespasm: 0.94.7 -> 0.95.0 2022-09-24 16:36:39 +08:00
Mark Vainomaa
aeb77ea9bd
quakespasm: fix darwin build 2022-08-07 19:49:55 +03:00
R. Ryantm
dc835258f8 quakespasm: 0.94.3 -> 0.94.7 2022-08-01 16:33:15 +02:00
ajs124
143efb53d6 maintainers: remove m3tti
no github account linked
2022-06-29 00:55:00 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
05ca41a389 quakespasm: 0.94.2 -> 0.94.3 2021-12-22 18:58:37 +00:00
R. Ryantm
ca8a87acd8 quakespasm: 0.94.1 -> 0.94.2 2021-10-29 05:51:08 +00:00
Mark Vainomaa
6ab2033765
quakespasm: 0.93.2 -> 0.94.1 2021-09-12 16:31:29 +03:00
Mark Vainomaa
1dc56f1dc8
quakespasm: add SDL2 support; add Darwin support 2021-09-12 15:48:58 +03:00
Sander van der Burg
55c21071de quakespasm: add desktop item 2021-08-06 22:14:46 +02:00
Mark Vainomaa
994671a259
quakespasm: 0.93.1 -> 0.93.2 (#128654) 2021-06-30 01:01:13 +02:00
Ben Siraphob
2e34288f0d pkgs/games: stdenv.lib -> lib 2021-01-15 13:36:04 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Unknown
012203ecee quakespasm: 0.92.1 -> 0.93.1 2018-08-07 02:01:07 -03:00
Tad Fisher
302c3a7a16 quakespasm, vkquake: enable userdirs support 2018-04-14 13:51:41 -07:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Mathäus Sander
15b98cb634 quakespasm: init at 0.92.1 2017-05-07 08:02:50 +02:00
Mathäus Sander
bbf114cf22 quakespasm: init at 0.92.1 2017-04-23 22:22:44 +02:00