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




commit 6ad6fd6097774f23ab0e09491949a8607c6f8fd5
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..f26b63b8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 include:
- - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/5888c7388134cbe4661600222fe9befb10441f6e/templates/fedora.yml'
+ - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/34f4ade99434043f88e164933f570301fd18b125/templates/fedora.yml'
 
 variables:
   FDO_UPSTREAM_REPO: gnome/gnome-control-center
@@ -47,7 +47,7 @@ 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_TAG: '2021-12-14.0-main'
     FDO_DISTRIBUTION_VERSION: rawhide
 
 #############################################
@@ -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
@@ -118,6 +120,12 @@ build.container.fedora@x86_64:
     FDO_DISTRIBUTION_EXEC: |-
       git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
         cd gsettings-desktop-schemas && \
+        meson . _build --prefix=/usr -Ddesktop_docs=false && \
+        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 && \


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