[gnome-software: 8/110] ci: Add CI dependencies for building with GTK4
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 8/110] ci: Add CI dependencies for building with GTK4
- Date: Tue, 5 Oct 2021 20:32:35 +0000 (UTC)
commit fa3f0a03f6526ff96bd2e6aded5fa73363db3211
Author: Philip Withnall <pwithnall endlessos org>
Date: Tue Oct 5 19:55:47 2021 +0100
ci: Add CI dependencies for building with GTK4
In particular, `sassc` is needed to build libadwaita as a subproject.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
.gitlab-ci/debian-stable.Dockerfile | 4 ++--
.gitlab-ci/fedora.Dockerfile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index 4a28aebbb..6ccf5d0b5 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -26,8 +26,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
libgirepository1.0-dev \
libglib2.0-dev \
libgoa-1.0-dev \
- libgspell-1-dev \
- libgtk-3-dev \
+ libgtk-4-dev \
libgudev-1.0-dev \
libjson-glib-dev \
liblmdb-dev \
@@ -47,6 +46,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
python3-pip \
python3-setuptools \
python3-wheel \
+ sassc \
shared-mime-info \
sudo \
unzip \
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 21c2e57cf..cc83eb246 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -19,9 +19,8 @@ RUN dnf -y install \
gobject-introspection-devel \
gperf \
gsettings-desktop-schemas-devel \
- gspell-devel \
gtk-doc \
- gtk3-devel \
+ gtk4-devel \
json-glib-devel \
itstool \
lcov \
@@ -50,6 +49,7 @@ RUN dnf -y install \
python3-wheel \
rpm-devel \
rpm-ostree-devel \
+ sassc \
shared-mime-info \
snapd-glib-devel \
unzip \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]