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.
This commit is contained in:
parent
602fa1c657
commit
1c759384fa
@ -63,7 +63,7 @@ fi
|
|||||||
# spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification,
|
# spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification,
|
||||||
# xdamage, icon-naming-utils, upower, libtool-ltdl, libvorbis,
|
# xdamage, icon-naming-utils, upower, libtool-ltdl, libvorbis,
|
||||||
# libgcrypt, libtasn1, libgnome-keyring, libgtop, cups,
|
# libgcrypt, libtasn1, libgnome-keyring, libgtop, cups,
|
||||||
# evolution-data-server libusb
|
# libusb, libproxy, libdb
|
||||||
#
|
#
|
||||||
# Non-devel packages needed by gnome-shell and its deps:
|
# Non-devel packages needed by gnome-shell and its deps:
|
||||||
# glxinfo, gstreamer-plugins-base, gstreamer-plugins-good,
|
# 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
|
xulrunner-dev libcroco3-dev
|
||||||
libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good
|
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
|
libltdl-dev libvorbis-dev iso-codes libgnome-keyring-dev libusb-1.0-0-dev
|
||||||
libupower-glib-dev libcups2-dev evolution-data-server-dev
|
libupower-glib-dev libcups2-dev libproxy-dev libdb-dev
|
||||||
libecal1.2-dev libedataserverui1.2-dev
|
|
||||||
"
|
"
|
||||||
|
|
||||||
if apt-cache show autopoint > /dev/null 2> /dev/null; then
|
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
|
startup-notification-devel zenity
|
||||||
icon-naming-utils upower-devel libtool-ltdl-devel libvorbis-devel
|
icon-naming-utils upower-devel libtool-ltdl-devel libvorbis-devel
|
||||||
iso-codes-devel libgcrypt-devel libtasn1-devel libtasn1-tools libusb1-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
|
if expr $version \>= 14 > /dev/null ; then
|
||||||
|
@ -200,6 +200,43 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</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">
|
<autotools id="gnome-power-manager">
|
||||||
<branch repo="git.gnome.org" module="gnome-power-manager" />
|
<branch repo="git.gnome.org" module="gnome-power-manager" />
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -223,6 +260,7 @@
|
|||||||
<autotools id="gnome-shell" autogenargs="--enable-jhbuild-wrapper-script">
|
<autotools id="gnome-shell" autogenargs="--enable-jhbuild-wrapper-script">
|
||||||
<branch repo="git.gnome.org" module="gnome-shell"/>
|
<branch repo="git.gnome.org" module="gnome-shell"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dep package="evolution-data-server"/>
|
||||||
<dep package="gobject-introspection"/>
|
<dep package="gobject-introspection"/>
|
||||||
<dep package="mutter"/>
|
<dep package="mutter"/>
|
||||||
<dep package="gjs"/>
|
<dep package="gjs"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user