1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-07-07 20:07:07 +00:00

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",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"runtime-version": "3.32",
"sdk": "org.gnome.Sdk",
"command": "nautilus",
"tags": [
@ -82,7 +82,8 @@
"sources": [
{
"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": [
{
"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",
"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
runtime: org.gnome.Platform
runtime-version: master
runtime-version: "3.32"
sdk: org.gnome.Sdk
command: nautilus
tags:
@ -65,6 +65,7 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/tracker.git
tag: 2.2.1
- name: tracker-miners
buildsystem: meson
cleanup:
@ -90,11 +91,12 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/tracker-miners.git
tag: 2.2.1
- name: gnome-autoar
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gnome-autoar.git
tag: 0.2.3
tag: 0.2.4
- buildsystem: meson
builddir: true
name: nautilus