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

Eric Bélanger eric at archlinux.org
Mon Apr 27 01:38:34 UTC 2009


    Date: Sunday, April 26, 2009 @ 21:38:34
  Author: eric
Revision: 36726

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

........
  r36684 | eric | 2009-04-26 19:00:24 -0400 (Sun, 26 Apr 2009) | 2 lines
  
  upgpkg: xf86-input-mutouch 1.2.1-3
      Added license
........

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

----------+
 LICENSE  |   22 ++++++++++++++++++++++
 PKGBUILD |    8 +++++---
 2 files changed, 27 insertions(+), 3 deletions(-)


Property changes on: xf86-input-mutouch/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xf86-input-mutouch/trunk:1-28847
   + /xf86-input-mutouch/trunk:1-36725

Copied: xf86-input-mutouch/repos/extra-i686/LICENSE (from rev 36684, xf86-input-mutouch/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2009-04-27 01:38:34 UTC (rev 36726)
@@ -0,0 +1,22 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 1996, 1999 by Patrick Lecoanet, France. <lecoanet at cena.dgac.fr>
+
+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  Patrick  Lecoanet not  be  used  in
+advertising or publicity pertaining to distribution of the software without
+specific,  written      prior  permission.     Patrick Lecoanet   makes  no
+representations about the suitability of this software for any purpose.  It
+is provided "as is" without express or implied warranty.
+
+PATRICK LECOANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT  SHALL PATRICK LECOANET 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  ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-04-27 01:36:30 UTC (rev 36725)
+++ extra-i686/PKGBUILD	2009-04-27 01:38:34 UTC (rev 36726)
@@ -3,21 +3,23 @@
 
 pkgname=xf86-input-mutouch
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org mutouch 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)
-md5sums=('f28998cdfae2a4c41589299a4ee1f459')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)
+md5sums=('f28998cdfae2a4c41589299a4ee1f459' '36af84f23456724171d087116f6a4c09')
 
 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