about summary refs log tree commit diff
path: root/pkgs/games/sauerbraten
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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/'
2023-10-26sauerbraten: add meta.homepageJeremy1-0/+1
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-1/+1
appropriate, part 1: trivial cases
2022-03-19treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier1-2/+2
Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-11-22sauerbraten: add desktop-iconFelix Buehler1-11/+39
2021-06-13sauerbraten: set mainProgram to sauerbraten_clientMatthieu Coudron1-0/+1
so that nix run nixpkgs#sauerbraten starts the game
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
2021-01-09sauerbraten: 2020-12-04 -> 2020-12-27Georg Haas1-2/+2
Bumped version because 2020-12-04 is not available on mirrors. Tested server and client on NixOS x86_64 with sway/wayland. Played some rounds with old and new maps on public servers.
2020-12-08sauerbraten: 5492 -> 2020-12-04ajs1241-30/+23
http://www.sauerworld.org/new-sauerbraten-2020-edition-released/
2019-10-12sauerbraten: 5000 -> 5492Herwig Hochleitner1-6/+6
fixes https://github.com/NixOS/nixpkgs/issues/45088 cc @raskin
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-3/+3
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2015-12-29sauerbraten: use stdenvRobert Helgesson1-62/+41
This replaces use of builderDefsPackage (#4210).
2014-06-14Update Sauerbraten to a fresh revision 5000. Apparently fixes the build. ↵Michael Raskin1-2/+2
Probably fixes #995.
2013-11-05Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra1-1/+1
2013-10-21sauerbraten: SVN repository has movedEvgeny Egorochkin1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-12-26Adding sauerbratenMichael Raskin1-0/+77
svn path=/nixpkgs/trunk/; revision=25278