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

Jan Steffens heftig at gemini.archlinux.org
Fri Apr 1 20:44:26 UTC 2022


    Date: Friday, April 1, 2022 @ 20:44:26
  Author: heftig
Revision: 441207

3.44.0-1

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-01 20:25:27 UTC (rev 441206)
+++ PKGBUILD	2022-04-01 20:44:26 UTC (rev 441207)
@@ -2,18 +2,20 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=3.42.4
-pkgrel=2
+pkgver=3.44.0
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution"
 arch=(x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber libcanberra)
+depends=(gnome-online-accounts nss krb5 libgweather-4 libical db libgdata libphonenumber
+         libcanberra)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake ninja)
 provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so libebook-contacts-1.2.so
           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=b031a4a8ec903ab43d50e92bbf26cff51408bb7a  # tags/3.42.4^0
+options=(debug)
+_commit=1c7202b0a17d97426a5dc1391ccf8da37b5eb0ec  # tags/3.44.0^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -34,14 +36,14 @@
     -DENABLE_INTROSPECTION=ON \
     -DENABLE_VALA_BINDINGS=ON \
     -DENABLE_GTK_DOC=ON \
-    -DWITH_PHONENUMBER=ON
+    -DWITH_PHONENUMBER=ON \
+    -DWITH_GWEATHER4=ON
   cmake --build build
 }
 
 check() {
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  cmake --build build --target test || :
+  cd build
+  ctest --output-on-failure --stop-on-failure
 }
 
 package() {



More information about the arch-commits mailing list