Skip to content

Commit

Permalink
engines - Switch more to env.json with COMMIT_TAG, based on tag values
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Mar 1, 2024
1 parent 8fb985a commit ddc6e0a
Show file tree
Hide file tree
Showing 21 changed files with 87 additions and 45 deletions.
2 changes: 1 addition & 1 deletion engines/classic-rbdoom-3-bfg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CLONE PHASE
git clone https://github.com/MadDeCoDeR/Classic-RBDOOM-3-BFG.git source
pushd source
git checkout 710cc70
git checkout "$COMMIT_TAG"
git submodule update --init --recursive
popd

Expand Down
18 changes: 18 additions & 0 deletions engines/classic-rbdoom-3-bfg/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"STEAM_APP_ID_LIST": [
"208200",
"1898710"
],
"LICENSE_PATH": "./source/COPYING.txt",
"ADDITIONAL_LICENSES": [
"./source/README.md",
"./source/neo/libs/open-platform/COPYING.txt",
"./licenses/*"
],
"APT_LIBRARIES": [
"yasm",
"nasm"
],
"GCC_12": true,
"COMMIT_TAG": "nightly-2023-08-09-18-51-1691607119"
}
7 changes: 0 additions & 7 deletions engines/classic-rbdoom-3-bfg/env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion engines/engge/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CLONE PHASE
git clone https://github.com/scemino/engge.git source
pushd source
git checkout 5e607bc
git checkout "$COMMIT_TAG"
git submodule update --init --recursive
popd

Expand Down
10 changes: 10 additions & 0 deletions engines/engge/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"STEAM_APP_ID_LIST": [
"569860"
],
"LICENSE_PATH": "./source/LICENSE",
"APT_LIBRARIES": [
"libglm-dev"
],
"COMMIT_TAG": "v0.8.0-beta"
}
5 changes: 0 additions & 5 deletions engines/engge/env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion engines/ezquake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CLONE PHASE
git clone https://github.com/ezQuake/ezquake-source.git source
pushd source
git checkout e7ecc1f
git checkout "$COMMIT_TAG"
popd

# BUILD PHASE
Expand Down
11 changes: 11 additions & 0 deletions engines/ezquake/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"STEAM_APP_ID_LIST": [
"2310"
],
"LICENSE_PATH": "./source/LICENSE",
"ADDITIONAL_LICENSES": [
"./LICENSE"
],
"COMMON_PACKAGE": true,
"COMMIT_TAG": "3.2.3"
}
6 changes: 0 additions & 6 deletions engines/ezquake/env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion engines/hiigara/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CLONE PHASE
git clone https://github.com/atsb/Hiigara.git source
pushd source
git checkout 5fca0d2
git checkout "$COMMIT_TAG"
popd

# BUILD PHASE
Expand Down
7 changes: 7 additions & 0 deletions engines/hiigara/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"STEAM_APP_ID_LIST": [
"244160"
],
"LICENSE_PATH": "./source/LICENSE.txt",
"COMMIT_TAG": "000"
}
4 changes: 0 additions & 4 deletions engines/hiigara/env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion engines/open-ig/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CLONE PHASE
git clone https://github.com/akarnokd/open-ig.git source
pushd source
git checkout 8f58a81
git checkout "$COMMIT_TAG"
popd

# COPY PHASE
Expand Down
13 changes: 13 additions & 0 deletions engines/open-ig/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"STEAM_APP_ID_LIST": [
"573790"
],
"LICENSE_PATH": "./source/LICENSE.txt",
"ADDITIONAL_LICENSES": [
"./source/IMAGE_CREDITS.txt"
],
"LIBRARIES": [
"openjdk11"
],
"COMMIT_TAG": "v0.95.237"
}
6 changes: 0 additions & 6 deletions engines/open-ig/env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion engines/openapoc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export LD_LIBRARY_PATH="$VCPKG_INSTALLED_PATH/lib:$LD_LIBRARY_PATH"
# CLONE PHASE
git clone https://github.com/OpenApoc/OpenApoc.git source
pushd source
git checkout -f a224501
git checkout -f "$COMMIT_TAG"
git submodule update --init --recursive
popd

Expand Down
13 changes: 13 additions & 0 deletions engines/openapoc/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"STEAM_APP_ID_LIST": [
"7660"
],
"LICENSE_PATH": "./source/LICENSE",
"LIBRARIES": [
"xcb",
"libunwind",
"qt5"
],
"ARCHIVE_WITHOUT_V7": true,
"COMMIT_TAG": "20230408"
}
6 changes: 0 additions & 6 deletions engines/openapoc/env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion engines/opengothic/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo ldconfig
# CLONE PHASE
git clone https://github.com/Try/OpenGothic source
pushd source
git checkout -f 16fff0e
git checkout -f "$COMMIT_TAG"
git submodule update --init --recursive
popd

Expand Down
8 changes: 8 additions & 0 deletions engines/opengothic/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"STEAM_APP_ID_LIST": [
"65540",
"39510"
],
"LICENSE_PATH": "./source/LICENSE",
"COMMIT_TAG": "v0.75"
}
4 changes: 0 additions & 4 deletions engines/opengothic/env.sh

This file was deleted.

0 comments on commit ddc6e0a

Please sign in to comment.