Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
mesa-demos


Commits:
c24fa544 by Balló György at 2024-09-24T08:18:26+02:00
upgpkg: 9.0.0-5 - Rename conflicting binaries: identity, poly

https://gitlab.archlinux.org/archlinux/packaging/packages/mesa-demos/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = mesa-demos
        pkgver = 9.0.0
-       pkgrel = 4
+       pkgrel = 5
        url = https://www.mesa3d.org/
        arch = x86_64
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgbase=mesa-demos
 pkgname=('mesa-demos' 'mesa-utils')
 pkgver=9.0.0
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url="https://www.mesa3d.org/";
 license=('MIT')
@@ -52,8 +52,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,\



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa-demos/-/commit/c24fa544cda2b4ace531cd9726c50ea9865a2a34

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa-demos/-/commit/c24fa544cda2b4ace531cd9726c50ea9865a2a34
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to