[fractal/wip/christopherdavis/use-master-sdk] flatpak: Use nightly SDK and git deps
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/wip/christopherdavis/use-master-sdk] flatpak: Use nightly SDK and git deps
- Date: Sun, 11 Oct 2020 16:33:05 +0000 (UTC)
commit fc8e6f6a866dcec0c136d8cd4bf96b7fab4eee4e
Author: Christopher Davis <brainblasted disroot org>
Date: Sat Oct 10 12:46:33 2020 -0700
flatpak: Use nightly SDK and git deps
Part of the purpose of nightlies is to help
test and deal with platform breakages.
This can't be adequately done if we don't use the latest
versions of the platform and our dependencies.
.gitlab-ci.yml | 2 +-
flatpak/org.gnome.Fractal.json | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e4fcd76..7b6098a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ variables:
BUNDLE: "org.gnome.FractalDevel.flatpak"
MANIFEST_PATH: "flatpak/org.gnome.Fractal.json"
FLATPAK_MODULE: "fractal"
- FLATPAK_IMAGE: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.38"
+ FLATPAK_IMAGE: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master"
.flatpak_cache_template: &flatpak_cache
cache:
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index 8f499ec5..a1eec33d 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -1,7 +1,7 @@
{
"app-id" : "org.gnome.FractalDevel",
"runtime" : "org.gnome.Platform",
- "runtime-version" : "3.38",
+ "runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"
@@ -36,7 +36,7 @@
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
- "version": "19.08",
+ "version": "20.08",
"add-ld-path": "."
}
},
@@ -80,9 +80,8 @@
],
"sources" : [
{
- "type" : "archive",
- "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.2.tar.xz",
- "sha256" : "bb9195c3a95bacf556d0203e9691f7489e0d3bc5ae1e5a440c89b2f2435d3ed6"
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gspell.git"
}
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]