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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:45:49 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:45:49
  Author: jgc
Revision: 234910

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

Added:
  evolution-ews/repos/testing-i686/
  evolution-ews/repos/testing-i686/PKGBUILD
    (from rev 234908, evolution-ews/repos/gnome-unstable-i686/PKGBUILD)
  evolution-ews/repos/testing-x86_64/
  evolution-ews/repos/testing-x86_64/PKGBUILD
    (from rev 234908, evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  evolution-ews/repos/gnome-unstable-i686/
  evolution-ews/repos/gnome-unstable-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 234908, evolution-ews/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:45:49 UTC (rev 234910)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.16.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=('e439d51253e357a363fbc08425ce9cf2e4a2ec11532c3fd16584487c5b7ae9d7')
+
+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/testing-x86_64/PKGBUILD (from rev 234908, evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:45:49 UTC (rev 234910)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.16.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=('e439d51253e357a363fbc08425ce9cf2e4a2ec11532c3fd16584487c5b7ae9d7')
+
+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