Date: Tuesday, March 8, 2011 @ 01:52:26 Author: heftig Revision: 112995
upgpkg: evolution 2.91.91-1 Update to 2.91.91 Modified: evolution/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-08 06:36:50 UTC (rev 112994) +++ PKGBUILD 2011-03-08 06:52:26 UTC (rev 112995) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evolution -pkgver=2.91.90 -pkgrel=2 +pkgver=2.91.91 +pkgrel=1 pkgdesc="Integrated Workgroup and Personal Information Management for Gnome" arch=('i686' 'x86_64') license=('GPL') @@ -15,8 +15,8 @@ options=('!libtool' '!emptydirs') install=evolution.install url=http://www.gnome.org/projects/evolution/ -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('a9577fca8a10280c3a0303ebca8b861893f01031f74b92e8838e0f5dcd0a2935') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('2ebac54260976adef6f614db12324abc1950242b2dbfb9f2d0498f35f5090cd4') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -30,10 +30,13 @@ --with-krb5=/usr \ --disable-image-inline make + make -C plugins/tnef-attachments +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install - cd plugins/tnef-attachments - make - make DESTDIR="${pkgdir}" install + make -C plugins/tnef-attachments DESTDIR="${pkgdir}" install install -m755 -d "${pkgdir}/usr/share/gconf/schemas" gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain evolution-2.92 ${pkgdir}/etc/gconf/schemas/*.schemas
