[packaging/flatpak-kde-runtime/qt6.11] /: KMime: Restrict to 6.x versions due to change in library type
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e3028130af773974e67b37ebdfd5c73fb65f19dc by Justin Zobel.
Committed on 23/07/2026 at 01:17.
Pushed by justinzobel into branch 'qt6.11'.
KMime: Restrict to 6.x versions due to change in library type
M +6 -3 org.kde.Sdk.json.in
https://invent.kde.org/packaging/flatpak-kde-runtime/-/commit/e3028130af773974e67b37ebdfd5c73fb65f19dc
diff --git a/org.kde.Sdk.json.in b/org.kde.Sdk.json.in
index e688a6e..4c86054 100644
--- a/org.kde.Sdk.json.in
+++ b/org.kde.Sdk.json.in
@@ -1676,12 +1676,15 @@
{
"type": "git",
"url": "https://invent.kde.org/frameworks/kmime.git",
- "tag": "v26.04.3",
+ "tag": "v6.27.0",
"x-checker-data": {
"type": "git",
- "tag-pattern": "^v([\\d.]+)$"
+ "tag-pattern": "^v([\\d.]+)$",
+ "versions": {
+ "<": "7"
+ }
},
- "commit": "bb7f8a0177ba79e8b06d6d8ac81078202da8e0b4"
+ "commit": "f3220d57ea31006e6735b3f635b8a9d34c9360ad"
},
{
"type": "shell",