[arch-commits] Commit in evolution-ews/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Dec 17 11:58:33 UTC 2017
Date: Sunday, December 17, 2017 @ 11:58:32
Author: heftig
Revision: 313248
archrelease: copy trunk to extra-x86_64
Added:
evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 313247, evolution-ews/trunk/PKGBUILD)
Deleted:
evolution-ews/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-17 11:57:13 UTC (rev 313247)
+++ PKGBUILD 2017-12-17 11:58:32 UTC (rev 313248)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=evolution-ews
-pkgver=3.26.2
-pkgrel=2
-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=fb9752275bfb34054f6ba6df3cb2b3bb87d82662 # tags/EVOLUTION_EWS_3_26_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() {
- cd $pkgname
- DESTDIR="$pkgdir" ninja install
-}
Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 313247, evolution-ews/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-17 11:58:32 UTC (rev 313248)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=evolution-ews
+pkgver=3.26.3
+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=d7598da5df4ca80aee73b13a407dda9865fba06d # tags/EVOLUTION_EWS_3_26_3^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() {
+ cd $pkgname
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list