Merge pull request #67271 from dtzWill/update/solarus-1.6.2
solarus{,-quest-editor}: 1.6.0 -> 1.6.2
This commit is contained in:
commit
c805c7657d
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchFromGitLab, cmake, luajit,
|
{ lib, mkDerivation, fetchFromGitLab, cmake, luajit,
|
||||||
SDL2, SDL2_image, SDL2_ttf, physfs,
|
SDL2, SDL2_image, SDL2_ttf, physfs,
|
||||||
openal, libmodplug, libvorbis, solarus,
|
openal, libmodplug, libvorbis, solarus,
|
||||||
qtbase, qttools, glm }:
|
qtbase, qttools, glm }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "solarus-quest-editor-${version}";
|
pname = "solarus-quest-editor";
|
||||||
version = "1.6.0";
|
version = "1.6.2";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "solarus-games";
|
owner = "solarus-games";
|
||||||
repo = "solarus-quest-editor";
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1a7816kaljfh9ynzy9g36mqzzv2p800nnbrja73q6vjfrsv3vq4c";
|
sha256 = "0dq94iw9ldl4p83dqcwjs5ilpkvz5jgdk8rbls8pf8b7afpg36rz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake luajit SDL2
|
buildInputs = [ cmake luajit SDL2
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
openal libmodplug libvorbis
|
openal libmodplug libvorbis
|
||||||
solarus qtbase qttools glm ];
|
solarus qtbase qttools glm ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "The editor for the Zelda-like ARPG game engine, Solarus";
|
description = "The editor for the Zelda-like ARPG game engine, Solarus";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Solarus is a game engine for Zelda-like ARPG games written in lua.
|
Solarus is a game engine for Zelda-like ARPG games written in lua.
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchFromGitLab, cmake, luajit,
|
{ lib, mkDerivation, fetchFromGitLab, cmake, luajit,
|
||||||
SDL2, SDL2_image, SDL2_ttf, physfs,
|
SDL2, SDL2_image, SDL2_ttf, physfs,
|
||||||
openal, libmodplug, libvorbis,
|
openal, libmodplug, libvorbis,
|
||||||
qtbase, qttools }:
|
qtbase, qttools }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "solarus-${version}";
|
pname = "solarus";
|
||||||
version = "1.6.0";
|
version = "1.6.2";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "solarus-games";
|
owner = "solarus-games";
|
||||||
repo = "solarus";
|
repo = pname;
|
||||||
rev = "v1.6.0";
|
rev = "v${version}";
|
||||||
sha256 = "0mlpa1ijaxy84f7xjgs2kjnpm035b8q9ckva6lg14q49gzy10fr2";
|
sha256 = "0d0xfjbmamz84aajxfc0fwrj8862xxbxz6n4xnc05r1m4g7gba77";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake luajit SDL2
|
buildInputs = [ cmake luajit SDL2
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "A Zelda-like ARPG game engine";
|
description = "A Zelda-like ARPG game engine";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Solarus is a game engine for Zelda-like ARPG games written in lua.
|
Solarus is a game engine for Zelda-like ARPG games written in lua.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user