Date: Monday, October 13, 2014 @ 12:31:32
  Author: jgc
Revision: 224275

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

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

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

Copied: evolution-ews/repos/testing-i686/PKGBUILD (from rev 224274, 
evolution-ews/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-10-13 10:31:32 UTC (rev 224275)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=evolution-ews
+pkgver=3.12.7
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://wiki.gnome.org/Apps/Evolution/EWS";
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671')
+
+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/testing-x86_64/PKGBUILD (from rev 224274, 
evolution-ews/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-10-13 10:31:32 UTC (rev 224275)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=evolution-ews
+pkgver=3.12.7
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://wiki.gnome.org/Apps/Evolution/EWS";
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671')
+
+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
+}

Reply via email to