[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Jul 3 17:14:38 UTC 2020


    Date: Friday, July 3, 2020 @ 17:14:38
  Author: heftig
Revision: 390803

3.36.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-03 17:14:36 UTC (rev 390802)
+++ PKGBUILD	2020-07-03 17:14:38 UTC (rev 390803)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=evolution-ews
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS"
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja)
-_commit=4844f29bb132540ce821e788c57b8885dfa877b8  # tags/3.36.3^0
+_commit=8e93cdf24bd77af5ca5de8eb44ac3043e9ce7d5d  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,6 +24,8 @@
 }
 
 build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
   cmake -H$pkgname -Bbuild -G Ninja \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIBEXEC_INSTALL_DIR=/usr/lib \



More information about the arch-commits mailing list