Date: Wednesday, April 10, 2013 @ 21:11:56
  Author: heftig
Revision: 182471

db-move: moved evolution-ews from [staging] to [testing] (i686, x86_64)

Added:
  evolution-ews/repos/testing-i686/
  evolution-ews/repos/testing-i686/PKGBUILD
    (from rev 182430, evolution-ews/repos/staging-i686/PKGBUILD)
  evolution-ews/repos/testing-x86_64/
  evolution-ews/repos/testing-x86_64/PKGBUILD
    (from rev 182430, evolution-ews/repos/staging-x86_64/PKGBUILD)
Deleted:
  evolution-ews/repos/staging-i686/
  evolution-ews/repos/staging-x86_64/

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

Copied: evolution-ews/repos/testing-i686/PKGBUILD (from rev 182430, 
evolution-ews/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-04-10 19:11:56 UTC (rev 182471)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=evolution-ews
+pkgver=3.8.0
+pkgrel=1
+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=('740f75636c2942892ea3da44721ecd9b060ff32ce20075bb3e4ec0f6aa8fdd87')
+
+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 182430, 
evolution-ews/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-04-10 19:11:56 UTC (rev 182471)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+
+pkgname=evolution-ews
+pkgver=3.8.0
+pkgrel=1
+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=('740f75636c2942892ea3da44721ecd9b060ff32ce20075bb3e4ec0f6aa8fdd87')
+
+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