[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon May 7 09:18:33 UTC 2018
Date: Monday, May 7, 2018 @ 09:18:31
Author: heftig
Revision: 323437
archrelease: copy trunk to extra-x86_64
Added:
evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 323436, 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-05-07 09:18:08 UTC (rev 323436)
+++ PKGBUILD 2018-05-07 09:18:31 UTC (rev 323437)
@@ -1,34 +0,0 @@
-# $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
-}
Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 323436, evolution-ews/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-07 09:18:31 UTC (rev 323437)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.28.2
+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=b2e4d6dbd07a8c63b30c3b5e94521beb5fc5dc1e # tags/3.28.2^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