[polari] flatpak: Add x-checker-data annotations
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] flatpak: Add x-checker-data annotations
- Date: Fri, 23 Jul 2021 02:55:58 +0000 (UTC)
commit 8c0ef7c637f65d99699651a2058c79712b1e707b
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Jul 22 20:23:51 2021 +0200
flatpak: Add x-checker-data annotations
This gives flatpak-external-data-checker the necessary information
to look for dependency updates.
I expect to drop the gspell dependency later this cycle, so don't
bother adding annotations there.
https://gitlab.gnome.org/GNOME/polari/-/merge_requests/204
flatpak/org.gnome.Polari.json | 30 +++++++++++++++++++++++++-----
1 file changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/flatpak/org.gnome.Polari.json b/flatpak/org.gnome.Polari.json
index 6eb04d5e..83e35b51 100644
--- a/flatpak/org.gnome.Polari.json
+++ b/flatpak/org.gnome.Polari.json
@@ -59,7 +59,11 @@
"type": "git",
"url": "https://gitlab.freedesktop.org/dbus/dbus-glib.git",
"tag": "dbus-glib-0.112",
- "commit": "f16a4ec9a37d067aea4772ce35ae5b88d9416cab"
+ "commit": "f16a4ec9a37d067aea4772ce35ae5b88d9416cab",
+ "x-checker-data": {
+ "type": "git",
+ "tag-pattern": "^dbus-glib-([\\d.]+)$"
+ }
}
]
},
@@ -74,7 +78,11 @@
"type": "git",
"url": "https://www.github.com/TelepathyIM/telepathy-glib.git",
"tag": "telepathy-glib-0.24.2",
- "commit": "424e12a3277d23bc8cb3e84a1659a0939ade819e"
+ "commit": "424e12a3277d23bc8cb3e84a1659a0939ade819e",
+ "x-checker-data": {
+ "type": "git",
+ "tag-pattern": "^telepathy-glib-(\\d+.[^(99)].[\\d.]+)$"
+ }
},
{
"type": "patch",
@@ -93,7 +101,11 @@
"type": "git",
"url": "https://www.github.com/TelepathyIM/telepathy-mission-control.git",
"tag": "telepathy-mission-control-5.16.6",
- "commit": "67df52b68b28e2a3755702b669a58747e21dd12b"
+ "commit": "67df52b68b28e2a3755702b669a58747e21dd12b",
+ "x-checker-data": {
+ "type": "git",
+ "tag-pattern": "^telepathy-mission-control-(\\d+.[^(99)].[\\d.]+)$"
+ }
}
],
"cleanup": [
@@ -113,7 +125,11 @@
"type": "git",
"url": "https://www.github.com/TelepathyIM/telepathy-idle.git",
"tag": "telepathy-idle-0.2.2",
- "commit": "02d03c57cb5f061e374fe375c9b82f3c826cb538"
+ "commit": "02d03c57cb5f061e374fe375c9b82f3c826cb538",
+ "x-checker-data": {
+ "type": "git",
+ "tag-pattern": "^telepathy-idle-(\\d+.[^(99)].[\\d.]+)$"
+ }
}
],
"cleanup": [
@@ -131,7 +147,11 @@
"type": "git",
"url": "https://www.github.com/TelepathyIM/telepathy-logger.git",
"tag": "telepathy-logger-0.8.2",
- "commit": "b342c568fe855786151e4f0f96276fc6c3cc7e43"
+ "commit": "b342c568fe855786151e4f0f96276fc6c3cc7e43",
+ "x-checker-data": {
+ "type": "git",
+ "tag-pattern": "^telepathy-logger-(\\d+.[^(99)].[\\d.]+)$"
+ }
},
{
"type": "patch",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]