[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Jun 21 13:09:59 UTC 2010


    Date: Monday, June 21, 2010 @ 09:09:58
  Author: jgc
Revision: 83398

upgpkg: evolution-data-server 2.30.2-1
Update to 2.30.2 - warning: soname bump ahead

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-21 13:03:05 UTC (rev 83397)
+++ PKGBUILD	2010-06-21 13:09:58 UTC (rev 83398)
@@ -2,9 +2,9 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=2.30.1
+pkgver=2.30.2
 pkgrel=1
-pkgdesc="Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop"
+pkgdesc="Central location for addressbook and calendar storage in the GNOME Desktop"
 arch=('i686' 'x86_64')
 depends=('libsoup>=2.30.1' 'nss>=3.12.6' 'libgnome-keyring>=2.30.1' 'heimdal>=1.3.2' 'libgweather>=2.30.0' 'libical>=0.44' 'db>=4.8.26')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gperf')
@@ -12,7 +12,7 @@
 url="http://www.gnome.org"
 license=('GPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b2ebeac36931fbee6fb747ee535a61243dd99fa15bc472ca239f2b01cc88795e')
+sha256sums=('a691319a8f269fc80608611fe30ceb7a552550067f31615efc268a9b7d3c1bf2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@
       --localstatedir=/var --with-openldap=yes \
       --libexecdir=/usr/lib/evolution-data-server-1.2 \
       --with-krb5=/usr --enable-gnome-keyring \
-      --with-libdb=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --with-libdb=/usr
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list