[arch-commits] Commit in xcompmgr/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jul 6 21:00:25 UTC 2008


    Date: Sunday, July 6, 2008 @ 17:00:03
  Author: jgc
Revision: 4418

Fix conflict

Modified:
  xcompmgr/repos/extra-x86_64/	(properties)
  xcompmgr/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)


Property changes on: xcompmgr/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xcompmgr/trunk:1
   + /xcompmgr/trunk:1-4417

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-07-06 20:58:41 UTC (rev 4417)
+++ extra-x86_64/PKGBUILD	2008-07-06 21:00:03 UTC (rev 4418)
@@ -2,22 +2,20 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Leslie P. Polzer <leslie.polzer at gmx.net>
 pkgname=xcompmgr
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc="Composite Window-effects manager for X.org"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/Software/xapps"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/"
 depends=('libxcomposite' 'libxdamage' 'libxrender')
+options=('force')
 conflicts=('xapps')
 replaces=('xapps')
-source=(http://freedesktop.org/xapps/release/$pkgname-$pkgver.tar.bz2)
-md5sums=('5c7b7e1c0360fec4b185cf575cf3fa0a')
-force=y
+source=(http://xorg.freedesktop.org/releases/individual/app/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }
-





More information about the arch-commits mailing list