[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Oct 25 06:57:52 UTC 2017


    Date: Wednesday, October 25, 2017 @ 06:57:50
  Author: heftig
Revision: 308452

Use arch-meson

Modified:
  at-spi2-core/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-25 06:56:17 UTC (rev 308451)
+++ PKGBUILD	2017-10-25 06:57:50 UTC (rev 308452)
@@ -29,10 +29,7 @@
   
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/$pkgname \
-    -Denable_docs=true
+  arch-meson ../$pkgname -Denable_docs=true
   ninja
 }
 



More information about the arch-commits mailing list