================================
evolution:source=2.2.3-0.4
cvc rdiff evolution -1 /[EMAIL PROTECTED]:devel//[EMAIL 
PROTECTED]:desktop//test/2.2.3-0.4
================================
2.2.3-0.4 Ken VanDine ([EMAIL PROTECTED]) Fri Aug 26 23:10:56 2005
    Corrected symlink for /usr/bin/evolution
    
evolution.recipe: new
#
# Copyright (c) 2004 Specifix, Inc.
# All rights reserved
#

loadRecipe('gnomepackage.recipe', label='[EMAIL PROTECTED]:devel')
class Evolution(GnomePackageRecipe):
    name = 'evolution'
    version = '2.2.3'

    extraConfig = GnomePackageRecipe.extraConfig + ' --enable-nss=yes'
    # runtime requirements include gnome-spell:runtime

    buildRequires = [ 'evolution-data-server:devel', 'gal:devel', 
                      'libsoup:devel', 'gtkhtml:devel', 'mozilla-nss:devel', 
                      'libbonobo:devel', 'libbonoboui:devel', 'gnome-vfs:devel',
                      'libgnomecanvas:devel', 'libxml2:devel', 'GConf:devel', 
                      'intltool', 'ORBit2:devel', 'flex', 'bison', 'byacc', 
                      'libtool', 'gettext', 'pkgconfig', 'desktop-file-utils',
                      'psmisc' ]

    # add ldap support
    if Use.ldap:
        extraConfig += ' --with-openldap=yes'
        buildRequires.append('openldap:devel')
    else:
        extraConfig += ' --without-openldap'

    # add krb5 support
    if Use.krb:
        extraConfig += ' --with-krb5=/usr/kerberos'
        buildRequires.append('krb5:devel')
    else:
        extraConfig += ' --without-krb5'

    # add support for pilot
    extraConfig += ' --enable-pilot-conduits=yes'
    buildRequires.append('gnome-pilot:devel')
    buildRequires.append('pilot-link:devel')

    def unpack(r):
        GnomePackageRecipe.unpack(r)
        r.addPatch('evolution-2.2.2-fix-new-mail-notify.patch')

    def build(r):
        r.Run('intltoolize -c -f')
        r.Replace('/var/spool/mail', '%(servicedir)s/spool/mail',
                  'configure{.in}')
        GnomePackageRecipe.build(r)

    def install(r):
        GnomePackageRecipe.install(r)
        r.SharedLibrary(subtrees='%(libdir)s/evolution/%(majversion)s')
        r.Symlink('%(bindir)s/evolution-2.2','%(bindir)s/evolution')

evolution-2.2.3.tar.bz2: new
evolution-2.2.2-fix-new-mail-notify.patch: new
--- evolution-2.2.2/configure.in.fix-new-mail-notify    2005-05-05 
17:31:17.000000000 -0400
+++ evolution-2.2.2/configure.in        2005-05-05 17:31:23.000000000 -0400
@@ -1386,7 +1386,7 @@
 fi
 
 if echo ${plugins_enabled} | grep -q "new-mail-notify" ; then
-       if ${PKG_CONFIG} --max-version=0.23.4 dbus-glib-1 ; then
+       if ${PKG_CONFIG} --atleast-version=0.31 dbus-glib-1 ; then
                dnl **************************************************
                dnl * New Mail Notify plugin
                dnl **************************************************


Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to