Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c90fcb4fe9e387ec7935c4549785b2975adeaf9e
commit c90fcb4fe9e387ec7935c4549785b2975adeaf9e Author: bouleetbil <[email protected]> Date: Thu Mar 4 17:24:38 2010 +0100 evolution-2.29.91-2-x86_64 *added subpackage pst *should split all plugins *drop gal depends, gal is deprecated and should be deleted diff --git a/source/gnome/evolution/FrugalBuild b/source/gnome/evolution/FrugalBuild index 1268c27..6a095bb 100644 --- a/source/gnome/evolution/FrugalBuild +++ b/source/gnome/evolution/FrugalBuild @@ -3,10 +3,10 @@ pkgname=evolution pkgver=2.29.91 -pkgrel=1 +pkgrel=2 pkgdesc="Integrated mail, calendar and address book suite for GNOME" -depends=('gail>=2.19.4' 'gal>=2.5.3-3' 'evolution-data-server>=2.29.0' 'gtkhtml>=3.29.91' \ - 'gnome-spell>=1.0.8-2' 'rarian' 'libkrb5' \ +depends=('gail>=2.19.4' 'evolution-data-server>=2.29.0' \ + 'gtkhtml>=3.29.91' 'gnome-spell>=1.0.8-2' 'rarian' 'libkrb5' \ 'evolution-data-server-ldap>=2.29.0' 'libbonobo>=2.24.0' 'nss>=3.12' 'nspr>=4.7.1' \ 'libnotify' 'gnome-pilot-conduits>=2.0.17-3' 'db>=4.7.25' 'unique' \ 'gst-plugins-base' 'gtkimageview') @@ -31,6 +31,13 @@ _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet url="http://www.gnome.org/projects/evolution/" +subpkgs=("${subpk...@]}" "$pkgname-pst") +subdescs=("${subdes...@]}" "PST importer plugin for Evolution") +subdepends=("${subdepen...@]}" "libytnef libpst") +subrodepends=("${subrodepen...@]}" "$pkgname") +subgroups=("${subgrou...@]}" 'gnome-extra') +subarchs=("${subarc...@]}" 'i686 x86_64 ppc') + # Pilot conduits disabled atm :S # Still disabled at 2.12.0 :S @@ -64,11 +71,14 @@ build() { --enable-file-chooser=yes \ --enable-cairo-calendar=yes \ --disable-nm \ - --disable-pst-import + --enable-pst-import Fsed '.*KILL_PROCESS_CMD.*' '#define KILL_PROCESS_CMD "killall"' config.h make || Fdie Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1 + #TODO : Should split all plugins + Fsplit $pkgname-pst usr/lib/$pkgname/2.30/plugins/org-gnome-pst-import.eplug + Fsplit $pkgname-pst usr/lib/$pkgname/2.30/plugins/liborg-gnome-pst-import.so Fbuild_gnome_scriptlet } sha1sums=('2668ef216590ab395a3c452cd2b4184fa0078ac6') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
