[gnome-control-center/wip/hadess/bump-gsd-req: 1/2] ci: Build gnome-settings-daemon in CI




commit 387622ee002d4bd2202b5a95dc716af09aa63aa3
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Oct 16 20:52:58 2021 +0200

    ci: Build gnome-settings-daemon in CI
    
    As we usually need g-c-c and g-s-d to be upgraded in lockstep.

 .gitlab-ci.yml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5615c1124..e7b1ed746 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ stages:
     # stable branch.
     # Could probably also switch away from rawhide,
     # to stable fedora branch as well.
-    FDO_DISTRIBUTION_TAG: '2022-01-05.0-main'
+    FDO_DISTRIBUTION_TAG: '2022-01-10.0-main'
     FDO_DISTRIBUTION_VERSION: rawhide
 
 #############################################
@@ -87,7 +87,6 @@ build.container.fedora@x86_64:
       gnome-bluetooth-libs-devel
       gnome-desktop3-devel
       gnome-online-accounts-devel
-      gnome-settings-daemon-devel
       grilo-devel
       gsettings-desktop-schemas-devel
       gsound-devel
@@ -118,6 +117,13 @@ build.container.fedora@x86_64:
       xorg-x11-server-Xvfb
       mesa-dri-drivers
       libsecret-devel
+      geocode-glib-devel
+      libgweather-devel
+      lcms2-devel
+      geoclue2-devel
+      libnotify-devel
+      alsa-lib-devel
+      nss-devel
     FDO_DISTRIBUTION_EXEC: |-
       git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
         cd gsettings-desktop-schemas && \
@@ -148,6 +154,12 @@ build.container.fedora@x86_64:
         meson . _build --prefix=/usr -Dgtk4=true -Ddocs=false -Dtests=false -Dman=false && \
         ninja -C _build && \
         ninja -C _build install && \
+        cd .. && \
+      git clone https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git && \
+        cd gnome-settings-daemon && \
+        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]