summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2020-06-23 13:20:44 +0200
committerLone_Wolf2020-06-23 13:20:44 +0200
commit3122350784fe359cb51b33d7f525f48819143dff (patch)
treef819cd6afb65a1fd168ed11a627cb0a7e37a9501
parentf45134f0ff8fa081151a3afbbc8c59c8a31a2948 (diff)
downloadaur-3122350784fe359cb51b33d7f525f48819143dff.tar.gz
driconf translation files no longer require separate ninja command, removed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa8d7463d266..4343f577b8e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-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.125342.20e12d9ef4e
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 551b623fb8b6..c7a2e2381ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=lib32-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.125342.20e12d9ef4e
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -142,8 +142,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
+ # DRICONF translation files are now handled differently, see https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5440
ninja $NINJAFLAGS -C _build
}