summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.yml
diff options
context:
space:
mode:
authorVaibhav Yadav <yadav.vaibhav46@yahoo.com>2018-11-02 11:50:35 +0000
committerCarlos Soriano <csoriano1618@gmail.com>2018-11-20 14:02:20 +0000
commit9e166fc9eeb11356ed582b2486dcb1e483d308f8 (patch)
treef8764b4c4d9efc230f1fb83b39f443ad84a81950 /build-aux/flatpak/org.gnome.Nautilus.yml
parent42c5ce657e2b24ddf19932e9e3284a045d60ff51 (diff)
downloadnautilus-9e166fc9eeb11356ed582b2486dcb1e483d308f8.tar.gz
Replacing gcovr module with gcovr.json
Currently network is used during build time because of pip fetching from internet. However network should not be used during build time. To fix this issue, use gcovr.json generated by flatpak-pip-generator and replace them with gcovr module in org.gnome.Nautilus.json and org.gnome.Nautilus.yml and remove build option that uses network. Closes issue https://gitlab.gnome.org/GNOME/nautilus/issues/681
Diffstat (limited to 'build-aux/flatpak/org.gnome.Nautilus.yml')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 874fbf68c..c69166795 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -23,18 +23,8 @@ finish-args:
- "--talk-name=ca.desrt.dconf"
- "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
- "--env=TRACKER_SPARQL_BACKEND=bus"
-build-options:
- build-args:
- - "--share=network"
modules:
-- name: gcovr
- buildsystem: simple
- build-commands:
- - "/usr/bin/pip3 --disable-pip-version-check install --prefix=/app --verbose ."
- sources:
- - type: git
- url: https://github.com/gcovr/gcovr
- tag: '4.1'
+- gcovr.json
- name: exiv2
config-opts:
- "-DCMAKE_INSTALL_PREFIX=/app"