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

Jan Steffens heftig at archlinux.org
Mon Dec 10 12:00:51 UTC 2018


    Date: Monday, December 10, 2018 @ 12:00:50
  Author: heftig
Revision: 341537

3.30.3-1

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-10 12:00:49 UTC (rev 341536)
+++ PKGBUILD	2018-12-10 12:00:50 UTC (rev 341537)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=3.30.2
-pkgrel=2
+pkgver=3.30.3
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake ninja)
 license=(GPL)
-_commit=78ab539c510592069d16db7778fa078dcc5c7c7e  # tags/3.30.2^0
+_commit=8689cfc92fb5b2a1a82e4899feb5f9636834439a  # tags/3.30.3^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,13 +20,11 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
+  cmake -H$pkgname -Bbuild -GNinja \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIBEXEC_INSTALL_DIR=/usr/lib \
     -DSYSCONF_INSTALL_DIR=/etc \
@@ -35,7 +33,7 @@
     -DENABLE_UOA=OFF \
     -DENABLE_GTK_DOC=ON \
     -DWITH_PHONENUMBER=ON
-  cmake --build .
+  cmake --build build
 }
 
 check() {



More information about the arch-commits mailing list