From 7fd983a97b7c648858a4efe4d90cd40588c39e79 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Tue, 26 Oct 2021 19:08:41 +0200 Subject: [PATCH] updates in metadata --- .../fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json | 4 +++- extensions/fablabchemnitz/meta_explanation.json | 1 + extensions/fablabchemnitz/styles_to_layers/meta.json | 5 ++++- .../ungrouper_and_element_migrator_filter/meta.json | 5 ++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/extensions/fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json b/extensions/fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json index 52b711e5..19faa9ab 100644 --- a/extensions/fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json +++ b/extensions/fablabchemnitz/epilog_dashboard_bbox_adjust/meta.json @@ -3,7 +3,9 @@ "name": "Epilog Dashboard BBox Adjust", "id": "fablabchemnitz.de.epilog_dashboard_bbox_adjust", "path": "epilog_dashboard_bbox_adjust", - "dependent_extensions": null, + "dependent_extensions": [ + "apply_transformations" + ], "original_name": "Epilog Dashboard BBox Adjust", "original_id": "fablabchemnitz.de.epilog_dashboard_bbox_adjust", "license": "GNU GPL v3", diff --git a/extensions/fablabchemnitz/meta_explanation.json b/extensions/fablabchemnitz/meta_explanation.json index 684cd124..966b75df 100644 --- a/extensions/fablabchemnitz/meta_explanation.json +++ b/extensions/fablabchemnitz/meta_explanation.json @@ -5,6 +5,7 @@ "name": "The readable name of the extension in menu", "id": "The id which is used to store paramters in inkscape UI configuration", "path": "the folder where the extensions is in", + "dependent_extension": "extensions which should be installed to because they are used by THIS extension", "original_name": "the readble extension name which was assigned before putting it into MightyScape (origin)", "original_id": "the id which was assigned before putting it into MightyScape (origin)", "license": "the license, like GPL v2 or MIT", diff --git a/extensions/fablabchemnitz/styles_to_layers/meta.json b/extensions/fablabchemnitz/styles_to_layers/meta.json index 5aa6d190..47fb744d 100644 --- a/extensions/fablabchemnitz/styles_to_layers/meta.json +++ b/extensions/fablabchemnitz/styles_to_layers/meta.json @@ -3,7 +3,10 @@ "name": "Styles To Layers", "id": "fablabchemnitz.de.styles_to_layers", "path": "styles_to_layers", - "dependent_extensions": null, + "dependent_extensions": [ + "apply_transformations", + "remove_empty_groups" + ],, "original_name": "Styles To Layers", "original_id": "fablabchemnitz.de.styles_to_layers", "license": "GNU GPL v3", diff --git a/extensions/fablabchemnitz/ungrouper_and_element_migrator_filter/meta.json b/extensions/fablabchemnitz/ungrouper_and_element_migrator_filter/meta.json index 465e6ae0..5f8854da 100644 --- a/extensions/fablabchemnitz/ungrouper_and_element_migrator_filter/meta.json +++ b/extensions/fablabchemnitz/ungrouper_and_element_migrator_filter/meta.json @@ -3,7 +3,10 @@ "name": "Ungrouper And Element Migrator/Filter", "id": "fablabchemnitz.de.ungrouper_and_element_migrator_filter", "path": "ungrouper_and_element_migrator_filter", - "dependent_extensions": null, + "dependent_extensions": [ + "apply_transformations", + "remove_empty_groups" + ], "original_name": "Ungrouper And Element Migrator/Filter", "original_id": "fablabchemnitz.de.ungrouper_and_element_migrator_filter", "license": "GNU GPL v3",