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

Jan Steffens heftig at archlinux.org
Sun Sep 27 16:52:04 UTC 2020


    Date: Sunday, September 27, 2020 @ 16:52:04
  Author: heftig
Revision: 396776

cmake tweaks

Modified:
  evolution/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 16:51:26 UTC (rev 396775)
+++ PKGBUILD	2020-09-27 16:52:04 UTC (rev 396776)
@@ -30,7 +30,7 @@
 build() {
   CFLAGS+=" $CPPFLAGS"
   CXXFLAGS+=" $CPPFLAGS"
-  cmake -H$pkgbase -Bbuild -G Ninja \
+  cmake -S $pkgbase -B build -G Ninja \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIBEXEC_INSTALL_DIR=/usr/lib \
     -DSYSCONF_INSTALL_DIR=/etc \
@@ -47,7 +47,7 @@
               'evolution-bogofilter: Bogofilter spam check plugin')
   groups=(gnome-extra)
 
-  DESTDIR="$pkgdir" cmake --build build --target install
+  DESTDIR="$pkgdir" cmake --install build
 
 ### Split
   local x



More information about the arch-commits mailing list