[multimedia/rattlesnake] /: CI - Flatpak - Update Runtime to 6.10
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a8be29952e4190f53ec345852bd9e2cd71e531ff by Justin Zobel, on behalf of Justin Zobel.
Committed on 17/07/2026 at 11:49.
Pushed by justinzobel into branch 'master'.
CI - Flatpak - Update Runtime to 6.10
T +52 -1 .flatpak-manifest.json
https://invent.kde.org/multimedia/rattlesnake/-/commit/a8be29952e4190f53ec345852bd9e2cd71e531ff
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
deleted file mode 120000
index 4bfcacc..0000000
--- a/.flatpak-manifest.json
+++ /dev/null
@@ -1 +0,0 @@
-org.kde.rattlesnake.json
\ No newline at end of file
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
new file mode 100644
index 0000000..f171f3a
--- /dev/null
+++ b/.flatpak-manifest.json
@@ -0,0 +1,52 @@
+ {
+ "id": "org.kde.rattlesnake",
+ "runtime": "org.kde.Platform",
+ "runtime-version": "6.10",
+ "sdk": "org.kde.Sdk",
+ "command": "rattlesnake",
+ "tags": ["nightly"],
+ "desktop-file-name-suffix": " (Nightly)",
+ "finish-args": [
+ "--socket=pulseaudio",
+ "--socket=fallback-x11",
+ "--socket=wayland",
+ "--device=dri"
+ ],
+ "separate-locales": false,
+ "modules": [
+ {
+ "name": "kirigami-addons",
+ "config-opts": [
+ "-DBUILD_TESTING=OFF",
+ "-DCMAKE_BUILD_TYPE=Release"
+ ],
+ "buildsystem": "cmake-ninja",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.3.0.tar.xz",
+ "sha256": "f5e44d7a7d7dfd866c529bb004f7204013609a16c9757091fcdb2c6c5be00ff3",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 242933,
+ "stable-only": true,
+ "url-template": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-$version.tar.xz"
+ }
+ }
+ ]
+ },
+ {
+ "name": "rattlesnake",
+ "buildsystem": "cmake-ninja",
+ "builddir": true,
+ "sources": [
+ {
+ "type": "dir",
+ "path": ".",
+ "skip": [".git"]
+ }
+ ]
+ }
+ ]
+}
+