summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.json
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-05-28 15:05:40 +0200
committerCarlos Soriano <csoriano1618@gmail.com>2018-05-28 19:50:08 +0000
commitd945455178d3a8938f8ceac45f1c9698f1037284 (patch)
treeee70f035264a3adaae9288fdd73175138c37ea3e /build-aux/flatpak/org.gnome.Nautilus.json
parent35536fdea847654ccfbd392035b582775556c59e (diff)
downloadnautilus-d945455178d3a8938f8ceac45f1c9698f1037284.tar.gz
Flatpak: Separate master dependencies from stable
So far we have been building master of all of our dependencies, also master of the Sdk. This is good for testing the next version of the ecosystem, but has many downsides that we now can avoid with Flatpak. For instance, we want to be buildable at any point in the history, specially when doing bisects. Also, we need to be a bit stable so that when designers, users or others build the latest Nautilus they are able to work with it regardless of its dependencies on other projects. Even more, now with CI we can test the master of the ecosystem regularly while not affecting our regular development and operations by depending on that. So let's separate in two different manifests the development version with stable dependencies, intended for our regular operations, and a development version with all the ecosystem on master, to test the ecosystem regularly on the CI or on-demand locally.
Diffstat (limited to 'build-aux/flatpak/org.gnome.Nautilus.json')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index de626bfbe..82c6745e1 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -36,7 +36,7 @@
"sources": [
{
"type": "archive",
- "url": "https://gitlab.gnome.org/GNOME/nautilus/uploads/eeef8c704761a55a571bd284fddba60c/exiv2-0.26-trunk.tar.gz",
+ "url": "http://exiv2.org/builds/exiv2-0.26-trunk.tar.gz",
"sha256": "c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb"
},
{
@@ -54,7 +54,8 @@
"sources": [
{
"type": "git",
- "url": "https://git.gnome.org/browse/gexiv2"
+ "url": "https://git.gnome.org/browse/gexiv2",
+ "tag": "gexiv2-0.10.8"
}
]
},
@@ -69,7 +70,8 @@
"sources": [
{
"type": "git",
- "url": "https://git.gnome.org/browse/tracker"
+ "url": "https://git.gnome.org/browse/tracker",
+ "tag": "2.0.3"
}
]
},
@@ -78,7 +80,8 @@
"sources": [
{
"type": "git",
- "url": "https://git.gnome.org/browse/gnome-autoar"
+ "url": "https://git.gnome.org/browse/gnome-autoar",
+ "tag": "0.2.3"
}
]
},