[arch-commits] Commit in xf86-input-tek4957/repos (3 files)

Eric Bélanger eric at archlinux.org
Mon Apr 27 02:05:36 UTC 2009


    Date: Sunday, April 26, 2009 @ 22:05:36
  Author: eric
Revision: 36731

Merged revisions 36694 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xf86-input-tek4957/trunk

........
  r36694 | eric | 2009-04-26 19:11:54 -0400 (Sun, 26 Apr 2009) | 2 lines
  
  upgpkg: xf86-input-tek4957 1.2.0-3
      Added license
........

Added:
  xf86-input-tek4957/repos/extra-i686/LICENSE
    (from rev 36694, xf86-input-tek4957/trunk/LICENSE)
Modified:
  xf86-input-tek4957/repos/extra-i686/	(properties)
  xf86-input-tek4957/repos/extra-i686/PKGBUILD

----------+
 LICENSE  |   22 ++++++++++++++++++++++
 PKGBUILD |    9 ++++++---
 2 files changed, 28 insertions(+), 3 deletions(-)


Property changes on: xf86-input-tek4957/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xf86-input-tek4957/trunk:1-28860
   + /xf86-input-tek4957/trunk:1-36730

Copied: xf86-input-tek4957/repos/extra-i686/LICENSE (from rev 36694, xf86-input-tek4957/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2009-04-27 02:05:36 UTC (rev 36731)
@@ -0,0 +1,22 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 2002 by Olivier DANET <odanet at caramail.com>
+
+Permission to use, copy, modify, distribute, and sell this software and its
+umentation 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 O. DANET may not be used in advertising
+or  publicity pertaining to distribution  of the software without specific,
+written  prior  permission.  O.DANET  makes  no  representations  about the
+suitability  of  this  software  for  any  purpose. It is provided  "as is"
+without express or implied warranty.
+
+O. DANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL O. DANET 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-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-04-27 02:00:53 UTC (rev 36730)
+++ extra-i686/PKGBUILD	2009-04-27 02:05:36 UTC (rev 36731)
@@ -3,18 +3,20 @@
 
 pkgname=xf86-input-tek4957
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org tek4957 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')
 groups=('xorg-input-drivers')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-	git-ea5d265d.patch)
-md5sums=('8103db1ca5c55726e0b58148e4b1fc06' '4686413ed3681ade00c0c2a8bc1b168a')
+	git-ea5d265d.patch LICENSE)
+md5sums=('8103db1ca5c55726e0b58148e4b1fc06' '4686413ed3681ade00c0c2a8bc1b168a'\
+         'a79c68b0293c1dac21d939fc2b5515b0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,4 +24,5 @@
   ./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