[nautilus/wip/ernestask/leak-plugging] Flatpak: Switch to 3.30 runtime
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/ernestask/leak-plugging] Flatpak: Switch to 3.30 runtime
- Date: Sat, 6 Oct 2018 10:15:25 +0000 (UTC)
commit 9f79581e3092c97b6d340e2f9ef02f97daeb11a5
Author: Ernestas Kulik <ernestask gnome org>
Date: Sat Oct 6 12:26:19 2018 +0300
Flatpak: Switch to 3.30 runtime
.gitlab-ci.yml | 4 +++-
build-aux/flatpak/org.gnome.Nautilus.yml | 17 ++---------------
2 files changed, 5 insertions(+), 16 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b46268e84..b2e45e4d5 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"
@@ -34,6 +34,8 @@ flatpak:
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
# Run automatic tests inside the Flatpak env
- xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
+ - dbus-launch --sh-syntax
+ - eval `dbus-launch --sh-syntax`
# Generate a Flatpak bundle
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
artifacts:
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 1f4109c09..471187e0e 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:
@@ -25,15 +25,6 @@ finish-args:
- --env=TRACKER_SPARQL_BACKEND=bus
modules:
- - name: meson
- buildsystem: simple
- build-commands:
- - python3 setup.py install --prefix=/app
- sources:
- - type: git
- url: https://github.com/mesonbuild/meson.git
- tag: 0.47.2
-
- name: exiv2
buildsystem: cmake
build-options:
@@ -44,10 +35,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 +84,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]