Commit Graph

39 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Jan Solanti
95c05c4102 superTuxKart: fix build with GCC 13 2024-01-09 22:57:56 +02:00
Jeremy Parker
250ddaff9e superTuxKart: fix build on darwin 2023-07-19 12:24:46 +10:00
Daniel Șerbănescu
34e0463cf4 superTuxKart: 1.3 -> 1.4 2022-11-12 23:41:10 +01:00
OPNA2608
23dab13557 superTuxKart: 1.2 -> 1.3 2021-10-07 16:42:11 +02:00
OPNA2608
f2a29c1ee9 superTuxKart: Make Darwin-compatible 2021-05-16 22:24:34 +02:00
OPNA2608
b690ceff5d superTuxKart: Fix aarch64-linux build 2021-05-08 13:52:35 -07:00
Daniel Nagy
782643cb09
superTuxKart: add changelog 2021-04-01 17:59:47 +02:00
Robert T. McGibbon
507d7154fb supertuxkart: fix build 2021-02-05 19:22:38 -05:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Milan Pässler
df4de2fcc4 superTuxKart: 1.1 -> 1.2 2020-12-14 20:21:47 +01:00
SCOTT-HAMILTON
b2b28fcad3 SuperTuxKart: Replaced some bundled libraries with system ones 2020-06-27 18:45:18 +02:00
Linus Heckemann
f62e2b24c3 superTuxKart: use assets directly from download
This saves ~600MiB per STK build, as long as the assets remain the same.
2020-05-04 22:56:39 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sohalt
a503bd01e7 superTuxKart: 1.0 -> 1.1 2020-03-17 00:37:27 +01:00
Mateusz Kowalczyk
1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Danny Bautista
f9073cd40c Change handle from c0dehero to pyrolagus 2019-06-07 18:34:21 -04:00
Aaron Andersen
61067916d0 superTuxKart: 0.9.3 -> 1.0 2019-04-21 12:56:28 -04:00
Aaron Andersen
198b7ea83a
superTuxKart: fix broken build
(cherry picked from commit a593753404)
2019-03-07 19:39:39 +01:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Peter Hoeg
1fbf696965 supertuxkart: 0.9.2 -> 0.9.3 2018-01-19 23:05:51 +08:00
John Ericson
ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Peter Hoeg
0d785c5986 supertuxkart: 0.9 -> 0.9.2
Also known as the "get ready for babysitting the nieces" release.
2017-01-22 12:30:14 +08:00
Kranium Gikos Mendoza
236703fb1e supertuxkart: fix build 2016-08-23 01:55:04 +08:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
C0DEHERO
e505663051 supertuxkart: update 0.8.1 -> 0.9 2015-05-17 14:36:49 -04:00
Joachim Fasting
bf7ad2d84f meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Mateusz Kowalczyk
e41a169a60 super-tux-kart: update to 0.8.1 2014-08-29 12:18:21 +01:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Vladimír Čunát
11e8c4ae8c superTuxKart: fix build with newer mesa
The idea is taken from Arch.
2014-03-23 22:26:27 +01:00
Lluís Batlle i Rossell
ce705aa998 supertuxkart: updating to 0.8 2013-01-10 20:55:46 +01:00
Lluís Batlle i Rossell
3b02e6f70d Updating super tux kart to 0.7.3. I also add the library irrlicht, the specific
version needed for super tux kart.


svn path=/nixpkgs/trunk/; revision=32399
2012-02-19 13:15:50 +00:00
Lluís Batlle i Rossell
7ac3ee0800 Updating supertuxkart.
svn path=/nixpkgs/trunk/; revision=18576
2009-11-23 23:12:27 +00:00
Lluís Batlle i Rossell
90655e7414 Updating supertuxkart, and making it install the binary to /bin instead of /games
svn path=/nixpkgs/trunk/; revision=15043
2009-04-14 21:01:29 +00:00
Ludovic Courtès
3419c0a970 Super Tux Kart, a free kart racing game.
svn path=/nixpkgs/trunk/; revision=13052
2008-10-12 14:28:51 +00:00