···
22
-
version = "unstable-2022-11-24";
23
+
version = "unstable-2023-08-13";
27
-
rev = "70d07d91d62dcdd2f2268d1ac401bfb697b4c991";
28
-
sha256 = "sha256-WDjR0ik+xAs6OA1DNbUGIF1MXSuEoy8nNkPiHaegfF0=";
28
+
rev = "ee950eb7b0e41437cc23a9943254c958da8a61ab";
29
+
sha256 = "sha256-NfhInwrtw85i2mnv7EtBrrpNaslaQaVhLNlK0I9aYto=";
31
-
nativeBuildInputs = [ which pkg-config ];
32
+
nativeBuildInputs = [
enableParallelBuilding = true;
···
installTargets = [ "copyfiles" ];
53
-
installFlags = [ "COPYDIR=$(out)" "COPYBINDIR=$(out)/bin" ];
58
+
installFlags = [ "COPYDIR=$(out)/share/ioquake3" ];
56
-
mkdir -p $out/baseq3 $out/bin
61
+
install -Dm644 misc/quake3.svg $out/share/icons/hicolor/scalable/apps/ioquake3.svg
63
+
makeWrapper $out/share/ioquake3/ioquake3.* $out/bin/ioquake3
64
+
makeWrapper $out/share/ioquake3/ioq3ded.* $out/bin/ioq3ded
72
+
comment = "A fast-paced 3D first-person shooter, a community effort to continue supporting/developing id's Quake III Arena";
73
+
desktopName = "ioquake3";
74
+
categories = [ "Game" "ActionGame" ];
homepage = "https://ioquake3.org/";
61
-
description = "First person shooter engine based on the Quake 3: Arena and Quake 3: Team Arena";
62
-
license = licenses.gpl2Only;
63
-
platforms = platforms.linux;
64
-
maintainers = with maintainers; [ rvolosatovs eelco abbradar ];
80
+
description = "A fast-paced 3D first-person shooter, a community effort to continue supporting/developing id's Quake III Arena";
81
+
license = lib.licenses.gpl2Only;
82
+
mainProgram = "ioquake3";
83
+
maintainers = with lib.maintainers; [ abbradar drupol eelco rvolosatovs ];
84
+
platforms = lib.platforms.linux;