[arch-commits] Commit in mesa/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Thu Apr 30 09:39:09 UTC 2020
Date: Thursday, April 30, 2020 @ 09:39:09
Author: lcarlier
Revision: 381918
upgpkg: mesa 20.0.6-2: fix FS#66310
Modified:
mesa/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-30 07:26:44 UTC (rev 381917)
+++ PKGBUILD 2020-04-30 09:39:09 UTC (rev 381918)
@@ -5,7 +5,7 @@
pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
pkgdesc="An open-source implementation of the OpenGL specification"
pkgver=20.0.6
-pkgrel=1
+pkgrel=2
arch=('x86_64')
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 'zstd'
@@ -73,6 +73,7 @@
# Print config
meson configure build
+ ninja -C build xmlpool-pot xmlpool-update-po xmlpool-gmo
ninja -C build
# fake installation to be seperated into packages
@@ -191,7 +192,7 @@
# indirect rendering
ln -s /usr/lib/libGLX_mesa.so.0 "${pkgdir}/usr/lib/libGLX_indirect.so.0"
-
+
# make sure there are no files left to install
find fakeinstall -depth -print0 | xargs -0 rmdir
More information about the arch-commits
mailing list