flatpak: Pin dependencies to 3.32 releases

This commit is contained in:
Carlos Soriano 2019-03-21 14:47:36 +01:00
parent feea703795
commit 4635f34cf4
2 changed files with 10 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ {
"app-id": "org.gnome.NautilusDevel", "app-id": "org.gnome.NautilusDevel",
"runtime": "org.gnome.Platform", "runtime": "org.gnome.Platform",
"runtime-version": "master", "runtime-version": "3.32",
"sdk": "org.gnome.Sdk", "sdk": "org.gnome.Sdk",
"command": "nautilus", "command": "nautilus",
"tags": [ "tags": [
@ -82,7 +82,8 @@
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://gitlab.gnome.org/GNOME/tracker.git" "url": "https://gitlab.gnome.org/GNOME/tracker.git",
"tag": "2.2.1"
} }
] ]
}, },
@ -114,7 +115,8 @@
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://gitlab.gnome.org/GNOME/tracker-miners.git" "url": "https://gitlab.gnome.org/GNOME/tracker-miners.git",
"tag": "2.2.1"
} }
] ]
}, },
@ -124,7 +126,7 @@
{ {
"type": "git", "type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-autoar.git", "url": "https://gitlab.gnome.org/GNOME/gnome-autoar.git",
"tag": "0.2.3" "tag": "0.2.4"
} }
] ]
}, },

View file

@ -1,7 +1,7 @@
--- ---
app-id: org.gnome.NautilusDevel app-id: org.gnome.NautilusDevel
runtime: org.gnome.Platform runtime: org.gnome.Platform
runtime-version: master runtime-version: "3.32"
sdk: org.gnome.Sdk sdk: org.gnome.Sdk
command: nautilus command: nautilus
tags: tags:
@ -65,6 +65,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://gitlab.gnome.org/GNOME/tracker.git url: https://gitlab.gnome.org/GNOME/tracker.git
tag: 2.2.1
- name: tracker-miners - name: tracker-miners
buildsystem: meson buildsystem: meson
cleanup: cleanup:
@ -90,11 +91,12 @@ modules:
sources: sources:
- type: git - type: git
url: https://gitlab.gnome.org/GNOME/tracker-miners.git url: https://gitlab.gnome.org/GNOME/tracker-miners.git
tag: 2.2.1
- name: gnome-autoar - name: gnome-autoar
sources: sources:
- type: git - type: git
url: https://gitlab.gnome.org/GNOME/gnome-autoar.git url: https://gitlab.gnome.org/GNOME/gnome-autoar.git
tag: 0.2.3 tag: 0.2.4
- buildsystem: meson - buildsystem: meson
builddir: true builddir: true
name: nautilus name: nautilus