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:
authorwurstsalat <mailtrash@posteo.de>2022-09-12 23:02:13 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-09-19 23:33:40 +0300
commit8fccd261e80f44ec229c165d9956e4048774a073 (patch)
treeb69339d5aace16ba6a2ded4b889020462230a722
parent70221e9ca6bce87acf2368a426bcc64c102de03b (diff)
Adapt plugin manifests to changes in Gajim 1.5
-rw-r--r--acronyms_expander/plugin-manifest.json1
-rw-r--r--anti_spam/plugin-manifest.json1
-rw-r--r--clients_icons/plugin-manifest.json1
-rw-r--r--length_notifier/plugin-manifest.json1
-rw-r--r--message_box_size/plugin-manifest.json1
-rw-r--r--now_listen/plugin-manifest.json1
-rw-r--r--omemo/plugin-manifest.json1
-rw-r--r--openpgp/plugin-manifest.json1
-rw-r--r--pgp/plugin-manifest.json1
-rw-r--r--plugins_translations/plugin-manifest.json1
-rw-r--r--quick_replies/plugin-manifest.json1
-rw-r--r--regex_filter/plugin-manifest.json1
-rw-r--r--triggers/plugin-manifest.json1
13 files changed, 13 insertions, 0 deletions
diff --git a/acronyms_expander/plugin-manifest.json b/acronyms_expander/plugin-manifest.json
index 01a3467..32763e9 100644
--- a/acronyms_expander/plugin-manifest.json
+++ b/acronyms_expander/plugin-manifest.json
@@ -8,6 +8,7 @@
"config_dialog": true,
"name": "Acronyms Expander",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/anti_spam/plugin-manifest.json b/anti_spam/plugin-manifest.json
index 9b3d0c2..df0ff25 100644
--- a/anti_spam/plugin-manifest.json
+++ b/anti_spam/plugin-manifest.json
@@ -9,6 +9,7 @@
"config_dialog": true,
"name": "Anti Spam",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/clients_icons/plugin-manifest.json b/clients_icons/plugin-manifest.json
index 69ca008..bba9611 100644
--- a/clients_icons/plugin-manifest.json
+++ b/clients_icons/plugin-manifest.json
@@ -9,6 +9,7 @@
"config_dialog": true,
"name": "Clients icons",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/length_notifier/plugin-manifest.json b/length_notifier/plugin-manifest.json
index 4065004..25247f9 100644
--- a/length_notifier/plugin-manifest.json
+++ b/length_notifier/plugin-manifest.json
@@ -7,6 +7,7 @@
"config_dialog": true,
"name": "Message Length Notifier",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/message_box_size/plugin-manifest.json b/message_box_size/plugin-manifest.json
index b738845..a4ce12d 100644
--- a/message_box_size/plugin-manifest.json
+++ b/message_box_size/plugin-manifest.json
@@ -8,6 +8,7 @@
"config_dialog": true,
"name": "Message Box Size",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/now_listen/plugin-manifest.json b/now_listen/plugin-manifest.json
index 3c5938b..875db36 100644
--- a/now_listen/plugin-manifest.json
+++ b/now_listen/plugin-manifest.json
@@ -7,6 +7,7 @@
"config_dialog": true,
"name": "Now Listen",
"platforms": [
+ "others",
"linux"
],
"requirements": [
diff --git a/omemo/plugin-manifest.json b/omemo/plugin-manifest.json
index f9c9ff9..784c912 100644
--- a/omemo/plugin-manifest.json
+++ b/omemo/plugin-manifest.json
@@ -9,6 +9,7 @@
"config_dialog": true,
"name": "OMEMO",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/openpgp/plugin-manifest.json b/openpgp/plugin-manifest.json
index 63e9132..a94128f 100644
--- a/openpgp/plugin-manifest.json
+++ b/openpgp/plugin-manifest.json
@@ -7,6 +7,7 @@
"config_dialog": false,
"name": "OpenPGP",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/pgp/plugin-manifest.json b/pgp/plugin-manifest.json
index 1e76cc6..5f207d2 100644
--- a/pgp/plugin-manifest.json
+++ b/pgp/plugin-manifest.json
@@ -7,6 +7,7 @@
"config_dialog": true,
"name": "PGP",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/plugins_translations/plugin-manifest.json b/plugins_translations/plugin-manifest.json
index 8cc4f9b..9f8fb7d 100644
--- a/plugins_translations/plugin-manifest.json
+++ b/plugins_translations/plugin-manifest.json
@@ -7,6 +7,7 @@
"config_dialog": false,
"name": "Plugins translations",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/quick_replies/plugin-manifest.json b/quick_replies/plugin-manifest.json
index 2f13919..56bf89d 100644
--- a/quick_replies/plugin-manifest.json
+++ b/quick_replies/plugin-manifest.json
@@ -7,6 +7,7 @@
"config_dialog": false,
"name": "Quick replies",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/regex_filter/plugin-manifest.json b/regex_filter/plugin-manifest.json
index 6361586..c7c4690 100644
--- a/regex_filter/plugin-manifest.json
+++ b/regex_filter/plugin-manifest.json
@@ -7,6 +7,7 @@
"config_dialog": false,
"name": "Regex Filter",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"
diff --git a/triggers/plugin-manifest.json b/triggers/plugin-manifest.json
index 120a700..5114fd8 100644
--- a/triggers/plugin-manifest.json
+++ b/triggers/plugin-manifest.json
@@ -7,6 +7,7 @@
"config_dialog": true,
"name": "Triggers",
"platforms": [
+ "others",
"linux",
"darwin",
"win32"