[arch-commits] CVS update of extra/x11/xcb-proto (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Nov 5 16:16:58 UTC 2007


    Date: Monday, November 5, 2007 @ 11:16:58
  Author: alexander
    Path: /home/cvs-extra/extra/x11/xcb-proto

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: xcb-proto 1.1


----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


Index: extra/x11/xcb-proto/PKGBUILD
diff -u extra/x11/xcb-proto/PKGBUILD:1.2 extra/x11/xcb-proto/PKGBUILD:1.3
--- extra/x11/xcb-proto/PKGBUILD:1.2	Fri Nov 24 15:18:20 2006
+++ extra/x11/xcb-proto/PKGBUILD	Mon Nov  5 11:16:58 2007
@@ -1,18 +1,21 @@
-# $Id: PKGBUILD,v 1.2 2006/11/24 20:18:20 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.3 2007/11/05 16:16:58 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xcb-proto
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(i686 x86_64)
 url="http://xcb.freedesktop.org/"
+license=('custom')
 source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d31407eaae7e52d100645217767a41aa')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
+  install -m644 -D ${startdir}/src/${pkgname}-${pkgver}/COPYING \
+                   ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
+md5sums=('dd34acc58c0a438e812f72a9afe7b2a0')




More information about the arch-commits mailing list