summaryrefslogtreecommitdiff
path: root/vkmark
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 20:55:59 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 20:55:59 +0000
commit52ae2574e44511df28de3d85c4c2435c4d166b11 (patch)
tree9895f2cf8137d057c188b9cb5b04c996af223ff4 /vkmark
parentd473c5ad62208a511ea14d3e019d850f2347980d (diff)
downloadcontrib-52ae2574e44511df28de3d85c4c2435c4d166b11.tar.gz
contrib-52ae2574e44511df28de3d85c4c2435c4d166b11.tar.xz
vkmark: updated meson syntax
Diffstat (limited to 'vkmark')
-rw-r--r--vkmark/.signature4
-rw-r--r--vkmark/Pkgfile10
2 files changed, 8 insertions, 6 deletions
diff --git a/vkmark/.signature b/vkmark/.signature
index ef37ee538..a92a03d29 100644
--- a/vkmark/.signature
+++ b/vkmark/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF36yhXvXr1lzyqhuJ5kLRCOUf2yKAOt0twqhyGTDWcAxNxIsjPrggNQnOJ5RWT/ZRANVGUvi85waFUego9BT9QAw=
-SHA256 (Pkgfile) = c77b07c1d1832259c4e29182d1791ec16dbe78f2db5d03fac53c97b1dd40049a
+RWSagIOpLGJF3x89ZbU7MwinyuTTtx32ZUdyfmrJerLQd1ui0Jf63aB1QM/A4e/Wm1Abf50TBlggLOYdWkjNnDapBk0B9ZvJHwY=
+SHA256 (Pkgfile) = dc670008120149fa41316aee5d98c00ea75c2db332f917ca546e1e4edd3f4d91
SHA256 (.footprint) = 1f1ea88f2b363f129d4141051c015df6ab23a10f9e173365540489ce281bf735
SHA256 (vkmark-20200521.tar.gz) = a8b4f5d86d8a6328528500fa9e13908e4a4c0df331084a08dab5515630efec02
diff --git a/vkmark/Pkgfile b/vkmark/Pkgfile
index 809eb1ba7..325771da8 100644
--- a/vkmark/Pkgfile
+++ b/vkmark/Pkgfile
@@ -10,8 +10,10 @@ _commit=e8c0720f3251e50aa8e777f44e3c2406dceb919c
source=(https://github.com/vkmark/vkmark/archive/$_commit/$name-$version.tar.gz)
build() {
- meson $name-$_commit build \
- --prefix=/usr
- ninja -C build
- DESTDIR=$PKG ninja -C build install
+ meson setup $name-$_commit build \
+ --prefix=/usr \
+ --buildtype=plain \
+ -Db_ndebug=true
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
}

Generated by cgit