[arch-commits] Commit in mesa/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jun 17 09:07:15 UTC 2011


    Date: Friday, June 17, 2011 @ 05:07:14
  Author: andyrtr
Revision: 127627

upgpkg: mesa 7.10.99.git20110616-2
add missing libdricore.so and libglsl.so to libgl pkg

Modified:
  mesa/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-17 08:30:46 UTC (rev 127626)
+++ PKGBUILD	2011-06-17 09:07:14 UTC (rev 127627)
@@ -13,7 +13,7 @@
   else
     pkgver=7.10.3
 fi
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('glproto>=1.4.12' 'pkgconfig' 'libdrm>=2.4.25' 'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.4.3' 'libxt>=1.1.1' 
              'gcc-libs>=4.5' 'dri2proto=2.3' 'python2' 'libxml2' 'imake' 'llvm')
@@ -106,7 +106,10 @@
   install -m755 -d "${pkgdir}/usr/lib/xorg/modules/extensions"
 
   bin/minstall lib/libGL.so* "${pkgdir}/usr/lib/"
+  bin/minstall lib/libdricore.so* "${pkgdir}/usr/lib/"
+  bin/minstall lib/libglsl.so* "${pkgdir}/usr/lib/"
 
+
   cd src/mesa/drivers/dri
   #make -C swrast DESTDIR="${pkgdir}" install
 if [ "${_git}" = "true" ]; then




More information about the arch-commits mailing list