From 820147582772d55b9ecfd6d356bea53ed1af4b99 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 2 Aug 2018 16:48:54 +0800 Subject: [PATCH] Reformat flatpak. --- .../org.eu.encom.matrique.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename org.eu.encom.matrique.json => flatpak/org.eu.encom.matrique.json (89%) diff --git a/org.eu.encom.matrique.json b/flatpak/org.eu.encom.matrique.json similarity index 89% rename from org.eu.encom.matrique.json rename to flatpak/org.eu.encom.matrique.json index 9588962..2946620 100644 --- a/org.eu.encom.matrique.json +++ b/flatpak/org.eu.encom.matrique.json @@ -12,13 +12,16 @@ "--share=network", "--socket=x11", "--socket=wayland", - "--device=dri" + "--device=dri", + "--filesystem=home:rw", + "--filesystem=/tmp:rw" ], "modules": [ { "name": "matrique", "buildsystem": "simple", "build-commands": [ + "ls -l", "qmake matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler", "make -j4", "ls -l", @@ -29,7 +32,7 @@ "sources": [ { "type": "dir", - "path": "./" + "path": "../" } ] }