[nautilus/wip/ernestask/leak-plugging] Flatpak: Switch to 3.30 runtime



commit bff1fd930cc5b0e2da6db7a545c00e0a71a391bc
Author: Ernestas Kulik <ernestask gnome org>
Date:   Sat Oct 6 12:26:19 2018 +0300

    Flatpak: Switch to 3.30 runtime

 .gitlab-ci.yml                           | 2 +-
 build-aux/flatpak/org.gnome.Nautilus.yml | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b46268e84..502c7f9d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ stages:
       - ninja test
 
 flatpak:
-    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.28
+    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.30
     stage: test
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 1f4109c09..2f6e43b48 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -1,6 +1,6 @@
 app-id: org.gnome.NautilusDevel
 runtime: org.gnome.Platform
-runtime-version: 3.28
+runtime-version: 3.30
 sdk: org.gnome.Sdk
 command: nautilus
 tags:
@@ -44,10 +44,6 @@ modules:
       - type: archive
         url: https://github.com/Exiv2/exiv2/archive/v0.26.tar.gz
         sha256: 51cffa8d19d67e1da6c1d0f570a75b8f6c814113367318c2c0407691888c5f01
-      - type: shell
-        commands:
-          - cp -f /usr/share/automake-1.15/config.sub ./config/
-          - cp -f /usr/share/automake-1.15/config.guess ./config/
 
   - name: gexiv2
     buildsystem: meson
@@ -97,4 +93,4 @@ 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]