From 63d30ca27b23ed498dc4552060a32280fa11731f Mon Sep 17 00:00:00 2001 From: svsp Date: Sun, 1 Feb 2026 13:26:47 +0000 Subject: [PATCH] Add new file --- components.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 components.json diff --git a/components.json b/components.json new file mode 100644 index 0000000..f99a0e3 --- /dev/null +++ b/components.json @@ -0,0 +1,15 @@ +{ + "version": "v1", + "components": [ + { + "id": "calista-graphics-legacy", + "name": "Legacy Graphics Subsystem", + "desc": "Графическая подсистема для Calista, для поддержки устаревшего оборудования, основана на xserver 1.18.4", + "repo": "git@gitlab.svsptech.ru:svsptech/calista-xserver-1.18.4-building-scripts.git", + "latest": "v1.0.0", + "tags": { + "v1.0.0": "7a7c8633f28d1f5125ada24e12b66030ced8b9c7" + } + } + ] +}