Commit graph

77 commits

Author SHA1 Message Date
Daniel Hill 71390f9bb6
openttd: add some missing dependencies (#247671)
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2023-08-09 14:53:08 +02:00
Stefan Frijters 000bb3038f
openttd-jgrpp: override meta.homepage and meta.changelog 2023-08-01 11:49:30 +02:00
Stefan Frijters 0e24afe8ea
openttd-jgrpp: 0.54.1 -> 0.54.4 2023-08-01 11:44:53 +02:00
Stefan Frijters 9a55390da7
openttd: 13.3 -> 13.4 2023-08-01 11:44:39 +02:00
Stefan Frijters 84b442b179
openttd-jgrpp: 0.53.1 -> 0.54.1 2023-06-13 21:18:12 +02:00
Stefan Frijters de847f9917
openttd: 13.1 -> 13.3 2023-06-13 21:17:59 +02:00
Jack Cummings 961afde769 openttd-jgrpp: 0.52.1 -> 0.53.1 2023-05-02 07:04:02 -07:00
Stefan Frijters e7d636f41e
openttd: 13.0 -> 13.1 2023-04-14 08:22:22 +02:00
Tony Finn 65a1084e41
openttd-jgrpp: 0.50.2 -> 0.52.1
Update to latest version of openttd-jgrpp. Upstream changelog: https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/jgrpp-changelog.md
2023-04-11 19:04:47 +01:00
Stefan Frijters a1abd931fe
openttd-jgrpp: 0.47.1 -> 0.50.3 2023-02-05 23:18:59 +01:00
Stefan Frijters b4e8cdcc0d
openttd: 12.2 -> 13.0 2023-02-05 23:18:41 +01:00
R. Ryantm 0683de6bc3 openttd-nml: 0.7.0 -> 0.7.1 2022-12-04 01:05:12 +00:00
R. Ryantm 366fc43b01 openttd-nml: 0.6.1 -> 0.7.0 2022-09-08 14:12:10 +00:00
AndersonTorres 2275593fe8 openttd/nml.nix: use SRI hash format 2022-06-09 23:33:54 -03:00
Stefan Frijters 6fc9e4b700
openttd-jgrpp: Add optional but recommended zstd dependency
Fixes

```
CMake Warning at cmake/LinkPackage.cmake:23 (message):
  ZSTD not found; compiling OpenTTD without ZSTD is not recommended
  Call Stack (most recent call first):
    CMakeLists.txt:330 (link_package)
```
2022-04-03 13:52:24 +02:00
Stefan Frijters 3d16e9db85
openttd-jgrpp: 0.44.0 -> 0.47.1 2022-04-03 13:43:24 +02:00
Stefan Frijters 98e1f0ba4e
openttd: 12.1 -> 12.2 2022-04-03 13:43:09 +02:00
R. Ryantm 03aabab071 openttd-nml: 0.5.3 -> 0.6.1 2022-01-31 10:00:46 -08:00
Stefan Frijters ed15fa0a4a
openttd-jgrpp: 0.43.1 -> 0.44.0 2021-11-10 10:08:10 +01:00
Stefan Frijters d60b95168e
openttd: 12.0 -> 12.1 2021-11-10 10:05:46 +01:00
Stefan Frijters 507d0eadcb
openttd-jgrpp: 0.41.0 -> 0.43.1 2021-10-18 10:09:43 +02:00
Stefan Frijters 5fcd6019df
openttd: 1.11.2 -> 12.0 2021-10-18 10:09:31 +02:00
Rebecca Kelly 82c4085089 openttd-nml: init at 0.5.3 2021-07-03 17:54:01 -04:00
Rebecca Kelly 277d1a1569 openttd-grfcodec: init at 6.0.6+git20210310
N.b. 6.0.6 release version is ~5 years old now, and doesn't build under gcc10
2021-07-03 17:54:01 -04:00
Stefan Frijters af3425beca
openttd: 1.11.1 -> 1.11.2 2021-05-07 12:25:41 +02:00
Stefan Frijters c1c22e065d
openttd-jgrpp: 0.40.5 -> 0.41.0 2021-04-24 00:30:12 +02:00
Stefan Frijters 134fd7fbe4
openttd: 1.11.0 -> 1.11.1 2021-04-24 00:27:21 +02:00
Stefan Frijters 5f3ba2015b
openttd: Remove libxdg_basedir as dependency
Dependency in code removed at 3dfee979a7e486b8d90f6398ea557d2889855059.

"Codechange: Drop libxdg-basedir dependency in favour of finding the directories ourselves"
2021-04-09 23:52:27 +02:00
Stefan Frijters cf56e0ebcc
openttd-jgrpp: 0.34.4 -> 0.40.5 2021-04-01 19:55:38 +02:00
Stefan Frijters 9fd13c1524
openttd: Update graphics and sound packs 2021-04-01 17:36:14 +02:00
Stefan Frijters 914c2b7a22
openttd: 1.10.3 -> 1.11.0 2021-04-01 16:56:01 +02:00
Ben Siraphob bd42003f87 pkgs/games: pkg-config -> pkgconfig (2) 2021-01-16 23:49:59 -08:00
Ben Siraphob 2e34288f0d pkgs/games: stdenv.lib -> lib 2021-01-15 13:36:04 +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
Stefan Frijters adb03222bf
openttd: 1.10.2 -> 1.10.3 2020-08-11 18:24:05 +02:00
Martin Weinelt b109addeef
openttd-jgrpp: init at 0.34.4 2020-06-22 15:36:18 +02:00
Stefan Frijters 87dc127ce3 openttd: 1.10.1 -> 1.10.2
A bug in the upstream configure script was fixed (OpenTTD/OpenTTD#8145),
which means we now need `which` available during the build.
2020-06-04 15:38:08 -07:00
Stefan Frijters 46fcaf3c8a
openttd: Add XDG support (#89296) 2020-06-01 13:09:11 -04:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Maxine E. Aubrey 3f633966e0
openttd: 1.10.0 -> 1.10.1
1.10.0 added SDL support
2020-04-14 21:07:27 +02:00
Pavol Rusnak f1e0844cbb
openttd: 1.9.3 -> 1.10.0 2020-04-03 21:49:30 +02:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Will Dietz 7b449bcf03 openttd: 1.9.2 -> 1.9.3
https://www.openttd.org/news/2019/09/16/openttd-1-9-3.html
2019-09-19 19:10:02 +09: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
R. RyanTM 8c52d00e4a openttd: 1.9.1 -> 1.9.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openttd/versions
2019-07-15 20:28:11 -07:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
R. RyanTM e50d609ef2 openttd: 1.9.0 -> 1.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openttd/versions
2019-04-16 18:45:53 +02:00
Franz Pletz 0eb9f812bd
openttd: 1.8.0 -> 1.9.0 2019-04-02 12:02:35 +02:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
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.
2019-02-26 14:10:49 +00:00
rnhmjoj bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00