[arch-commits] Commit in evolution-ews/repos (4 files)
Jan Steffens
heftig at nymeria.archlinux.org
Sat Mar 29 23:01:05 UTC 2014
Date: Sunday, March 30, 2014 @ 00:01:05
Author: heftig
Revision: 209179
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 209178, evolution-ews/trunk/PKGBUILD)
evolution-ews/repos/gnome-unstable-x86_64/
evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209178, 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 209178, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-03-29 23:01:05 UTC (rev 209179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.12.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' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('485b72feef97114e6abaa2193016e2f68779bb50b6749ff3ee270b46218b44bd')
+
+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 209178, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-03-29 23:01:05 UTC (rev 209179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.12.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' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('485b72feef97114e6abaa2193016e2f68779bb50b6749ff3ee270b46218b44bd')
+
+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