Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-08 15:26:24 +0300
committerlovetox <philipp@hoerist.com>2022-05-08 15:26:24 +0300
commit3884d1ef4da163a45d05a67d19e7366366ee7159 (patch)
treee0f29353f9431acb05b8985c381da6aedb676837
parent9d3abb721e3fc93e5ecc42a1eca96ca9f3e4bf89 (diff)
Rename manifest.json to plugin-manifest.json
Flatpak uses already manifest.json
-rw-r--r--.ci/deploy.py2
-rw-r--r--acronyms_expander/plugin-manifest.json (renamed from acronyms_expander/manifest.json)0
-rw-r--r--anti_spam/plugin-manifest.json (renamed from anti_spam/manifest.json)0
-rw-r--r--clients_icons/plugin-manifest.json (renamed from clients_icons/manifest.json)0
-rw-r--r--length_notifier/plugin-manifest.json (renamed from length_notifier/manifest.json)0
-rw-r--r--message_box_size/plugin-manifest.json (renamed from message_box_size/manifest.json)0
-rw-r--r--now_listen/plugin-manifest.json (renamed from now_listen/manifest.json)0
-rw-r--r--omemo/plugin-manifest.json (renamed from omemo/manifest.json)0
-rw-r--r--openpgp/plugin-manifest.json (renamed from openpgp/manifest.json)0
-rw-r--r--pgp/plugin-manifest.json (renamed from pgp/manifest.json)0
-rw-r--r--plugins_translations/plugin-manifest.json (renamed from plugins_translations/manifest.json)0
-rw-r--r--quick_replies/plugin-manifest.json (renamed from quick_replies/manifest.json)0
-rw-r--r--regex_filter/plugin-manifest.json (renamed from regex_filter/manifest.json)0
-rw-r--r--scripts/build_repository.py2
-rw-r--r--triggers/plugin-manifest.json (renamed from triggers/manifest.json)0
15 files changed, 2 insertions, 2 deletions
diff --git a/.ci/deploy.py b/.ci/deploy.py
index a98c5f1..1ce78bb 100644
--- a/.ci/deploy.py
+++ b/.ci/deploy.py
@@ -70,7 +70,7 @@ def download_package_index() -> ManifestT:
def iter_manifests() -> Iterator[PackageT]:
- for path in REPO_ROOT.rglob('manifest.json'):
+ for path in REPO_ROOT.rglob('plugin-manifest.json'):
with path.open() as f:
manifest = json.load(f)
yield manifest, path.parent
diff --git a/acronyms_expander/manifest.json b/acronyms_expander/plugin-manifest.json
index 01a3467..01a3467 100644
--- a/acronyms_expander/manifest.json
+++ b/acronyms_expander/plugin-manifest.json
diff --git a/anti_spam/manifest.json b/anti_spam/plugin-manifest.json
index 1bd3041..1bd3041 100644
--- a/anti_spam/manifest.json
+++ b/anti_spam/plugin-manifest.json
diff --git a/clients_icons/manifest.json b/clients_icons/plugin-manifest.json
index 69ca008..69ca008 100644
--- a/clients_icons/manifest.json
+++ b/clients_icons/plugin-manifest.json
diff --git a/length_notifier/manifest.json b/length_notifier/plugin-manifest.json
index f460e12..f460e12 100644
--- a/length_notifier/manifest.json
+++ b/length_notifier/plugin-manifest.json
diff --git a/message_box_size/manifest.json b/message_box_size/plugin-manifest.json
index b738845..b738845 100644
--- a/message_box_size/manifest.json
+++ b/message_box_size/plugin-manifest.json
diff --git a/now_listen/manifest.json b/now_listen/plugin-manifest.json
index 3c5938b..3c5938b 100644
--- a/now_listen/manifest.json
+++ b/now_listen/plugin-manifest.json
diff --git a/omemo/manifest.json b/omemo/plugin-manifest.json
index 7f8c76d..7f8c76d 100644
--- a/omemo/manifest.json
+++ b/omemo/plugin-manifest.json
diff --git a/openpgp/manifest.json b/openpgp/plugin-manifest.json
index 63e9132..63e9132 100644
--- a/openpgp/manifest.json
+++ b/openpgp/plugin-manifest.json
diff --git a/pgp/manifest.json b/pgp/plugin-manifest.json
index 73a71bb..73a71bb 100644
--- a/pgp/manifest.json
+++ b/pgp/plugin-manifest.json
diff --git a/plugins_translations/manifest.json b/plugins_translations/plugin-manifest.json
index 7e0da7b..7e0da7b 100644
--- a/plugins_translations/manifest.json
+++ b/plugins_translations/plugin-manifest.json
diff --git a/quick_replies/manifest.json b/quick_replies/plugin-manifest.json
index 2f13919..2f13919 100644
--- a/quick_replies/manifest.json
+++ b/quick_replies/plugin-manifest.json
diff --git a/regex_filter/manifest.json b/regex_filter/plugin-manifest.json
index 6361586..6361586 100644
--- a/regex_filter/manifest.json
+++ b/regex_filter/plugin-manifest.json
diff --git a/scripts/build_repository.py b/scripts/build_repository.py
index 7030b0a..c41b2f8 100644
--- a/scripts/build_repository.py
+++ b/scripts/build_repository.py
@@ -50,7 +50,7 @@ def iter_releases(release_folder: Path) -> Iterator[Dict[str, Any]]:
for path in release_folder.rglob('*.zip'):
with ZipFile(path) as release_zip:
try:
- with release_zip.open('manifest.json') as file:
+ with release_zip.open('plugin-manifest.json') as file:
manifest = json.load(file)
yield manifest
except Exception:
diff --git a/triggers/manifest.json b/triggers/plugin-manifest.json
index 7196609..7196609 100644
--- a/triggers/manifest.json
+++ b/triggers/plugin-manifest.json