Date: Monday, May 9, 2011 @ 09:44:31 Author: jgc Revision: 123257 upgpkg: xf86-input-acecad 1.5.0-1 Update to 1.5.0
Modified: xf86-input-acecad/trunk/PKGBUILD ----------+ PKGBUILD | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-05-09 13:39:05 UTC (rev 123256) +++ PKGBUILD 2011-05-09 13:44:31 UTC (rev 123257) @@ -2,8 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=xf86-input-acecad -_gitdate=20110318 -pkgver=1.4.99_git${_gitdate} # see configure.ac +pkgver=1.5.0 pkgrel=1 pkgdesc="X.Org acecad tablet input driver" arch=(i686 x86_64) @@ -14,31 +13,17 @@ conflicts=('xorg-server<1.10.0') options=('!libtool') groups=('xorg-drivers' 'xorg') -source=(#${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 - ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${_gitdate}.tar.bz2) -sha1sums=('f1aa0c13542242316ebd401369959f6c55ae8222') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1') -# source PKGBUILD && mksource -mksource() { - mkdir /tmp/${pkgname}-${_gitdate} - pushd /tmp/${pkgname}-${_gitdate} - git clone -v --depth 1 git://anongit.freedesktop.org/xorg/driver/xf86-input-acecad - cd xf86-input-acecad - git archive --prefix=xf86-video-acecad-${_gitdate}/ --format=tar HEAD | bzip2 > /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2 - popd -} - build() { -# cd "${srcdir}/${pkgname}-${pkgver}" -# ./configure --prefix=/usr - cd ${srcdir}/xf86-video-acecad-${_gitdate} - ./autogen.sh --prefix=/usr + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr make } package() { -# cd "${srcdir}/${pkgname}-${pkgver}" - cd ${srcdir}/xf86-video-acecad-${_gitdate} + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install
