[gnome-desktop] ci: Don't require gnome-common or intltool



commit 2173a10be52aa242689dc788d311720184843714
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue Feb 12 10:42:25 2019 -0500

    ci: Don't require gnome-common or intltool
    
    We switched to meson and therefore don't use gnome-common or intltool
    any more.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d260e7e..33e5d563 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,9 +2,9 @@ image: fedora:rawhide
 
 variables:
   DEPENDENCIES: gtk3-devel gsettings-desktop-schemas-devel gettext
-                gtk-doc xkeyboard-config-devel intltool itstool
+                gtk-doc xkeyboard-config-devel itstool
                 gobject-introspection-devel systemd-devel iso-codes-devel
-                libseccomp-devel gcc gcc-c++ glibc-devel gnome-common
+                libseccomp-devel gcc gcc-c++ glibc-devel
                 meson redhat-rpm-config
   TEST_DEPENDENCIES: gnome-desktop-testing xorg-x11-server-Xvfb glibc-langpack-he abattis-cantarell-fonts
 


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