[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Apr 9 10:44:22 UTC 2018


    Date: Monday, April 9, 2018 @ 10:44:21
  Author: heftig
Revision: 321385

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
    (from rev 321384, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-09 10:43:58 UTC (rev 321384)
+++ PKGBUILD	2018-04-09 10:44:21 UTC (rev 321385)
@@ -1,34 +0,0 @@
-# $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
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 321384, evolution-ews/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-09 10:44:21 UTC (rev 321385)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.28.1
+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=da05e2e858b7bfd3e657672dd8be2aa9591bb22d  # tags/3.28.1^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