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

Jan Steffens heftig at archlinux.org
Sun Oct 8 22:15:09 UTC 2017


    Date: Sunday, October 8, 2017 @ 22:15:08
  Author: heftig
Revision: 307209

arch-meson: Find a spot for the "$@" that hopefully works for all overrides

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-08 22:14:00 UTC (rev 307208)
+++ PKGBUILD	2017-10-08 22:15:08 UTC (rev 307209)
@@ -22,7 +22,7 @@
 sha512sums=('e149758fa6ad4b2d3643bcda176577633f2e50e58f38074c1a17f1712d554bac0fbabf26fe7eef15954dc51630b1f923b15cfe9040a025cf61b5666098197d16'
             'SKIP'
             '7ea1f02adf79e4fde5d002956852d9b976b36386be8d78a3845292e8195a36d462db20a9c708e332e0d3b261a7abf9d05f5d034aab96ede58229639f3620ec91'
-            '3ad7599e491548e76166a333f1312b871858d9e2d2d2d51a50142f094e5052eb2af199a68acc03c98788e99fc6673e53a1769df9c3e79e0f926d4939d370775a')
+            '82557891b9424b1597f1200bfacfae2f357e94bf81d53fc3fe9b2b641098566513dce6eeaa8882e9892c7cdec796650e5298ed25af61f35f9d02d9b4b9ca39c8')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen <jpakkane at gmail.com>
 
 prepare() {

Modified: arch-meson
===================================================================
--- arch-meson	2017-10-08 22:14:00 UTC (rev 307208)
+++ arch-meson	2017-10-08 22:15:08 UTC (rev 307209)
@@ -1,7 +1,7 @@
 #!/bin/bash -ex
 # Meson wrapper for Arch Linux packaging
 
-exec meson setup "$@" \
+exec meson setup \
   --prefix         /usr \
   --libdir         /usr/lib \
   --libexecdir     /usr/lib \
@@ -18,4 +18,5 @@
   --buildtype      release \
   --warnlevel      2 \
   --wrap-mode      nofallback \
+  "$@" \
   -D               b_lto=true



More information about the arch-commits mailing list