[arch-commits] Commit in xf86-input-aiptek/repos (3 files)
Eric Bélanger
eric at archlinux.org
Sun Apr 26 21:06:05 UTC 2009
Date: Sunday, April 26, 2009 @ 17:06:05
Author: eric
Revision: 36654
Merged revisions 36653 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/xf86-input-aiptek/trunk
........
r36653 | eric | 2009-04-26 17:05:50 -0400 (Sun, 26 Apr 2009) | 2 lines
upgpkg: xf86-input-aiptek 1.2.0-2
Added license
........
Added:
xf86-input-aiptek/repos/extra-x86_64/LICENSE
(from rev 36653, xf86-input-aiptek/trunk/LICENSE)
Modified:
xf86-input-aiptek/repos/extra-x86_64/ (properties)
xf86-input-aiptek/repos/extra-x86_64/PKGBUILD
----------+
LICENSE | 32 ++++++++++++++++++++++++++++++++
PKGBUILD | 8 +++++---
2 files changed, 37 insertions(+), 3 deletions(-)
Property changes on: xf86-input-aiptek/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /xf86-input-aiptek/trunk:1-28481
+ /xf86-input-aiptek/trunk:1-36653
Copied: xf86-input-aiptek/repos/extra-x86_64/LICENSE (from rev 36653, xf86-input-aiptek/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE (rev 0)
+++ extra-x86_64/LICENSE 2009-04-26 21:06:05 UTC (rev 36654)
@@ -0,0 +1,32 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 2003 by Bryan W. Headley. <bwheadley at earthlink.net>
+
+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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-04-26 21:05:50 UTC (rev 36653)
+++ extra-x86_64/PKGBUILD 2009-04-26 21:06:05 UTC (rev 36654)
@@ -3,21 +3,23 @@
pkgname=xf86-input-aiptek
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
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.6.0')
conflicts=('xorg-server<1.6.0')
options=('!libtool')
groups=('xorg-input-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ae6702ead7b4040d0761809ee471c934')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)
+md5sums=('ae6702ead7b4040d0761809ee471c934' 'a0e1d9cfe5b37158ca8a08025d9899af')
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"
}
More information about the arch-commits
mailing list