From cde06c3ecb390924eebc5b17da1b0b2e8aa8f52d Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Fri, 12 Oct 2018 10:05:52 +0200 Subject: Flatpak: Make manifests stable --- build-aux/flatpak/org.gnome.Nautilus.json | 12 ++++++------ build-aux/flatpak/org.gnome.Nautilus.yml | 10 +++++----- 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 -- cgit v1.2.1