Date: Tuesday, August 24, 2010 @ 04:45:36 Author: jgc Revision: 88563
upgpkg: xf86-input-aiptek 1.3.1-1 Update to 1.3.1, build for xserver 1.9 Modified: xf86-input-aiptek/trunk/PKGBUILD Deleted: xf86-input-aiptek/trunk/LICENSE ----------+ LICENSE | 32 -------------------------------- PKGBUILD | 22 +++++++++++----------- 2 files changed, 11 insertions(+), 43 deletions(-) Deleted: LICENSE =================================================================== --- LICENSE 2010-08-24 08:42:30 UTC (rev 88562) +++ LICENSE 2010-08-24 08:45:36 UTC (rev 88563) @@ -1,32 +0,0 @@ -This package was downloaded from -http://xorg.freedesktop.org/releases/individual/driver/ - -Copyright 2003 by Bryan W. Headley. <[email protected]> - -Lineage: This driver is based on both the xf86HyperPen and xf86Wacom tablet - drivers. - - xf86HyperPen -- modified from xf86Summa (c) 1996 Steven Lang - (c) 2000 Roland Jansen - (c) 2000 Christian Herzog (button & 19200 baud support) - - xf86Wacom -- (c) 1995-2001 Frederic Lepied - - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation, and that the name of Bryan W. Headley not be used in -advertising or publicity pertaining to distribution of the software -without specific, written prior permission. Bryan W. Headley makes no -representations about the suitability of this software for any purpose. -It is provided "as is" without express or implied warranty. - -BRYAN W. HEADLEY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -EVENT SHALL BRYAN W. HEADLEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-24 08:42:30 UTC (rev 88562) +++ PKGBUILD 2010-08-24 08:45:36 UTC (rev 88563) @@ -2,25 +2,25 @@ #Maintainer: Jan de Groot <[email protected]> pkgname=xf86-input-aiptek -pkgver=1.3.0 -pkgrel=2 +pkgver=1.3.1 +pkgrel=1 pkgdesc="X.Org Aiptek USB Digital Tablet input driver" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" license=('custom') depends=('glibc') -makedepends=('pkgconfig' 'xorg-server>=1.8.0') -conflicts=('xorg-server<1.8.0') +makedepends=('pkgconfig' 'xorg-server-devel') +conflicts=('xorg-server<1.9.0') options=('!libtool') groups=('xorg-input-drivers') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE) -md5sums=('ae3ec07aff6c156cf5307f53feb6b293' - 'a0e1d9cfe5b37158ca8a08025d9899af') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('8466910dd3877502eb97468db4deab98d49125bb') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 - install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + ./configure --prefix=/usr + make + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" }
