diff options
Diffstat (limited to 'net-mail/evolution/evolution-1.1.90.ebuild')
-rw-r--r-- | net-mail/evolution/evolution-1.1.90.ebuild | 180 |
1 files changed, 180 insertions, 0 deletions
diff --git a/net-mail/evolution/evolution-1.1.90.ebuild b/net-mail/evolution/evolution-1.1.90.ebuild new file mode 100644 index 000000000000..5ce0a1952b70 --- /dev/null +++ b/net-mail/evolution/evolution-1.1.90.ebuild @@ -0,0 +1,180 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.1.90.ebuild,v 1.1 2002/11/09 12:58:31 azarah Exp $ + +IUSE="ssl nls mozilla ldap doc spell pda" + +#provide Xmake and Xemake + +inherit gnome.org virtualx libtool + +DB3="db-3.1.17" +S="${WORKDIR}/${P}" +DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" +SRC_URI="${SRC_URI} + http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" +HOMEPAGE="http://www.ximian.com" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" + +RDEPEND="app-text/scrollkeeper + >=gnome-extra/bonobo-conf-0.16 + >=gnome-base/bonobo-1.0.21 + >=gnome-base/gnome-common-1.2 + >=gnome-extra/gal-0.21 + =gnome-base/gconf-1.0* + >=gnome-extra/gtkhtml-1.1.4 + >=gnome-base/oaf-0.6.7 + >=gnome-base/ORBit-0.5.12 + ( >=gnome-base/libglade-0.17-r1 + <gnome-base/libglade-2.0 ) + >=media-libs/gdk-pixbuf-0.14.0 + >=dev-libs/libxml-1.8.16 + =gnome-base/gnome-vfs-1.0* + >=gnome-base/gnome-print-0.34 + >=dev-util/gob-1.0.12 + >=net-libs/soup-0.7.4-r1 + doc? ( >=app-text/scrollkeeper-0.3.10-r1 ) + ssl? ( >=net-www/mozilla-0.9.9 ) + ldap? ( >=net-nds/openldap-2.0 ) + mozilla? ( >=net-www/mozilla-0.9.9 ) + pda? ( >=gnome-extra/gnome-pilot-0.1.61-r2 ) + spell? ( >=app-text/gnome-spell-0.4.1-r2 )" + +# Added dependency on "dev-util/gob" this should fix a configure bug + +DEPEND="${RDEPEND} + >=sys-devel/libtool-1.4.1-r1 + doc? ( dev-util/gtk-doc ) + nls? ( >=dev-util/intltool-0.20 + sys-devel/gettext )" + +src_unpack() { + unpack ${A} + + # libtoolize to fix not all libs installing, and buggy .la files. + # also add the gnome-pilot.m4 to the macros directory to fix + # problems with the pilot conduct + cd ${S} + elibtoolize + xml-i18n-toolize --force + aclocal -I macros -I /usr/share/aclocal/gnome-macros + autoconf + automake --add-missing + + (cd libical ; aclocal -I /usr/share/aclocal/gnome-macros ; autoconf) + + # Fix sandbox errors + cd ${S}/default_user + cp Makefile.in Makefile.in.orig + sed -e 's:-mkdir $(defaultdir:-mkdir $(DESTDIR)$(defaultdir:g' \ + Makefile.in.orig > Makefile.in +} + +src_compile() { + + cd ${WORKDIR}/${DB3}/build_unix + ../dist/configure --prefix=${WORKDIR}/db3 || die + + make || die + make prefix=${WORKDIR}/db3 install || die + + cd ${S} + + local myconf="" + local MOZILLA="${MOZILLA_FIVE_HOME}" + + if [ -n "`use pda`" ] ; then + myconf="${myconf} --with-pisock=/usr --enable-pilot-conduits=yes" + else + myconf="${myconf} --enable-pilot-conduits=no" + fi + + if [ -n "`use ldap`" ] ; then + myconf="${myconf} --with-openldap=yes" + else + myconf="${myconf} --with-openldap=no" + fi + + if [ -n "`use mozilla`" ] ; then + myconf="${myconf} --with-nspr-includes=${MOZILLA}/include/nspr \ + --with-nspr-libs=${MOZILLA}" + else + myconf="${myconf} --without-nspr-libs --without-nspr-includes" + fi + + if [ -n "`use ssl`" ] ; then + myconf="${myconf} --with-nss-includes=${MOZILLA}/include/nss \ + --with-nss-libs=${MOZILLA}" + else + myconf="${myconf} --without-nss-libs --without-nss-includes" + fi + + # SSL needs NSPR libs ... + if [ -n "`use ssl`" ] && [ -z "`use mozilla`" ] ; then + myconf="${myconf} --with-nspr-includes=${MOZILLA}/include/nspr \ + --with-nspr-libs=${MOZILLA}" + fi + + if [ -n "`use doc`" ] ; then + myconf="${myconf} --enable-gtk-doc" + else + myconf="${myconf} --disable-gtk-doc" + fi + + if [ -z "`use nls`" ] ; then + myconf="${myconf} --disable-nls" + fi + + CFLAGS="${CFLAGS} -I/usr/include/libpisock" + ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --datadir=/usr/share \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --with-db3=${WORKDIR}/db3 \ + --disable-python-bindings \ + ${myconf} || die + + #needs to be able to connect to X display to build. + Xemake || Xmake || die +} + +src_install() { + cd omf-install + cp Makefile Makefile.old + sed -e "s:scrollkeeper-update.*::g" Makefile.old > Makefile + rm Makefile.old + cd ${S} + + # Install with $DESTDIR, as in some rare cases $D gets hardcoded + # into the binaries (seems like a ccache problem at present), + # because everything is recompiled with the "new" PREFIX, if + # $DESTDIR is _not_ used. + make DESTDIR=${D} \ + prefix=/usr \ + mandir=/usr/share/man \ + infodir=/usr/share/info \ + datadir=/usr/share \ + sysconfdir=/etc \ + localstatedir=/var/lib \ + KDE_APPLNK_DIR=/usr/share/applnk \ + install || die + + dodoc AUTHORS COPYING* ChangeLog HACKING MAINTAINERS + dodoc NEWS README +} + +pkg_postinst() { + echo ">>> Updating Scrollkeeper database..." + scrollkeeper-update >/dev/null 2>&1 +} + +pkg_postrm() { + echo ">>> Updating Scrollkeeper database..." + scrollkeeper-update >/dev/null 2>&1 +} + |