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

Jan Steffens heftig at archlinux.org
Mon Jul 17 14:10:44 UTC 2017


    Date: Monday, July 17, 2017 @ 14:10:43
  Author: heftig
Revision: 300690

3.24.4-1

Modified:
  evolution/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-17 14:07:48 UTC (rev 300689)
+++ PKGBUILD	2017-07-17 14:10:43 UTC (rev 300690)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.24.3
+pkgver=3.24.4
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution"
@@ -13,9 +13,9 @@
 depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
          dconf gtkspell3 libcryptui gnome-autoar)
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
-             spamassassin highlight gtk-doc yelp-tools git cmake)
+             spamassassin highlight gtk-doc yelp-tools git cmake ninja)
 options=(!emptydirs)
-_commit=67f6aedfeff10c8d5bd9268a197b4b6827f89cc4  # tags/EVOLUTION_3_24_3^0
+_commit=1c101ab99de0b4ee4ba384b062f236cffe0c68ab  # tags/EVOLUTION_3_24_4^0
 source=("git+https://git.gnome.org/browse/evolution#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,8 +27,13 @@
 build() {
   cd $pkgbase
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib -DSYSCONF_INSTALL_DIR=/etc -DENABLE_SMIME=ON -DENABLE_GTK_DOC=ON .
-  make
+  cmake . -G Ninja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIBEXEC_INSTALL_DIR=/usr/lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DENABLE_SMIME=ON \
+    -DENABLE_GTK_DOC=ON
+  ninja
 }
 
 package_evolution() {
@@ -38,7 +43,7 @@
   groups=(gnome-extra)
 
   cd $pkgbase
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 
   mkdir ../plugins
   mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/



More information about the arch-commits mailing list