[gnome-shell] jhbuild: Install evolution-data-server for Ubuntu



commit 1c759384fac3113036011d03668a47b1b72c52ef
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Mar 2 00:17:33 2011 -0500

    jhbuild: Install evolution-data-server for Ubuntu
    
    Ubuntu's libecal is too old, so add evolution-data-server to the modules
    file and have gnome-shell depend on that.  Also add libsoup, libgweather
    and glib-networking as indirect dependencies.
    
    Remove evolution-data-server-dev from the list of packages to install
    and add libproxy-dev and libdb-dev.

 tools/build/gnome-shell-build-setup.sh |    7 ++---
 tools/build/gnome-shell.modules        |   38 ++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh
index 99e7417..7a864ed 100755
--- a/tools/build/gnome-shell-build-setup.sh
+++ b/tools/build/gnome-shell-build-setup.sh
@@ -63,7 +63,7 @@ fi
 # spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification,
 # xdamage, icon-naming-utils, upower, libtool-ltdl, libvorbis,
 # libgcrypt, libtasn1, libgnome-keyring, libgtop, cups,
-# evolution-data-server libusb
+# libusb, libproxy, libdb
 #
 # Non-devel packages needed by gnome-shell and its deps:
 # glxinfo, gstreamer-plugins-base, gstreamer-plugins-good,
@@ -82,8 +82,7 @@ if test "x$system" = xUbuntu -o "x$system" = xDebian -o "x$system" = xLinuxMint
     xulrunner-dev libcroco3-dev
     libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good
     libltdl-dev libvorbis-dev iso-codes libgnome-keyring-dev libusb-1.0-0-dev
-    libupower-glib-dev libcups2-dev evolution-data-server-dev
-    libecal1.2-dev libedataserverui1.2-dev
+    libupower-glib-dev libcups2-dev libproxy-dev libdb-dev
     "
 
   if apt-cache show autopoint > /dev/null 2> /dev/null; then
@@ -121,7 +120,7 @@ if test "x$system" = xFedora ; then
     startup-notification-devel zenity
     icon-naming-utils upower-devel libtool-ltdl-devel libvorbis-devel
     iso-codes-devel libgcrypt-devel libtasn1-devel libtasn1-tools libusb1-devel
-    libgnome-keyring-devel libgtop2-devel cups-devel evolution-data-server-devel
+    libgnome-keyring-devel libgtop2-devel cups-devel db4-devel libproxy-devel
     "
 
   if expr $version \>= 14 > /dev/null ; then
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index b32104e..e9f1407 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -200,6 +200,43 @@
     </dependencies>
   </autotools>
 
+  <autotools id="glib-networking">
+    <branch repo="git.gnome.org" module="glib-networking"/>
+    <dependencies>
+     <dep package="glib"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="libsoup">
+    <branch repo="git.gnome.org" module="libsoup"/>
+    <dependencies>
+     <dep package="glib-networking"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="libgdata">
+    <branch repo="git.gnome.org" module="libgdata"/>
+    <dependencies>
+     <dep package="libsoup"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="libgweather">
+    <branch repo="git.gnome.org" module="libgweather"/>
+    <dependencies>
+     <dep package="libsoup"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="evolution-data-server">
+    <branch repo="git.gnome.org" module="evolution-data-server"/>
+    <dependencies>
+     <dep package="libgweather"/>
+     <dep package="libgdata"/>
+     <dep package="gtk3"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="gnome-power-manager">
     <branch repo="git.gnome.org" module="gnome-power-manager" />
     <dependencies>
@@ -223,6 +260,7 @@
   <autotools id="gnome-shell" autogenargs="--enable-jhbuild-wrapper-script">
     <branch repo="git.gnome.org" module="gnome-shell"/>
     <dependencies>
+        <dep package="evolution-data-server"/>
         <dep package="gobject-introspection"/>
         <dep package="mutter"/>
         <dep package="gjs"/>



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