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

Jan de Groot jgc at archlinux.org
Sun Jul 6 20:46:32 UTC 2008


    Date: Sunday, July 6, 2008 @ 16:46:32
  Author: jgc
Revision: 4407

Merged revisions 2-4406 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xcompmgr/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r4406 | jgc | 2008-07-06 20:46:20 +0000 (Sun, 06 Jul 2008) | 1 line
  
  upgpkg: xcompmgr 1.1.4-1
........

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

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)


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

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-07-06 20:46:20 UTC (rev 4406)
+++ extra-i686/PKGBUILD	2008-07-06 20:46:32 UTC (rev 4407)
@@ -2,21 +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"
-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