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

Jan de Groot jgc at archlinux.org
Thu Sep 24 14:27:45 UTC 2015


    Date: Thursday, September 24, 2015 @ 16:27:45
  Author: jgc
Revision: 247267

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 247266, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/gnome-unstable-x86_64/
  evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 247266, 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 247266, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-09-24 14:27:45 UTC (rev 247267)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.18.0
+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=('libmspack' 'evolution')
+makedepends=('intltool')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('72ec214a52d1f6d2ac778b43c53e7363c61f10f85c588ed1e4b5cd558cadab33')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247266, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-09-24 14:27:45 UTC (rev 247267)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.18.0
+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=('libmspack' 'evolution')
+makedepends=('intltool')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('72ec214a52d1f6d2ac778b43c53e7363c61f10f85c588ed1e4b5cd558cadab33')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list