CVS: crater/mail/evolution BUILD, 1.1, 1.2 DEPENDS, 1.3, 1.4 DETAILS, 1.3, 1.4

Nick Hudson nhudson at lunar-linux.org
Mon Dec 8 22:19:25 GMT 2003


Update of /var/cvs/lunar/crater/mail/evolution
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30215/evolution

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:

Adding for evolution 1.5 this only works if you are running Gnome 2.5.0 desktop


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/mail/evolution/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	29 Sep 2002 20:19:31 -0000	1.1
+++ BUILD	8 Dec 2003 22:19:23 -0000	1.2
@@ -1,22 +1,38 @@
 (
 
-   mkdir  evolution-db3                                         &&
-   cd  db-$DBVERSION/build_unix                                 &&
-   ../dist/configure  --prefix=$SOURCE_DIRECTORY/evolution-db3  \
-                      --disable-dynamic                         &&
-   
-   make                                                         &&
-   make  install                                                &&
+  mkdir  evolution-db3                                           &&
+  ( 
+    cd  db-$DBVERSION/build_unix                                 &&
+    ../dist/configure  --prefix=$SOURCE_DIRECTORY/evolution-db3  \
+                       --disable-dynamic                         &&
+    make                                                         &&
+    make  install
+  )                                                              &&
 
-   cd  $SOURCE_DIRECTORY                                        &&
-   ./configure  --prefix=/opt/lunar/gnome/1                     \
-                --sysconfdir=/etc                               \
-                --localstatedir=/var                            \
-                --with-db3=$SOURCE_DIRECTORY/evolution-db3      \
-		--mandir=/opt/lunar/gnome/1/share/man		\
-		--infodir=/opt/lunar/gnome/1/share/info		\
-                $OPTS                                           &&
-    
-   default_make
+  if [ -z "$DISPLAY" ] ; then
+    OPTS="$OPTS --disable-gtk-doc"
+    message "To get evolution devlopment documentation you must build with"
+    message "an active X windows connection. i.e. $DISPLAY is set."
+  fi								 &&
+
+  ./configure  --prefix=/usr                                     \
+               --sysconfdir=/etc                                 \
+               --localstatedir=/var                              \
+               --with-db3=$SOURCE_DIRECTORY/evolution-db3        \
+               --mandir=/usr/share/man		                 \
+     	       --infodir=/usr/share/info	                 \
+               --enable-ipv6                                     \
+               --enable-gtk-doc                                  \
+               $OPTS                                             &&
+  default_make                                                   &&
+
+  # tweaks I needed to get it up:
+  if ! grep -q '/usr/lib/bonobo/servers' /etc/bonobo-activation/bonobo-activation-config.xml ; then
+    sedit "s:<searchpath>:<searchpath>\n\t<item>/usr/lib/bonobo/servers</item>:" /etc/bonobo-activation/bonobo-activation-config.xml
+  fi								&&
+  
+  if [ ! -e /usr/lib/libgal-2.0.so.2 ] ; then
+    ln -s libgal-2.0.so.3 /usr/lib/libgal-2.0.so.2
+  fi
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/crater/mail/evolution/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	18 Nov 2002 15:04:15 -0000	1.3
+++ DEPENDS	8 Dec 2003 22:19:23 -0000	1.4
@@ -1,25 +1,32 @@
-depends  bonobo-conf  &&
-depends  gtkhtml2     &&
-depends  soup         &&
+depends  libgnomeprint  &&
+depends  libgnomeui     &&
+depends  evolution-data-server &&
 
-optional_depends  "pilot-link" "--enable-pilotlinktest"            \
-                  ""                                               \
-                  "for Palm support"                              &&
+optional_depends  "gnupg"       ""  ""  "for encrypted mail support"  &&
+optional_depends  "gnome-spell" ""  ""  "For spellcheck support"      &&
 
-optional_depends  "gnome-pilot" "--enable-pilot-conduits=yes"      \
-                  ""                                               \
-                  "for Palm Pilot support"                         &&
-                  
-optional_depends  "openssl"  ""  ""  "for SSL support"             &&
-optional_depends  "gnupg"    ""  ""  "for encrypted mail support"  &&
+optional_depends  "openssl"                                           \
+                  "--enable-openssl=yes                               \
+		  --with-openssl-includes=/usr/include/openssl        \
+		  --with-openssl-libs=/usr/lib"                       \
+		  "--enable-openssl=no"                               \
+		  "for SSL support"                                   &&
+		  
+optional_depends  "pilot-link" "--enable-pilotlinktest"               \
+                  ""                                                  \
+                  "for Palm support"                                  &&
 
-optional_depends  "mozilla"                                        \
-                  "--with-nspr-includes=/usr/include/mozilla/nspr  \
-                   --with-nspr-libs=/usr/lib/mozilla               \
-                   --with-nss-includes=/usr/include/mozilla        \
-                   --with-nss-libs=/usr/lib/mozilla"               \
-                  ""                                               \
-                  "for mozilla support"                            &&
+optional_depends  "gnome-pilot" "--enable-pilot-conduits=yes"         \
+                  ""                                                  \
+                  "for Palm Pilot support"                            &&
+                  
+optional_depends  "mozilla"                                           \
+                  "--with-nspr-includes=/usr/include/mozilla/nspr     \
+                   --with-nspr-libs=/usr/lib/mozilla                  \
+                   --with-nss-includes=/usr/include/mozilla           \
+                   --with-nss-libs=/usr/lib/mozilla"                  \
+                  ""                                                  \
+                  "for mozilla support"                               &&
 
 optional_depends  "openldap"             \
                   "--with-openldap=yes"  \

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/crater/mail/evolution/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	19 Nov 2002 04:06:04 -0000	1.3
+++ DETAILS	8 Dec 2003 22:19:23 -0000	1.4
@@ -1,17 +1,16 @@
           MODULE=evolution
-           MAJOR=1.2
-         VERSION=1.2.0
+         VERSION=1.5
        DBVERSION=3.1.17
-          SOURCE=$MODULE-$VERSION.tar.gz
+          SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=db-$DBVERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$MAJOR/$SOURCE
-SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$MODULE/$MAJOR/$SOURCE
-   SOURCE_URL[2]=http://www.lunar-linux.org/lunar/mirrors/$SOURCE
+   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$VERSION/$SOURCE
+      SOURCE_VFY=md5:cc820ffb5c9e91ad79d94e700262c418
   SOURCE2_URL[0]=http://www.sleepycat.com/update/snapshot/$SOURCE2
+     SOURCE2_VFY=md5:5baeb94fb934d0bf783ea42117c400be
         WEB_SITE=http://www.ximian.com/products/ximian_evolution
          ENTERED=20011109
-         UPDATED=20021113
+         UPDATED=20031208
            SHORT="Ximian Evolution is an information management solution."
 cat << EOF
 Ximian Evolution^(TM) is the premiere personal and workgroup




More information about the Lunar-commits mailing list