* update mesa-demos to 9.0.0-5
This commit is contained in:
parent
fa577d758c
commit
4b7c91fa2e
@ -1,6 +1,6 @@
|
||||
pkgbase = mesa-demos
|
||||
pkgver = 9.0.0
|
||||
pkgrel = 4.1
|
||||
pkgrel = 5
|
||||
url = https://www.mesa3d.org/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
|
@ -4,7 +4,7 @@
|
||||
pkgbase=mesa-demos
|
||||
pkgname=('mesa-demos' 'mesa-utils')
|
||||
pkgver=9.0.0
|
||||
pkgrel=4.1
|
||||
pkgrel=5
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://www.mesa3d.org/"
|
||||
license=('MIT')
|
||||
@ -53,8 +53,10 @@ package_mesa-demos() {
|
||||
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
|
||||
# rename linktest to avoid fileconflict with haskell-tidal-link - FS#75919
|
||||
mv "$pkgdir"/usr/bin/linktest "$pkgdir"/usr/bin/linktest-mesa
|
||||
# rename binaries to avoid file conflicts with other packages
|
||||
mv "$pkgdir"/usr/bin/identity "$pkgdir"/usr/bin/identity-mesa # conflicts with identity
|
||||
mv "$pkgdir"/usr/bin/linktest "$pkgdir"/usr/bin/linktest-mesa # conflicts with haskell-tidal-link - FS#75919
|
||||
mv "$pkgdir"/usr/bin/poly "$pkgdir"/usr/bin/poly-mesa # conflicts with polyml
|
||||
|
||||
# remove utils
|
||||
rm "${pkgdir}"/usr/bin/{glxinfo,glxgears,\
|
||||
|
Loading…
x
Reference in New Issue
Block a user