[nautilus/wip/ernestask/gtk4-continued] flatpak: Build GTK+ 4 from source



commit 76069a1a6e1bc0a6a3712e7a2da2ce1aa1db7311
Author: Ernestas Kulik <ernestask gnome org>
Date:   Fri Jul 6 13:28:50 2018 +0300

    flatpak: Build GTK+ 4 from source

 build-aux/flatpak/org.gnome.Nautilus.yml | 50 +++++++++++++++++++++++++++++++-
 1 file changed, 49 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index e7b735363..5715c1820 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -85,6 +85,54 @@ modules:
         url: https://gitlab.gnome.org/GNOME/gnome-autoar.git
         tag: 0.2.3
 
+  - name: wayland
+    sources:
+      - type: git
+        url: https://github.com/wayland-project/wayland.git
+        tag: 1.15.0
+    config-opts:
+      - "--disable-documentation"
+    buildsystem: autotools
+    builddir: true
+    cleanup:
+      - "/bin"
+      - "/include"
+      - "/lib/pkgconfig"
+      - "/share/aclocal"
+      - "*.la"
+
+  - name: graphene
+    sources:
+      - type: git
+        url: https://github.com/ebassi/graphene.git
+        tag: 1.8.2
+    config-opts:
+      - "--libdir=lib"
+      - "-Dtests=false"
+      - "-Dbenchmarks=false"
+    buildsystem: meson
+    builddir: true
+    cleanup:
+      - "/include"
+      - "/lib/pkgconfig"
+
+  - name: gtk+
+    sources:
+      - type: git
+        url: https://gitlab.gnome.org/GNOME/gtk.git
+        tag: 3.94.0
+    config-opts:
+      - "--libdir=lib"
+      - "-Ddemos=false"
+      - "-Dbuild-examples=false"
+      - "-Dbuild-tests=false"
+    buildsystem: meson
+    builddir: true
+    cleanup:
+      - "/bin"
+      - "/include"
+      - "/lib/pkgconfig"
+
   - name: nautilus
     buildsystem: meson
     builddir: true
@@ -94,4 +142,4 @@ modules:
         - -Dprofile=development
     sources:
       - type: git
-        url: https://gitlab.gnome.org/GNOME/nautilus.git
\ No newline at end of file
+        url: https://gitlab.gnome.org/GNOME/nautilus.git


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