[jhbuild] Move appstream-glib from apps to core-deps



commit b4fe1a47e653096513cf8a4171868286359d86c1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Nov 24 16:19:31 2014 -0600

    Move appstream-glib from apps to core-deps
    
    Stuff in core depends on it

 modulesets/gnome-apps-3.16.modules             |   12 ------------
 modulesets/gnome-suites-core-deps-3.16.modules |   12 ++++++++++++
 2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.16.modules b/modulesets/gnome-apps-3.16.modules
index fc17161..cf606de 100644
--- a/modulesets/gnome-apps-3.16.modules
+++ b/modulesets/gnome-apps-3.16.modules
@@ -41,18 +41,6 @@
        that are not covered there, add them in here
     -->
 
-  <autotools id="appstream-glib">
-    <if condition-set="freebsd">
-      <autogenargs value="LIBARCHIVE_CFLAGS=' ' LIBARCHIVE_LIBS='-larchive'"/>
-    </if>
-    <branch repo="github.com" module="hughsie/appstream-glib.git"/>
-    <dependencies>
-      <dep package="glib"/>
-      <dep package="gobject-introspection"/>
-      <dep package="libyaml"/>
-    </dependencies>
-  </autotools>
-
   <autotools id="babl">
     <branch/>
   </autotools>
diff --git a/modulesets/gnome-suites-core-deps-3.16.modules b/modulesets/gnome-suites-core-deps-3.16.modules
index 80d4bbb..1a0f6f6 100644
--- a/modulesets/gnome-suites-core-deps-3.16.modules
+++ b/modulesets/gnome-suites-core-deps-3.16.modules
@@ -73,6 +73,18 @@
 
 <!-- Build dependencies of gnome-suites-core -->
 
+  <autotools id="appstream-glib">
+    <if condition-set="freebsd">
+      <autogenargs value="LIBARCHIVE_CFLAGS=' ' LIBARCHIVE_LIBS='-larchive'"/>
+    </if>
+    <branch repo="github.com" module="hughsie/appstream-glib.git"/>
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="gobject-introspection"/>
+      <dep package="libyaml"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="cairo" autogenargs="--enable-gl">
     <branch repo="git.freedesktop.org">
     </branch>


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