[sound-juicer] flatpak: move the devel profile in the manifest



commit 8b8e8e5fa171c386b8ec2a90ff0f4ed520c2129b
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Aug 3 20:21:35 2020 +0000

    flatpak: move the devel profile in the manifest

 .gitlab-ci.yml                       | 1 -
 build-aux/org.gnome.SoundJuicer.json | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 279459a5..29d45837 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,6 @@ flatpak:master:
     variables:
         BUNDLE: "sound-juicer-dev.flatpak"
         MANIFEST_PATH: "build-aux/org.gnome.SoundJuicer.json"
-        MESON_ARGS: "-Dprofile=development"
         FLATPAK_MODULE: "sound-juicer"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
         APP_ID: "org.gnome.SoundJuicer"
diff --git a/build-aux/org.gnome.SoundJuicer.json b/build-aux/org.gnome.SoundJuicer.json
index d2ecab04..f69a303d 100644
--- a/build-aux/org.gnome.SoundJuicer.json
+++ b/build-aux/org.gnome.SoundJuicer.json
@@ -157,6 +157,9 @@
         {
             "name": "sound-juicer",
             "buildsystem": "meson",
+            "config-opts": [
+                "-Dprofile=Devel"
+            ],
             "sources": [
                 {
                     "type": "git",


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