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

Jan Steffens heftig at archlinux.org
Wed Mar 14 19:54:17 UTC 2018


    Date: Wednesday, March 14, 2018 @ 19:54:16
  Author: heftig
Revision: 319076

archrelease: copy trunk to gnome-unstable-x86_64

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

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: evolution-ews/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319075, evolution-ews/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-14 19:54:16 UTC (rev 319076)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS"
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(git cmake ninja intltool python)
+options=(!emptydirs)
+_commit=ee0132a6132d50489011aace197d2eac516d5d65  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+    -DSYSCONF_INSTALL_DIR=/etc
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C $pkgname install
+}



More information about the arch-commits mailing list