Pol Dellaiera
dbcc734bbd
ioquake3: cleanup
...
- Fix `ioquake3`
- Remove the arch suffix from the binaries (`ioquake3.x86-64` -> `ioquake3`, `ioq3ded.x86-64` -> `ioq3ded`)
- Add `.desktop` file
- Remove unneeded dependencies
- Clean-up installation phase
- Add `meta.mainProgram` attribute
- Add myself in the maintainer list
2023-08-19 07:06:15 +02:00
Sergei Trofimovich
06afa6115d
quake3demo: fix binary paths in the wrapper
...
https://github.com/NixOS/nixpkgs/pull/209008 moved quake3 binaries to
$out/bin. This broke wrappers as:
$ NIXPKGS_ALLOW_UNFREE=1 nix build -f. quake3demo -L
...
quake3-demo> Builder called die: Cannot wrap '/nix/store/khlq2wa0i7rab4vkzvk4pl54lyi6c36d-quake3-demo-1.11-6-ioquake3-unstable-2022-11-24/bin/quake3' because it is not an executable file
The change fixes wrapper to point to new locations.
2023-02-24 19:19:21 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Dr Perceptron
f1e48efea8
ioquake3: unstable-2021-07-20 -> unstable-2022-11-24
2023-01-05 10:38:33 +11:00
Dr Perceptron
3c22923e0a
ioquake3: install binaries into $out/bin
2023-01-05 10:38:33 +11:00
Naïm Favier
2c83122c18
treewide: fix broken meta
attributes
2023-01-01 14:10:42 +01:00
Rick van Schijndel
9833d56c24
treewide: mark packages broken that never built on PLATFORM
...
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.
I manually audited the results and removed some results that were not valid.
Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.
Some observations:
- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
- gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Dr Perceptron
4565febba8
quake3e: 2020-04-04 -> 2022-04-01-dev
2022-04-03 17:13:52 +10:00
Astro
863ef0dd47
quake3e: fix libcurl.so.4 location
2021-12-03 18:22:30 +01:00
Felix Bühler
f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version ( #145396 )
2021-11-10 16:21:47 -05:00
Daniel Nagy
20f7b7517e
ioquake3: 2020-12-26 -> 2021-07-20
2021-08-11 00:30:53 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Roman Volosatovs
cef94edcf8
quake3hires: init at 2020-01-20
2021-01-18 17:12:16 +01: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
Roman Volosatovs
d6d9eb5593
ioquake3: 2019-05-29 -> 2020-12-26
2021-01-08 12:57:42 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Philipp Middendorf
0bfd0200ae
quake3e: 2020-01-23 -> 2020-04-04
2020-04-10 08:25:15 +02:00
Philipp Middendorf
4ebe020cc7
quake3e: 2019-11-29 -> 2020-01-23
2020-02-16 08:09:54 -08:00
Philipp Middendorf
2b298a3ef1
quake3e: 2019-09-09 -> 2019-11-29 ( #75511 )
2019-12-15 02:16:53 -05:00
Philipp Middendorf
4ec79e8c09
quake3e: init at 2019-09-09
2019-10-02 21:53:08 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00: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
Nikolay Amiantov
b5a53655be
ioquake3: 2018-12-14 -> 2019-05-29
2019-06-04 01:36:27 +03:00
Roman Volosatovs
9c2c51a8e2
ioquake: 2018-02-23 -> 2018-12-14
2018-12-25 17:37:01 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Vladimír Čunát
565bd805e6
Merge branch 'master'
2018-03-05 14:53:27 +01:00
Nikolay Amiantov
c8d520cb80
ioquake3: 2017-07-25 -> 2018-02-23
2018-02-25 22:24:09 +03:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Alexander V. Nikolaev
8f2a22935c
treewide: transition from mesa_noglu to libGL
2018-02-24 17:03:46 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +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
Nikolay Amiantov
679d7f563a
ioquake3-git: 2017-01-27 -> 2017-07-25
2017-07-27 17:07:44 +03:00
Nikolay Amiantov
5fb5914c35
ioquake3: 2016-11-02 -> 2017-01-27
2017-01-31 03:27:11 +03:00
Nikolay Amiantov
798f8e4226
ioquake3: 2016-08-11 -> 2016-11-02
2016-11-24 01:17:57 +03:00
Nikolay Amiantov
be95ceaff2
treewide: quote URLs in my packages
2016-11-24 01:17:52 +03:00
Nikolay Amiantov
e80b22369d
quake3: refactor wrapper, fix pak collisions
2016-09-24 12:49:59 +03:00
Nikolay Amiantov
f2913e46fd
ioquake3: 2016-04-05 -> 2016-08-11
2016-08-14 22:37:09 +03:00
Nikolay Amiantov
a8aa91dc5c
ioquake3: 2016-03-15 -> 2016-04-05
2016-04-30 03:12:33 +03:00
Nikolay Amiantov
7185aefbbe
ioquake3: 2016-02-18 -> 2016-03-15
2016-03-20 17:07:31 +03:00
Nikolay Amiantov
e3d9bdf8f8
ioquake3: 20151228 -> 2016-02-18
2016-03-04 14:42:38 +03:00
Nikolay Amiantov
5981fc4b6f
quake3wrapper: split from quake3demo, make a function and fix multiple paks
2016-01-14 14:41:33 +03:00
Nikolay Amiantov
6b447a3c9b
quake3demodata: split from point release, cleanup
2016-01-14 14:41:33 +03:00
Nikolay Amiantov
2852696c2e
quake3pointrelease: init at 1.32b-3
2016-01-14 14:41:33 +03:00
Nikolay Amiantov
7fc7502db5
ioquake3: 1.36 -> 20151228
...
Renamed from `quake3game`
2016-01-14 14:41:33 +03:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Tobias Geerinckx-Rice
b825befbdb
quake3: add botlib patch for amd64
...
botlib abuses strcpy (source and dest overlap), and the strcpy function for 64
bit intel CPU's in the latest glibc, does not like this causing the bots to not
load.
2015-07-14 01:03:51 +02:00
Eric Seidel
f3c6827373
rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc
2015-01-14 20:27:55 -08:00