[gtk/flatpak-tweaks] Add devel styling to nightly flatpaks



commit 8d4f4af8efbed7b7d4281b26e3cf7303c9d61479
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 12 00:10:30 2021 -0500

    Add devel styling to nightly flatpaks
    
    Pass -Dprofile=devel to the gtk build for our nightly
    flatpaks, so they pick up devel styling.

 build-aux/flatpak/org.gtk.Demo4.json          | 3 ++-
 build-aux/flatpak/org.gtk.IconBrowser4.json   | 3 ++-
 build-aux/flatpak/org.gtk.WidgetFactory4.json | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index 7e625478ee..8efb2e9d1a 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -70,7 +70,8 @@
             "config-opts" : [
                 "--libdir=/app/lib",
                 "-Denable_vulkan=no",
-                "-Dbuildtype=debugoptimized"
+                "-Dbuildtype=debugoptimized",
+                "-Dprofile=devel"
             ],
             "sources" : [
                 {
diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json
index 14960965cd..65bb182b43 100644
--- a/build-aux/flatpak/org.gtk.IconBrowser4.json
+++ b/build-aux/flatpak/org.gtk.IconBrowser4.json
@@ -70,7 +70,8 @@
             "config-opts" : [
                 "--libdir=/app/lib",
                 "-Denable_vulkan=no",
-                "-Dbuildtype=debugoptimized"
+                "-Dbuildtype=debugoptimized",
+                "-Dprofile=devel"
             ],
             "sources" : [
                 {
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index ccc2c63c99..5fd1b8a678 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -70,7 +70,8 @@
             "config-opts" : [
                 "--libdir=/app/lib",
                 "-Denable_vulkan=no",
-                "-Dbuildtype=debugoptimized"
+                "-Dbuildtype=debugoptimized",
+                "-Dprofile=devel"
             ],
             "sources" : [
                 {


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