[multimedia/kid3] /: Update flatpak manifests syncing with Flathub manifest

Urs Fleisch <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 520edd5526078ab4b0d7ac8e0b23eacbc793eaa1 by Urs Fleisch.
Committed on 25/07/2026 at 04:48.
Pushed by ufleisch into branch 'master'.

Update flatpak manifests syncing with Flathub manifest

M  +6    -0    .flatpak-manifest.json
M  +10   -3    packaging/flatpak/org.kde.kid3-local.json
M  +10   -3    packaging/flatpak/org.kde.kid3-nightly.json
M  +10   -3    packaging/flatpak/org.kde.kid3-stable.json

https://invent.kde.org/multimedia/kid3/-/commit/520edd5526078ab4b0d7ac8e0b23eacbc793eaa1

diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index e1d294b4..dca7dafb 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -24,10 +24,13 @@
     ],
     "cleanup": [
         "/man",
+        "/share/doc",
         "/share/man",
         "/include",
         "/lib/*.a",
         "/lib/*.la",
+        "/lib/cmake",
+        "/lib/pkgconfig",
         "/share/**/*-qt.*",
         "/share/icons/**/**/**/*-qt.*"
     ],
@@ -155,6 +158,9 @@
                 "-DKDE_SKIP_TEST_SETTINGS=ON",
                 "-DBUILD_WITH_QT6=ON"
             ],
+            "post-install": [
+                "gunzip -S z /app/share/icons/hicolor/scalable/apps/kid3.svgz"
+            ],
             "sources": [
                 {
                     "type": "dir",
diff --git a/packaging/flatpak/org.kde.kid3-local.json b/packaging/flatpak/org.kde.kid3-local.json
index d1a3dac5..fb3ba698 100644
--- a/packaging/flatpak/org.kde.kid3-local.json
+++ b/packaging/flatpak/org.kde.kid3-local.json
@@ -2,7 +2,7 @@
     "app-id": "org.kde.kid3",
     "branch": "master",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.9",
+    "runtime-version": "6.11",
     "sdk": "org.kde.Sdk",
     "command": "kid3",
     "rename-icon": "kid3",
@@ -22,10 +22,13 @@
     ],
     "cleanup": [
         "/man",
+        "/share/doc",
         "/share/man",
         "/include",
         "/lib/*.a",
         "/lib/*.la",
+        "/lib/cmake",
+        "/lib/pkgconfig",
         "/share/**/*-qt.*",
         "/share/icons/**/**/**/*-qt.*"
     ],
@@ -39,8 +42,8 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://github.com/acoustid/chromaprint/archive/v1.5.1.tar.gz",
-                    "sha256": "a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c",
+                    "url": "https://github.com/acoustid/chromaprint/archive/v1.6.0.tar.gz",
+                    "sha256": "65bfce4a35b2e673dbcda917b6aa577e2f145cf805243d19e6a50fea2a520c2a",
                     "x-checker-data": {
                         "type": "anitya",
                         "project-id": 286,
@@ -81,6 +84,7 @@
             "name": "mp4v2",
             "buildsystem": "cmake-ninja",
             "config-opts": [
+                "-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
                 "-DBUILD_UTILS=OFF"
             ],
@@ -106,6 +110,9 @@
                 "-DKDE_SKIP_TEST_SETTINGS=ON",
                 "-DBUILD_WITH_QT6=ON"
             ],
+            "post-install": [
+                "gunzip -S z /app/share/icons/hicolor/scalable/apps/kid3.svgz"
+            ],
             "sources": [
                 {
                     "type": "dir",
diff --git a/packaging/flatpak/org.kde.kid3-nightly.json b/packaging/flatpak/org.kde.kid3-nightly.json
index beb2bdbc..003acf40 100644
--- a/packaging/flatpak/org.kde.kid3-nightly.json
+++ b/packaging/flatpak/org.kde.kid3-nightly.json
@@ -2,7 +2,7 @@
     "app-id": "org.kde.kid3",
     "branch": "master",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.9",
+    "runtime-version": "6.11",
     "sdk": "org.kde.Sdk",
     "command": "kid3",
     "rename-icon": "kid3",
@@ -22,10 +22,13 @@
     ],
     "cleanup": [
         "/man",
+        "/share/doc",
         "/share/man",
         "/include",
         "/lib/*.a",
         "/lib/*.la",
+        "/lib/cmake",
+        "/lib/pkgconfig",
         "/share/**/*-qt.*",
         "/share/icons/**/**/**/*-qt.*"
     ],
@@ -39,8 +42,8 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://github.com/acoustid/chromaprint/archive/v1.5.1.tar.gz",
-                    "sha256": "a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c",
+                    "url": "https://github.com/acoustid/chromaprint/archive/v1.6.0.tar.gz",
+                    "sha256": "65bfce4a35b2e673dbcda917b6aa577e2f145cf805243d19e6a50fea2a520c2a",
                     "x-checker-data": {
                         "type": "anitya",
                         "project-id": 286,
@@ -81,6 +84,7 @@
             "name": "mp4v2",
             "buildsystem": "cmake-ninja",
             "config-opts": [
+                "-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
                 "-DBUILD_UTILS=OFF"
             ],
@@ -106,6 +110,9 @@
                 "-DKDE_SKIP_TEST_SETTINGS=ON",
                 "-DBUILD_WITH_QT6=ON"
             ],
+            "post-install": [
+                "gunzip -S z /app/share/icons/hicolor/scalable/apps/kid3.svgz"
+            ],
             "sources": [
                 {
                     "type": "git",
diff --git a/packaging/flatpak/org.kde.kid3-stable.json b/packaging/flatpak/org.kde.kid3-stable.json
index 6acc4a25..a020ced9 100644
--- a/packaging/flatpak/org.kde.kid3-stable.json
+++ b/packaging/flatpak/org.kde.kid3-stable.json
@@ -1,7 +1,7 @@
 {
     "app-id": "org.kde.kid3",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.9",
+    "runtime-version": "6.11",
     "sdk": "org.kde.Sdk",
     "command": "kid3",
     "rename-icon": "kid3",
@@ -19,10 +19,13 @@
     ],
     "cleanup": [
         "/man",
+        "/share/doc",
         "/share/man",
         "/include",
         "/lib/*.a",
         "/lib/*.la",
+        "/lib/cmake",
+        "/lib/pkgconfig",
         "/share/**/*-qt.*",
         "/share/icons/**/**/**/*-qt.*"
     ],
@@ -36,8 +39,8 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://github.com/acoustid/chromaprint/archive/v1.5.1.tar.gz",
-                    "sha256": "a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c",
+                    "url": "https://github.com/acoustid/chromaprint/archive/v1.6.0.tar.gz",
+                    "sha256": "65bfce4a35b2e673dbcda917b6aa577e2f145cf805243d19e6a50fea2a520c2a",
                     "x-checker-data": {
                         "type": "anitya",
                         "project-id": 286,
@@ -78,6 +81,7 @@
             "name": "mp4v2",
             "buildsystem": "cmake-ninja",
             "config-opts": [
+                "-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
                 "-DBUILD_UTILS=OFF"
             ],
@@ -103,6 +107,9 @@
                 "-DKDE_SKIP_TEST_SETTINGS=ON",
                 "-DBUILD_WITH_QT6=ON"
             ],
+            "post-install": [
+                "gunzip -S z /app/share/icons/hicolor/scalable/apps/kid3.svgz"
+            ],
             "sources": [
                 {
                     "type": "archive",
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.