[gnome-control-center/gbsneto/gtk4] WIP




commit f116433e5f085438f92443d85459080c2ce4f9fd
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Dec 13 15:44:53 2021 -0300

    WIP

 .gitlab-ci.yml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa8874c04..0571821aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,8 +47,8 @@ stages:
     # stable branch.
     # Could probably also switch away from rawhide,
     # to stable fedora branch as well.
-    FDO_DISTRIBUTION_TAG: '2021-07-22.0-main'
-    FDO_DISTRIBUTION_VERSION: rawhide
+    FDO_DISTRIBUTION_TAG: '2021-12-13.0-main'
+    FDO_DISTRIBUTION_VERSION: 35
 
 #############################################
 #          Create CI Docker Images          #
@@ -92,7 +92,9 @@ build.container.fedora@x86_64:
       gsettings-desktop-schemas-devel
       gsound-devel
       gtk3-devel ibus-devel
+      gtk4-devel
       intltool
+      libadwaita-devel
       libcanberra-devel
       libgtop2-devel
       libgudev-devel
@@ -121,6 +123,12 @@ build.container.fedora@x86_64:
         meson . _build --prefix=/usr && \
         ninja -C _build && \
         ninja -C _build install && \
+        cd .. \
+      git clone https://gitlab.gnome.org/GNOME/gnome-desktop.git && \
+        cd gnome-desktop && \
+        meson . _build --prefix=/usr && \
+        ninja -C _build && \
+        ninja -C _build install && \
         cd ..
 
 ##


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