R. Ryantm
d77812e649
quakespasm: 0.94.7 -> 0.95.0
2022-09-24 16:36:39 +08:00
Domen Kožar
2fa6e5253e
Merge pull request #185573 from mikroskeem/fix-quakespasm-darwin
...
quakespasm: fix darwin build
2022-09-11 16:59:26 +01:00
Jonas Heinrich
302e3f85b3
Merge pull request #184123 from r-ryantm/auto-update/vkquake
...
vkquake: 1.13.0 -> 1.20.3
2022-08-21 09:42:27 +02:00
Mark Vainomaa
aeb77ea9bd
quakespasm: fix darwin build
2022-08-07 19:49:55 +03:00
Ben Siraphob
94cfcf7998
Merge pull request #183981 from ylh/patch-vkquake-darwin
2022-08-04 22:51:13 -07:00
Yestin L. Harrison
6237fcac98
vkquake: support darwin
2022-08-03 13:58:54 -07:00
R. Ryantm
dc835258f8
quakespasm: 0.94.3 -> 0.94.7
2022-08-01 16:33:15 +02:00
R. Ryantm
d3d0224cc2
vkquake: 1.13.0 -> 1.20.3
2022-07-31 05:28:27 +00:00
ajs124
143efb53d6
maintainers: remove m3tti
...
no github account linked
2022-06-29 00:55:00 +02:00
R. Ryantm
77edb0a28a
vkquake: 1.12.2 -> 1.13.0
2022-04-29 09:36:52 -05: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
5b78bf55f8
vkquake: 1.12.1 -> 1.12.2
2021-12-24 02:55:16 +00:00
R. Ryantm
05ca41a389
quakespasm: 0.94.2 -> 0.94.3
2021-12-22 18:58:37 +00:00
Bobby Rong
096700463d
Merge pull request #150268 from legendofmiracles/vkquake
...
vkquake: 1.11.0 -> 1.12.1
2021-12-17 14:44:20 +08:00
legendofmiracles
5e02596516
vkquake: 1.11.0 -> 1.12.1
2021-12-11 09:53:58 -06:00
R. Ryantm
ca8a87acd8
quakespasm: 0.94.1 -> 0.94.2
2021-10-29 05:51:08 +00:00
R. RyanTM
0aafa261e3
vkquake: 1.05.3 -> 1.11.0
2021-09-13 21:31:40 +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
R. RyanTM
90f7da71f8
vkquake: 1.05.2 -> 1.05.3
2021-08-17 17:00:37 +00: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
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
...
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
R. RyanTM
2c6572ebd0
vkquake: 1.05.1 -> 1.05.2
2021-02-09 18:28:05 +00: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
gnidorah
3aca0e1e6c
vkquake: 1.05.0 -> 1.05.1
2020-11-10 09:05:15 +08:00
gnidorah
8c7ef10f71
vkquake: 1.04.1 -> 1.05.0
2020-11-01 20:54:39 +08:00
Peter Hoeg
b65f1a4862
vkquake: fix the build
2020-10-20 23:17:16 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
709f505898
vkquake: 1.03.0 -> 1.04.1
2020-01-17 12:17:54 +00:00
R. RyanTM
731992a8b0
vkquake: 1.02.1 -> 1.03.0
2019-11-29 12:42:00 -08:00
gnidorah
afb4d447ba
vkquake: 1.01.0 -> 1.02.1
2019-11-04 08:54:02 -08: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
gnidorah
e0b64f5ced
vkquake: 1.00.0 -> 1.01.0
2019-01-12 08:56:24 +03:00
Tad Fisher
b19cdc31c1
vkquake: fix build
2018-09-08 13:13:23 -07:00
adisbladis
ae2288be69
Merge pull request #44591 from Drakonis/update/quakespasm
...
quakespasm: 0.92.1 -> 0.93.1
2018-08-07 15:24:09 +08:00
Unknown
353091da79
vkquake: 0.97.3 -> 1.00.0
2018-08-07 02:07:44 -03: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
gnidorah
3df98ef5b8
vkquake: init at 0.97.3
2018-01-25 17:30:17 +03: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