[gnome-todo] flatpak: Also build GTK4
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-todo] flatpak: Also build GTK4
- Date: Wed,  6 May 2020 13:59:56 +0000 (UTC)
commit 200d1baaa3bf084c9fbbdd87f5856bc5e004a1c7
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed May 6 10:57:59 2020 -0300
    flatpak: Also build GTK4
    
    The roundtrip that we inherit for using the platform's GTK4
    is too much, specially consider how GNOME To Do is streamlined
    with GTK4 development (sometimes, we *fix* GTK4 and need an
    update immediately)
 build-aux/flatpak/org.gnome.Todo.json | 47 +++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Todo.json b/build-aux/flatpak/org.gnome.Todo.json
index b19db31..599f940 100644
--- a/build-aux/flatpak/org.gnome.Todo.json
+++ b/build-aux/flatpak/org.gnome.Todo.json
@@ -157,6 +157,53 @@
                 }
             ]
         },
+        {
+            "name" : "libsass",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "config-opts": [
+                "--libdir=/app/lib"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/lazka/libsass.git",
+                    "branch" : "meson"
+                }
+            ]
+        },
+        {
+            "name" : "sassc",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "config-opts": [
+                "--libdir=/app/lib"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://github.com/lazka/sassc.git",
+                    "branch" : "meson"
+                }
+            ]
+        },
+        {
+            "name": "gtk",
+            "buildsystem": "meson",
+            "builddir": true,
+            "config-opts": [
+                "-Ddemos=false",
+                "-Dbuild-examples=false",
+                "-Dbuild-tests=false",
+                "--libdir=/app/lib"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/gtk.git"
+                }
+            ]
+        },
         {
             "name" : "gnome-todo",
             "buildsystem" : "meson",
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]