diff options
| -rw-r--r-- | build-aux/flatpak/org.gnome.Nautilus.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json index a7f33fed0..426bd1aea 100644 --- a/build-aux/flatpak/org.gnome.Nautilus.json +++ b/build-aux/flatpak/org.gnome.Nautilus.json @@ -1,7 +1,7 @@ { "app-id": "org.gnome.NautilusDevel", "runtime": "org.gnome.Platform", - "runtime-version": "master", + "runtime-version": "44", "sdk": "org.gnome.Sdk", "command": "nautilus", "tags": [ @@ -62,7 +62,7 @@ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/gexiv2.git", - "branch": "gexiv2-0.14" + "tag": "gexiv2-0.14.0" } ] }, @@ -89,8 +89,8 @@ "sources": [ { "type": "git", - "url": "https://gitlab.gnome.org/GNOME/tracker-miners.git", - "branch": "master" + "url": "https://gitlab.gnome.org/GNOME/localsearch.git", + "branch": "tracker-miners-3.1" } ] }, @@ -105,7 +105,8 @@ "sources": [ { "type": "git", - "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git" + "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git", + "branch": "gnome-43" } ] }, @@ -116,7 +117,8 @@ "sources": [ { "type": "git", - "url": "https://gitlab.gnome.org/GNOME/gnome-autoar.git" + "url": "https://gitlab.gnome.org/GNOME/gnome-autoar.git", + "tag": "0.4.5" } ] }, @@ -147,7 +149,8 @@ "sources" : [ { "type": "git", - "url": "https://gitlab.gnome.org/World/libcloudproviders.git" + "url": "https://gitlab.gnome.org/GNOME/libcloudproviders.git", + "tag": "0.3.6" } ] }, |
