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

Jan de Groot jgc at archlinux.org
Wed May 14 17:50:17 UTC 2008


    Date: Wednesday, May 14, 2008 @ 13:50:17
  Author: jgc
Revision: 1672

upgpkg: libgl 7.0.3-2
    Rebuild to make sure it matches all the other libs

Modified:
  libgl/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-14 17:49:29 UTC (rev 1671)
+++ PKGBUILD	2008-05-14 17:50:17 UTC (rev 1672)
@@ -3,25 +3,25 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libgl
 pkgver=7.0.3
-_mesaver=7.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Mesa DRI OpenGL library and drivers"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://www.mesa3d.org"
-depends=('libxxf86vm' 'libdrm>=2.3' 'libxfixes' 'libxdamage')
+depends=('libxxf86vm' 'libdrm>=2.3' 'libxdamage')
 makedepends=('imake' 'glproto>=1.4.9' 'fixesproto' 'damageproto' 'pkgconfig')
 provides=('libgl-dri')
 replaces=('libgl-dri' 'libgl-mesa')
-source=(http://downloads.sourceforge.net/sourceforge/mesa3d/MesaLib-${_mesaver}.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/mesa3d/MesaLib-${pkgver}.tar.bz2)
+md5sums=('e6e6379d7793af40a6bc3ce1bace572e')
 
 build() {
-  cd ${startdir}/src/Mesa-${_mesaver}
+  cd ${startdir}/src/Mesa-${pkgver}
 
   CONFIG="linux-dri-x86"
   if [ "${CARCH}" = "x86_64" ]; then
     CONFIG="linux-dri-x86-64"
-    sed -i -e "s/lib64/lib/g" ${startdir}/src/Mesa-${_mesaver}/configs/${CONFIG}
+    sed -i -e "s/lib64/lib/g" configs/${CONFIG}
   fi
 
   echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
@@ -47,4 +47,3 @@
   ln -sf libGLcore.xorg libGLcore.so
   ln -sf libglx.xorg libglx.so
 }
-md5sums=('e6e6379d7793af40a6bc3ce1bace572e')





More information about the arch-commits mailing list