Date: Monday, October 2, 2017 @ 07:49:23
  Author: eworm
Revision: 261214

use our meson wrapper packaged with meson

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-10-02 07:41:35 UTC (rev 261213)
+++ PKGBUILD    2017-10-02 07:49:23 UTC (rev 261214)
@@ -16,10 +16,12 @@
 sha256sums=('6a219e16923d3976f424416c944bef06913922da24bc9e6644ec114c2d563417')
 
 build() {
-       meson "${pkgname}-${pkgver}" build \
-               --prefix=/usr \
-               --sysconfdir=/etc
-       ninja -C build
+       mkdir build
+       cd build
+
+       arch-meson ../"${pkgname}-${pkgver}"
+
+       ninja
 }
 
 package() {

Reply via email to