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

Jan Steffens heftig at archlinux.org
Wed Oct 4 00:45:15 UTC 2017


    Date: Wednesday, October 4, 2017 @ 00:45:14
  Author: heftig
Revision: 306693

0.42.1-3: Let consumer of arch-meson override parameters; remove meson configure

Modified:
  meson/trunk/PKGBUILD
  meson/trunk/arch-meson

------------+
 PKGBUILD   |    4 ++--
 arch-meson |    8 ++------
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 00:39:11 UTC (rev 306692)
+++ PKGBUILD	2017-10-04 00:45:14 UTC (rev 306693)
@@ -4,7 +4,7 @@
 
 pkgname=meson
 pkgver=0.42.1
-pkgrel=2
+pkgrel=3
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
 arch=('any')
@@ -20,7 +20,7 @@
         arch-meson)
 sha512sums=('f9982a19160c51c53741a65a48432896799be90c2d99941a45a14c3fcc14df3469808b75d905e1ac81221b057400913e7ae0f7d24e6865d8f1e664e1686aecb4'
             'SKIP'
-            '0445d5d913a3962db94c63bdc7ed2afad064aa0184f73382887300f77c9c0fb39fcd7a26c3108cbf7a6988e3ed064fd2295c0d7e6e90aae420a80773ce6399ec')
+            '3ad7599e491548e76166a333f1312b871858d9e2d2d2d51a50142f094e5052eb2af199a68acc03c98788e99fc6673e53a1769df9c3e79e0f926d4939d370775a')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen <jpakkane at gmail.com>
 
 build() {

Modified: arch-meson
===================================================================
--- arch-meson	2017-10-04 00:39:11 UTC (rev 306692)
+++ arch-meson	2017-10-04 00:45:14 UTC (rev 306693)
@@ -1,7 +1,7 @@
 #!/bin/bash -ex
 # Meson wrapper for Arch Linux packaging
 
-meson setup \
+exec meson setup "$@" \
   --prefix         /usr \
   --libdir         /usr/lib \
   --libexecdir     /usr/lib \
@@ -18,8 +18,4 @@
   --buildtype      release \
   --warnlevel      2 \
   --wrap-mode      nofallback \
-  -D               b_lto=true \
-  "$@"
-
-# Print config
-exec meson configure
+  -D               b_lto=true



More information about the arch-commits mailing list