[gnome-weather] Split stable and unstable manifests
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Split stable and unstable manifests
- Date: Sun, 19 Mar 2017 21:02:42 +0000 (UTC)
commit 2b21d00c12ad74db70fa067b4b225b4c3eea9098
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Sun Mar 19 13:47:04 2017 -0700
Split stable and unstable manifests
Following the new flatpak guidelines for GNOME apps.
The stable version is set to build the latest tarball releases of
the dependencies, and gnome-weather from a git tag.
org.gnome.Weather-unstable.json | 70 +++++++++++++++++++++++++++++++++++++++
org.gnome.Weather.json | 23 +++++++-----
2 files changed, 83 insertions(+), 10 deletions(-)
---
diff --git a/org.gnome.Weather-unstable.json b/org.gnome.Weather-unstable.json
new file mode 100644
index 0000000..4457008
--- /dev/null
+++ b/org.gnome.Weather-unstable.json
@@ -0,0 +1,70 @@
+{
+ "app-id": "org.gnome.Weather",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "/app/share/org.gnome.Weather/org.gnome.Weather.Application",
+ "tags": ["nightly"],
+ "finish-args": [
+ "--share=ipc", "--socket=x11",
+ "--socket=wayland",
+ "--share=network",
+ "--system-talk-name=org.freedesktop.GeoClue2",
+ "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "build-options" : {
+ "cflags": "-O2 -g",
+ "cxxflags": "-O2 -g",
+ "env": {
+ "V": "1"
+ }
+ },
+ "cleanup": ["/include", "/lib/pkgconfig",
+ "/share/pkgconfig", "/share/aclocal",
+ "/man", "/share/man", "/share/gtk-doc",
+ "/share/vala",
+ "*.la", "*.a"],
+ "cleanup-commands": [ "desktop-file-edit \"--set-name=(Nightly) Weather\"
/app/share/applications/org.gnome.Weather.Application.desktop" ],
+ "modules": [
+ {
+ "name": "geocode-glib",
+ "config-opts": ["--disable-static"],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/geocode-glib"
+ }
+ ]
+ },
+ {
+ "name": "libgweather",
+ "config-opts": ["--disable-static", "--disable-vala"],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/libgweather"
+ }
+ ]
+ },
+ {
+ "name": "gnome-desktop",
+ "config-opts": ["--disable-debug-tools", "--disable-udev"],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-desktop"
+ }
+ ]
+ },
+ {
+ "name": "gnome-weather",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-weather"
+ }
+ ]
+ }
+ ]
+}
diff --git a/org.gnome.Weather.json b/org.gnome.Weather.json
index 4457008..d17ab18 100644
--- a/org.gnome.Weather.json
+++ b/org.gnome.Weather.json
@@ -1,10 +1,10 @@
{
"app-id": "org.gnome.Weather",
"runtime": "org.gnome.Platform",
- "runtime-version": "master",
+ "runtime-version": "3.24",
+ "branch": "stable",
"sdk": "org.gnome.Sdk",
"command": "/app/share/org.gnome.Weather/org.gnome.Weather.Application",
- "tags": ["nightly"],
"finish-args": [
"--share=ipc", "--socket=x11",
"--socket=wayland",
@@ -25,15 +25,15 @@
"/man", "/share/man", "/share/gtk-doc",
"/share/vala",
"*.la", "*.a"],
- "cleanup-commands": [ "desktop-file-edit \"--set-name=(Nightly) Weather\"
/app/share/applications/org.gnome.Weather.Application.desktop" ],
"modules": [
{
"name": "geocode-glib",
"config-opts": ["--disable-static"],
"sources": [
{
- "type": "git",
- "url": "git://git.gnome.org/geocode-glib"
+ "type": "archive",
+ "url":
"https://download.gnome.org/sources/geocode-glib/3.23/geocode-glib-3.23.90.tar.xz",
+ "sha256": "f6b536a3b225ede73ef0592ad841640c5cde2a0e4bf3f416c893e8262b1dd7dc"
}
]
},
@@ -42,8 +42,9 @@
"config-opts": ["--disable-static", "--disable-vala"],
"sources": [
{
- "type": "git",
- "url": "git://git.gnome.org/libgweather"
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/libgweather/3.24/libgweather-3.24.0.tar.xz",
+ "sha256": "1089b932205085add19e5e1b63361c0cff1a2c46a67ab2dded6dd2ca87bdfa3d"
}
]
},
@@ -52,8 +53,9 @@
"config-opts": ["--disable-debug-tools", "--disable-udev"],
"sources": [
{
- "type": "git",
- "url": "git://git.gnome.org/gnome-desktop"
+ "type": "archive",
+ "url":
"https://download.gnome.org/sources/gnome-desktop/3.23/gnome-desktop-3.23.92.tar.xz",
+ "sha256": "f3d6ca87ae9298c9fb2d9f91979e7bb569273b562d66e100278ceec44db5a2f2"
}
]
},
@@ -62,7 +64,8 @@
"sources": [
{
"type": "git",
- "url": "git://git.gnome.org/gnome-weather"
+ "url": "https://git.gnome.org/cgit/gnome-weather",
+ "branch": "3.24.0"
}
]
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]