summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-10-12 10:05:52 +0200
committerCarlos Soriano <csoriano@redhat.com>2018-10-12 10:05:52 +0200
commitcde06c3ecb390924eebc5b17da1b0b2e8aa8f52d (patch)
tree45f95ca4f025f409a841e44b700c67145b447754
parent1dcb67a28adec55d5964adfe7f89a9b006a9a3b1 (diff)
downloadnautilus-cde06c3ecb390924eebc5b17da1b0b2e8aa8f52d.tar.gz
Flatpak: Make manifests stable
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json12
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.yml10
2 files changed, 11 insertions, 11 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index b3ae6dae3..b050bffdc 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -5,11 +5,9 @@
"sdk" : "org.gnome.Sdk",
"command" : "nautilus",
"tags" : [
- "devel",
- "development",
- "nightly"
+ "stable"
],
- "desktop-file-name-prefix" : "(Development) ",
+ "desktop-file-name-prefix" : "(Flatpak) ",
"finish-args" : [
"--share=ipc",
"--socket=x11",
@@ -98,7 +96,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/tracker.git"
+ "url" : "https://gitlab.gnome.org/GNOME/tracker.git",
+ "tag" : "2.1.5"
}
]
},
@@ -123,7 +122,8 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/nautilus.git"
+ "url" : "https://gitlab.gnome.org/GNOME/nautilus.git",
+ "branch" : "gnome-3-30"
}
]
}
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 874fbf68c..1055e95f1 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -5,10 +5,8 @@ runtime-version: '3.30'
sdk: org.gnome.Sdk
command: nautilus
tags:
-- devel
-- development
-- nightly
-desktop-file-name-prefix: "(Development) "
+- stable
+desktop-file-name-prefix: "(Flatpak) "
finish-args:
- "--share=ipc"
- "--socket=x11"
@@ -73,6 +71,7 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/tracker.git
+ tag: 2.1.5
- name: gnome-autoar
sources:
- type: git
@@ -86,4 +85,5 @@ modules:
- "-Dprofile=development"
sources:
- type: git
- url: https://gitlab.gnome.org/GNOME/nautilus.git \ No newline at end of file
+ url: https://gitlab.gnome.org/GNOME/nautilus.git
+ branch: gnome-3-30 \ No newline at end of file