Francesco Gazzetta
1425758d4c
warzone2100: 4.3.4 -> 4.3.5
2023-04-20 14:58:00 +02:00
Francesco Gazzetta
776df53b59
warzone2100: 4.3.3 -> 4.3.4
2023-03-29 09:23:51 +02:00
Francesco Gazzetta
27b7d334e4
warzone2100: add updateScript
2023-03-29 09:23:39 +02:00
Francesco Gazzetta
27ad2db720
warzone2100: 4.3.2 -> 4.3.3
2023-01-02 16:01:51 +01:00
Francesco Gazzetta
cc0182e2d1
nixosTests.warzone2100: init
2022-11-24 20:48:42 +01:00
Francesco Gazzetta
533eaa2781
warzone2100: 4.3.1 -> 4.3.2
2022-11-24 20:48:34 +01:00
Francesco Gazzetta
e6d7058b9e
warzone2100: 4.2.7 -> 4.3.1
2022-11-04 09:47:03 +01:00
Artturin
f1c7f19e49
treewide: testVersion -> testers.testVersion
2022-04-22 16:24:27 +03:00
Francesco Gazzetta
997fa335c3
warzone2100: 4.2.6 -> 4.2.7
2022-03-09 19:34:40 +01:00
Francesco Gazzetta
ffa839f4f9
warzone2100: 4.2.4 -> 4.2.6
2022-03-01 10:13:45 +01:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
...
(#153213 )
Issue #60004
2022-01-03 16:53:12 +01:00
Francesco Gazzetta
f7324ddff5
warzone2100: add version test
2021-12-24 15:54:42 +01:00
Francesco Gazzetta
b95b332c3d
warzone2100: 4.2.3 -> 4.2.4
2021-12-24 15:07:23 +01:00
Sandro
633c2d3866
Merge pull request #148051 from fgaz/warzone2100/darwin
2021-12-05 01:40:43 +01:00
Francesco Gazzetta
d69ee7c409
warzone2100: set platforms to all, mark darwin as broken
...
It's supposed to work on darwin too, but the cmake file for darwin tries
to download stuff
2021-12-04 13:12:03 +01:00
Francesco Gazzetta
87aed70b18
warzone2100: 4.2.2 -> 4.2.3
2021-11-30 11:59:48 +01:00
Francesco Gazzetta
e9f119566a
warzone2100: 4.2.1 -> 4.2.2
2021-11-23 18:20:50 +01:00
Francesco Gazzetta
65072f8018
warzone2100: 4.2.0 -> 4.2.1
2021-11-10 14:02:17 +01:00
Francesco Gazzetta
cb0031ed2a
warzone2100: 4.1.3 -> 4.2.0
2021-10-26 23:00:54 +02:00
Francesco Gazzetta
4b5f0bfa39
warzone2100: 4.1.1 -> 4.1.3
2021-08-16 23:03:25 +02:00
Francesco Gazzetta
6be2cb762e
warzone2100: 4.1.0 -> 4.1.1
2021-07-25 22:40:25 +02:00
Francesco Gazzetta
299f265ce5
warzone2100: 4.0.1 -> 4.1.0
2021-07-05 17:53:36 +02:00
Francesco Gazzetta
b5b5dbb62d
warzone2100: better fix for absolute bindir
2021-07-03 16:56:42 +02:00
rnhmjoj
302d6b1b8b
warzone2100: fix build
...
I'm not sure how the build broke[1] or how it worked before, but
the problem is zip is being used in place of p7zip, which obviously
fail as the flags have different meanings.
[1]: https://hydra.nixos.org/build/143354937
2021-06-01 17:54:10 +02:00
Francesco Gazzetta
93bda27068
warzone2100: 4.0.0 -> 4.0.1
2021-04-19 22:32:03 +02:00
Francesco Gazzetta
65bfbb80d3
warzone2100: 3.4.1 -> 4.0.0
2021-04-05 16:08:32 +02:00
Francesco Gazzetta
321f70a603
warzone2100: 3.3.0 -> 3.4.1
2021-01-25 13:07:03 +01:00
Francesco Gazzetta
7db3b75d21
warzone2100: add fgaz to maintainers
2021-01-25 13:06:19 +01: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
rnhmjoj
3516b1ddc5
warzone: 3.3.0_beta1 -> 3.3.0
2019-09-08 12:15:57 +02:00
rnhmjoj
bdda1e5b66
warzone: 3.2.3 -> 3.3.0_beta1
2019-08-12 02:49:56 +02:00
Matthew Bauer
f7bc33abf0
Revert "treewide: fixup breakage due to absolute compiler path"
...
This reverts commit d0888d1503
.
2018-08-22 01:14:53 +02:00
Vladimír Čunát
d0888d1503
treewide: fixup breakage due to absolute compiler path
...
Some packages just can't handle them #44767 . It was tempting to try
to abstract this in some way, but I didn't do that ATM.
2018-08-21 12:34:33 +02:00
ikervagyok
8e5de9e200
warzone2100: fix build after #41902 ( #42908 )
2018-07-03 12:27:06 +00:00
Francesco Gazzetta
e7d49d6dba
warzone2100: 3.2.2 -> 3.2.3
2017-12-18 22:14:08 +00:00
Nikolay Amiantov
6a55b52944
warzone2100: 2.1.5 -> 2.2.2
2017-01-07 18:48:15 +03:00
Ricardo Ardissone
5f832739ce
warzone2100: 3.1.1 -> 3.1.5
2016-04-18 07:37:18 -03:00
Joachim Schiele
bbd342dcf4
openal to openalSoft conversion
2015-05-16 04:04:35 +02:00
Vladimír Čunát
c4a35d8cf9
warzone2100: fix meta
2014-09-04 21:04:11 +02:00
Vladimír Čunát
4a2b6a63b6
spring, warzone2100: work around build problems
...
I guess there was a slight API change in the last mesa update.
2014-09-04 21:02:14 +02:00
ambrop7@gmail.com
576fa310b2
Warzone2100: Update to 3.1.1.
...
Changed to use openal-soft, which makes sound work,
in combination with https://github.com/NixOS/nixpkgs/pull/2947 .
Added optional installation of campaign videos, not enabled by default.
2014-06-15 23:38:01 +02:00
Alexander Tsamutali
5598fcf36c
games/warzone2100: Updated to 2.3.9.
...
svn path=/nixpkgs/trunk/; revision=30490
2011-11-20 17:10:54 +00:00
Alexander Tsamutali
864e905b4a
games/warzone2100: Updated to 2.3.7.
...
svn path=/nixpkgs/trunk/; revision=25784
2011-02-06 17:26:03 +00:00
Lluís Batlle i Rossell
ce73a758aa
Updating Warzone2100
...
svn path=/nixpkgs/trunk/; revision=23491
2010-08-29 09:43:56 +00:00
Alexander Tsamutali
d2237f9912
warzone2100: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=21582
2010-05-03 16:07:01 +00:00