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

Jan Steffens heftig at nymeria.archlinux.org
Sun Mar 31 13:50:03 UTC 2013


    Date: Sunday, March 31, 2013 @ 15:50:03
  Author: heftig
Revision: 181110

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-ews/repos/gnome-unstable-i686/
  evolution-ews/repos/gnome-unstable-i686/PKGBUILD
    (from rev 181109, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/gnome-unstable-x86_64/
  evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 181109, evolution-ews/trunk/PKGBUILD)

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

Copied: evolution-ews/repos/gnome-unstable-i686/PKGBUILD (from rev 181109, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-03-31 13:50:03 UTC (rev 181110)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+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/gnome-unstable-x86_64/PKGBUILD (from rev 181109, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-03-31 13:50:03 UTC (rev 181110)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+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
+}




More information about the arch-commits mailing list