Commit graph

43 commits

Author SHA1 Message Date
Sander van der Burg 246ac3167d gzdoom: add desktop item 2021-08-06 22:14:39 +02:00
Profpatsch 0d2fc6ba91 gzdoom: 4.4.2 -> 4.5.0
Also updates the zmusic dependency to 1.1.3.
2021-01-28 21:13:12 +01:00
Ben Siraphob bd42003f87 pkgs/games: pkg-config -> pkgconfig (2) 2021-01-16 23:49:59 -08: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
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Derpford 951e2175c3
GZDoom 4.3.3 -> 4.4.2
* Update to 4.4.2

4.4.0 increased the ZScript version number, GZDoom 4.4.1 and 4.4.2 have some bugfixes.

* Fix bad checksum

Old hash was done without `--unpack` option, resulting in a mismatch.

* Fetch submodules

This fixes the issue with `zmusic` not being brought in as a dependency.

* Add zmusic derivation

Since zmusic isn't actually a submodule, we have to derive it ourselves and pass it as a buildInput.

* Semicolon.

* Semicolon in the *right* place this time.

* Merge the zmusic source into the gzdoom source.

Apparently this is how they expect zmusic to be added. Why this isn't a submodule, I don't know.

* Fix bad path editing

Credit to Open Skies for fixing this. Turns out the paths edited in the `gzdoom` derivation were for zmusic, which needs these edits to be made so that it looks in nix-friendly places for its stuff.
2020-07-16 23:45:10 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM eed6151f2d gzdoom: 4.3.1 -> 4.3.3 2020-02-08 19:11:15 +01:00
R. RyanTM c05dc0aa89 gzdoom: 4.2.4 -> 4.3.1 2020-01-06 20:39:18 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
drakonis 2b725bbb69 gzdoom: include missing soundfont files 2019-12-22 12:51:43 +01:00
lassulus 5923cf4248 gzdoom: 4.2.3 -> 4.2.4 2019-11-20 16:53:25 -08:00
lassulus 12b5da288c gzdoom: 4.2.1 -> 4.2.3 2019-10-25 13:50:41 +02:00
R. RyanTM 6a9f695860 gzdoom: 4.2.0 -> 4.2.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/gzdoom/versions
2019-09-27 00:10:04 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM 21b3a0260a gzdoom: 4.1.3 -> 4.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gzdoom/versions
2019-08-19 02:50:06 -07: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 b62a696625 gzdoom: 4.1.2 -> 4.1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gzdoom/versions
2019-06-16 18:44:38 -07:00
Renaud 0e54f49484
Merge pull request #62431 from r-ryantm/auto-update/gzdoom
gzdoom: 4.0.0 -> 4.1.2
2019-06-07 15:54:29 +02:00
Chris Hodapp cbb4aca341 gzdoom: Fix wrong fluidsynth version 2019-06-02 17:37:50 -04:00
R. RyanTM ebcf54633e gzdoom: 4.0.0 -> 4.1.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/gzdoom/versions
2019-06-01 13:50:28 -07:00
R. RyanTM d87f0df574 gzdoom: 3.7.2 -> 4.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gzdoom/versions
2019-04-14 15:43:26 -07:00
R. RyanTM a4d2c97d5c gzdoom: 3.7.1 -> 3.7.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/gzdoom/versions
2019-01-28 07:17:56 -08:00
Jörg Thalheim 37da2302a6
gzdoom: limit to x86_64 2019-01-04 08:32:39 +01:00
R. RyanTM c81af4dceb gzdoom: 3.6.0 -> 3.7.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/gzdoom/versions
2019-01-03 07:44:09 -08:00
R. RyanTM b6cfaf1d9f gzdoom: 3.5.1 -> 3.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gzdoom/versions
2018-10-15 21:35:20 -07:00
R. RyanTM 01754b7ab2 gzdoom: 3.5.0 -> 3.5.1 (#46276)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gzdoom
2018-09-29 20:26:18 +02:00
Drakonis 296c520920 gzdoom: g3.4.1 -> g3.5.0 (#44590) 2018-08-07 21:27:45 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM b5337b357f gzdoom: 3.4.0 -> 3.4.1 (#42499)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gzdoom/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/2imdm0m7wchvwgg3r2m3xm5115iq681w-gzdoom-3.4.1/bin/gzdoom had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.4.1 with grep in /nix/store/2imdm0m7wchvwgg3r2m3xm5115iq681w-gzdoom-3.4.1
- directory tree listing: https://gist.github.com/af5b88ddc00326642398bae9d65d3714
- du listing: https://gist.github.com/e85a153098c517727519102b6c1134a8
2018-06-27 19:03:42 +02:00
R. RyanTM f6c0588c97 gzdoom: 3.3.2 -> 3.4.0 (#42011)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gzdoom/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/f4bpkw3bk3p8ca0vcxdi17hc5lm2r3jz-gzdoom-3.4.0/bin/gzdoom had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.4.0 with grep in /nix/store/f4bpkw3bk3p8ca0vcxdi17hc5lm2r3jz-gzdoom-3.4.0
- directory tree listing: https://gist.github.com/1d92d331e8c24929e998260ca9018ddb
- du listing: https://gist.github.com/ba47c37ae7b73d3fb85a14b537b6c270
2018-06-18 22:53:32 +02:00
R. RyanTM 412476a105 gzdoom: 3.3.0 -> 3.3.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/gzdoom/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.2 with grep in /nix/store/zv856axqy6bna0vpgramgaglz02nb8rh-gzdoom-3.3.2
- directory tree listing: https://gist.github.com/66372cbd8e865e89ab9749a99b308ea7
2018-04-20 05:14:00 -07:00
R. RyanTM 81de9ba814 gzdoom: 3.2.5 -> 3.3.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gzdoom/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.0 with grep in /nix/store/h1yhag04m1gxx3bapi01y3ahlcnsnpd1-gzdoom-3.3.0
- directory tree listing: https://gist.github.com/966485cdbf00be087392e66856da4b43
2018-03-31 08:27:38 -07:00
Ryan Mulligan b5b908483e gzdoom: 3.1.0 -> 3.2.5
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.2.5 with grep in /nix/store/m0ms0fpwwi306zq5as89r1kb40bhba8n-gzdoom-3.2.5
- found 3.2.5 in filename of file in /nix/store/m0ms0fpwwi306zq5as89r1kb40bhba8n-gzdoom-3.2.5
2018-03-08 17:59:58 -08:00
Alexander V. Nikolaev 8f2a22935c treewide: transition from mesa_noglu to libGL 2018-02-24 17:03:46 +02: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
Drakonis 0fbe724172 gzdoom: 3.0.1 -> 3.1.0 2017-06-02 12:02:34 -03:00
Cray Elliott 6c7b2081a7 gzdoom: 2.3.2 -> 3.0.1
also change license to gpl3, gzdoom migrated licenses! (yay)
2017-05-22 04:37:39 -07:00
Cray Elliott ef77fba573 gzdoom: 2.2.0 -> 2.3.2 2017-02-02 15:39:24 -08:00
Nikolay Amiantov 60903f7320 gzdoom: 2015-05-07 -> 2.2.0 2016-12-17 15:33:12 +03:00
Jookia e5154f2ab2 zdoom: Mark it and its forks as nonfree.
See http://zdoom.org/wiki/License and the source code of each package.
2016-07-11 11:05:34 +10:00
Eelco Dolstra aea262f654 Fix misspelled meta.maintainers attributes 2016-02-10 14:59:50 +01:00
lassulus 4b0cfe67b4 add gzdoom to nixpkgs 2015-05-13 09:35:20 +02:00