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

Jan de Groot jgc at archlinux.org
Sun Dec 21 20:46:47 UTC 2008


    Date: Sunday, December 21, 2008 @ 15:46:47
  Author: jgc
Revision: 22091

Fix conflict

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

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


Property changes on: xvattr/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xvattr/trunk:1
   + /xvattr/trunk:1-22090

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-12-21 20:44:29 UTC (rev 22090)
+++ extra-x86_64/PKGBUILD	2008-12-21 20:46:47 UTC (rev 22091)
@@ -4,17 +4,18 @@
 
 pkgname=xvattr
 pkgver=1.3
-pkgrel=1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
 pkgdesc="Adjust attributes associated with the Xv extension to XFree86"
-arch=(i686 x86_64)
-depends=('gtk')
-source=(http://www.dtek.chalmers.se/~dvd/dist/$pkgname-$pkgver.tar.gz)
+depends=('gtk' 'libsm' 'libxv')
+source=(http://www.dtek.chalmers.se/~dvd/dist/${pkgname}-${pkgver}.tar.gz)
 url="http://www.dtek.chalmers.se/~dvd/"
 md5sums=('041e0d1f2ebce216e69e08ce78ec2ceb')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list