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

Jan Steffens heftig at archlinux.org
Tue Mar 8 06:53:55 UTC 2011


    Date: Tuesday, March 8, 2011 @ 01:53:55
  Author: heftig
Revision: 113000

upgpkg: evolution-exchange 2.91.91-1
Update for gnome-unstable

Modified:
  evolution-exchange/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-08 06:53:44 UTC (rev 112999)
+++ PKGBUILD	2011-03-08 06:53:55 UTC (rev 113000)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-exchange
-pkgver=2.32.2
+pkgver=2.91.91
 pkgrel=1
 pkgdesc="Ximian Connector Exchange plugin for Evolution"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.ximian.com"
-depends=('evolution-data-server>=2.32.2' 'gtkhtml>=3.32.2' 'gnome-desktop>=2.32.0' 'libunique>=1.1.6')
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop' 'libunique3')
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('60030eb2de042cef1d703cda7d64c3ec87fcef0bd966012e816954a96cc37d63')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('478b1c2cb7f31b0c2b2a16431224fea8187584f6581edec100dcbf528b8d04e0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,6 +22,10 @@
       --libexecdir=/usr/lib/evolution --disable-static \
       --with-libdb=/usr --with-krb5=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"




More information about the arch-commits mailing list