From 9a96f1aebe39a3237d39f69509ada7d4ab9b4039 Mon Sep 17 00:00:00 2001 From: Alister Date: Wed, 22 Dec 2021 17:14:15 +0000 Subject: [PATCH] adding distribution submodules --- .gitmodules | 12 ++++++++++++ dist/definitions | 1 + dist/listfile | 1 + dist/themes | 1 + 4 files changed, 15 insertions(+) create mode 160000 dist/definitions create mode 160000 dist/listfile create mode 160000 dist/themes diff --git a/.gitmodules b/.gitmodules index 31831257..276abc84 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,15 @@ path = cmake url = https://gitlab.com/prophecy-rp/build-dependencies.git branch = dep-cmake +[submodule "dist/listfile"] + path = dist/listfile + url = https://gitlab.com/prophecy-rp/build-dependencies.git + branch = dist-listfile +[submodule "dist/definitions"] + path = dist/definitions + url = https://gitlab.com/prophecy-rp/build-dependencies.git + branch = dist-definitions +[submodule "dist/themes"] + path = dist/themes + url = https://gitlab.com/prophecy-rp/build-dependencies.git + branch = dist-themes diff --git a/dist/definitions b/dist/definitions new file mode 160000 index 00000000..215df0f6 --- /dev/null +++ b/dist/definitions @@ -0,0 +1 @@ +Subproject commit 215df0f6626e43bf5de6b9023830022192631070 diff --git a/dist/listfile b/dist/listfile new file mode 160000 index 00000000..9bcca6c2 --- /dev/null +++ b/dist/listfile @@ -0,0 +1 @@ +Subproject commit 9bcca6c203ee83911877e41a2f8f66bf37276de3 diff --git a/dist/themes b/dist/themes new file mode 160000 index 00000000..7bc54319 --- /dev/null +++ b/dist/themes @@ -0,0 +1 @@ +Subproject commit 7bc543198e658b9d59118e66362857a70e4c9923