[Spice-devel] [PATCH 01/13] moduleset: include gnome-apps-3.18 moduleset
Victor Toso
victortoso at redhat.com
Thu Apr 30 09:59:02 PDT 2015
By including gnome-apps-3.18 we have the following modules:
- gnome-boxes
- libvirt-glib
- vinagre
- gtk-vnc
- libosinfo
---
modulesets/spice.xml | 35 ++---------------------------------
1 file changed, 2 insertions(+), 33 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 9a0ae64..772e1e6 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -2,6 +2,8 @@
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
+ <include href="https://git.gnome.org/browse/jhbuild/plain/modulesets/gnome-apps-3.18.modules"/>
+
<repository type="git" name="git.freedesktop.org"
href="git://anongit.freedesktop.org/"/>
@@ -142,23 +144,6 @@
</dependencies>
</autotools>
- <autotools id="libvirt-glib" autogenargs="--enable-vala">
- <branch repo="libvirt.org" module="libvirt-glib.git"/>
- <dependencies>
- <dep package="libvirt"/>
- </dependencies>
- </autotools>
-
- <autotools id="boxes">
- <branch repo="git.gnome.org" module="gnome-boxes"/>
- <dependencies>
- <dep package="gtk-vnc"/>
- <dep package="libosinfo"/>
- <dep package="libvirt-glib"/>
- <dep package="spice-gtk"/>
- </dependencies>
- </autotools>
-
<autotools id="virt-manager" makeinstallargs="-C build install" makeargs="-C build" autogenargs=" --with-default-graphics=spice">
<branch repo="git.fedorahosted.org" module="virt-manager.git"/>
<dependencies>
@@ -180,20 +165,4 @@
<dep package="spice-gtk"/>
</dependencies>
</autotools>
-
- <autotools id="libosinfo">
- <branch repo="git.fedorahosted.org" module="libosinfo.git"/>
- </autotools>
-
- <autotools id="gtk-vnc" autogenargs="--with-gtk=3.0">
- <branch repo="git.gnome.org" module="gtk-vnc.git"/>
- </autotools>
-
- <autotools id="vinagre" autogenargs="--enable-spice">
- <branch repo="git.gnome.org" module="vinagre.git"/>
- <dependencies>
- <dep package="spice-gtk"/>
- </dependencies>
- </autotools>
-
</moduleset>
--
2.3.6
More information about the Spice-devel
mailing list