added commands to update translation files (used by DRI configuration tool)
This commit is contained in:
parent
b421544cb8
commit
9ade7c8055
14
.SRCINFO
14
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = mesa-git
|
pkgbase = mesa-git
|
||||||
pkgdesc = an open-source implementation of the OpenGL specification, git version
|
pkgdesc = an open-source implementation of the OpenGL specification, git version
|
||||||
pkgver = 20.1.0_devel.120682.2d32248f49e
|
pkgver = 20.1.0_devel.120873.70349a2252a
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.mesa3d.org
|
url = https://www.mesa3d.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -39,12 +39,12 @@ pkgbase = mesa-git
|
|||||||
depends = zstd
|
depends = zstd
|
||||||
depends = llvm-libs=9.0.1
|
depends = llvm-libs=9.0.1
|
||||||
optdepends = opengl-man-pages: for the OpenGL API man pages
|
optdepends = opengl-man-pages: for the OpenGL API man pages
|
||||||
provides = mesa=20.1.0_devel.120682.2d32248f49e-1
|
provides = mesa=20.1.0_devel.120873.70349a2252a-1
|
||||||
provides = vulkan-intel=20.1.0_devel.120682.2d32248f49e-1
|
provides = vulkan-intel=20.1.0_devel.120873.70349a2252a-1
|
||||||
provides = vulkan-radeon=20.1.0_devel.120682.2d32248f49e-1
|
provides = vulkan-radeon=20.1.0_devel.120873.70349a2252a-1
|
||||||
provides = vulkan-mesa-layer=20.1.0_devel.120682.2d32248f49e-1
|
provides = vulkan-mesa-layer=20.1.0_devel.120873.70349a2252a-1
|
||||||
provides = libva-mesa-driver=20.1.0_devel.120682.2d32248f49e-1
|
provides = libva-mesa-driver=20.1.0_devel.120873.70349a2252a-1
|
||||||
provides = mesa-vdpau=20.1.0_devel.120682.2d32248f49e-1
|
provides = mesa-vdpau=20.1.0_devel.120873.70349a2252a-1
|
||||||
provides = vulkan-driver
|
provides = vulkan-driver
|
||||||
provides = opengl-driver
|
provides = opengl-driver
|
||||||
provides = opencl-driver
|
provides = opencl-driver
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
pkgname=mesa-git
|
pkgname=mesa-git
|
||||||
pkgdesc="an open-source implementation of the OpenGL specification, git version"
|
pkgdesc="an open-source implementation of the OpenGL specification, git version"
|
||||||
pkgver=20.1.0_devel.120682.2d32248f49e
|
pkgver=20.1.0_devel.120873.70349a2252a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'python-mako' 'xorgproto'
|
makedepends=('git' 'python-mako' 'xorgproto'
|
||||||
@ -126,9 +126,15 @@ build () {
|
|||||||
-D valgrind=false \
|
-D valgrind=false \
|
||||||
-D vulkan-overlay-layer=true \
|
-D vulkan-overlay-layer=true \
|
||||||
-D tools=[] \
|
-D tools=[] \
|
||||||
-D zstd=true
|
-D zstd=true \
|
||||||
|
|
||||||
meson configure _build
|
meson configure _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
|
ninja $NINJAFLAGS -C _build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user