[arch-commits] Commit in evolution-ews/repos (4 files)

Jan Steffens heftig at nymeria.archlinux.org
Mon May 13 18:38:09 UTC 2013


    Date: Monday, May 13, 2013 @ 20:38:09
  Author: heftig
Revision: 185390

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  evolution-ews/repos/staging-i686/
  evolution-ews/repos/staging-i686/PKGBUILD
    (from rev 185389, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/staging-x86_64/
  evolution-ews/repos/staging-x86_64/PKGBUILD
    (from rev 185389, evolution-ews/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: evolution-ews/repos/staging-i686/PKGBUILD (from rev 185389, evolution-ews/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-05-13 18:38:09 UTC (rev 185390)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.8.2
+pkgrel=2
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://www.gnome.org"
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ff3586b76013f71b0c32339279985cb0e2e1706bd181726ce9d00ebf4387cdd9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: evolution-ews/repos/staging-x86_64/PKGBUILD (from rev 185389, evolution-ews/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-05-13 18:38:09 UTC (rev 185390)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.8.2
+pkgrel=2
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://www.gnome.org"
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ff3586b76013f71b0c32339279985cb0e2e1706bd181726ce9d00ebf4387cdd9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list