From 1014743d8e1c09b968db49f4bbc9db9ffce04ab8 Mon Sep 17 00:00:00 2001 From: Lone_Wolf Date: Tue, 23 Jun 2020 12:58:00 +0200 Subject: [PATCH] driconf translation files no longer require separate ninja command, removed --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e7e1151..80d5cac 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mesa-git pkgdesc = an open-source implementation of the OpenGL specification, git version - pkgver = 20.2.0_devel.124685.1234faa7bf1 + pkgver = 20.2.0_devel.125338.99eecd3775d pkgrel = 1 url = https://www.mesa3d.org arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 679013f..1e561e3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgname=mesa-git pkgdesc="an open-source implementation of the OpenGL specification, git version" -pkgver=20.2.0_devel.124685.1234faa7bf1 +pkgver=20.2.0_devel.125338.99eecd3775d pkgrel=1 arch=('x86_64') makedepends=('git' 'python-mako' 'xorgproto' @@ -139,8 +139,8 @@ build () { # quoted from https://www.mesa3d.org/meson.html # Note: autotools automatically updated translation files (used by the DRI configuration tool) as part of the build process, Meson does not do this. # Instead, you will need do this: - ninja $NINJAFLAGS -C _build xmlpool-pot xmlpool-update-po xmlpool-gmo - # + # ninja $NINJAFLAGS -C _build xmlpool-pot xmlpool-update-po xmlpool-gmo + # mesa devs handle driconf translation differently now, above command is no longer needed ninja $NINJAFLAGS -C _build }