Date: Friday, July 3, 2020 @ 17:14:36 Author: heftig Revision: 390802
3.36.4-1 Modified: evolution-data-server/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-03 17:14:33 UTC (rev 390801) +++ PKGBUILD 2020-07-03 17:14:36 UTC (rev 390802) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evolution-data-server -pkgver=3.36.3 -pkgrel=2 +pkgver=3.36.4 +pkgrel=1 pkgdesc="Centralized access to appointments and contacts" url="https://wiki.gnome.org/Apps/Evolution" arch=(x86_64) @@ -13,7 +13,7 @@ libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so libedataserver-1.2.so libedataserverui-1.2.so) license=(GPL) -_commit=f58afb0709c41fdf3222c5814389d45631ef0a4b # tags/3.36.3^0 +_commit=e3ce982c52aac2b094c6bc7fca7b746213714222 # tags/3.36.4^0 source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit") sha256sums=('SKIP') @@ -27,6 +27,8 @@ } build() { + CFLAGS+=" $CPPFLAGS" + CXXFLAGS+=" $CPPFLAGS" cmake -H$pkgname -Bbuild -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIBEXEC_INSTALL_DIR=/usr/lib \
