[arch-commits] CVS update of arch/build/x11/xproto (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Wed Sep 5 10:21:31 UTC 2007


    Date: Wednesday, September 5, 2007 @ 06:21:31
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11/xproto

Modified: PKGBUILD (1.9 -> 1.10)

* libx11 provides profile script now


----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)


Index: arch/build/x11/xproto/PKGBUILD
diff -u arch/build/x11/xproto/PKGBUILD:1.9 arch/build/x11/xproto/PKGBUILD:1.10
--- arch/build/x11/xproto/PKGBUILD:1.9	Mon Mar 26 17:33:00 2007
+++ arch/build/x11/xproto/PKGBUILD	Wed Sep  5 06:21:31 2007
@@ -1,22 +1,18 @@
-# $Id: PKGBUILD,v 1.9 2007/03/26 21:33:00 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.10 2007/09/05 10:21:31 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xproto
 pkgver=7.0.10
 pkgrel=1
 pkgdesc="X11 core wire protocol and auxiliary headers"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
-	xorg.sh)
-md5sums=('2ed80e90992e7455eaac4c3e977ebd01' '942ff006e69e041f0307c1316e0dec5d')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('2ed80e90992e7455eaac4c3e977ebd01')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
-  mkdir -p ${startdir}/pkg/etc/profile.d
-  install -m755 ${startdir}/src/xorg.sh \
-                ${startdir}/pkg/etc/profile.d/ || return 1
 }




More information about the arch-commits mailing list