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

Eric Bélanger eric at archlinux.org
Sun Apr 26 23:09:18 UTC 2009


    Date: Sunday, April 26, 2009 @ 19:09:17
  Author: eric
Revision: 36693

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

........
  r36692 | eric | 2009-04-26 19:09:02 -0400 (Sun, 26 Apr 2009) | 2 lines
  
  upgpkg: xf86-input-summa 1.2.0-3
      Added license, Added xorg-util-macros makedepends
........

Added:
  xf86-input-summa/repos/extra-x86_64/LICENSE
    (from rev 36692, xf86-input-summa/trunk/LICENSE)
Modified:
  xf86-input-summa/repos/extra-x86_64/	(properties)
  xf86-input-summa/repos/extra-x86_64/PKGBUILD

----------+
 LICENSE  |   26 ++++++++++++++++++++++++++
 PKGBUILD |   11 +++++++----
 2 files changed, 33 insertions(+), 4 deletions(-)


Property changes on: xf86-input-summa/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xf86-input-summa/trunk:1-28692
   + /xf86-input-summa/trunk:1-36692

Copied: xf86-input-summa/repos/extra-x86_64/LICENSE (from rev 36692, xf86-input-summa/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE	                        (rev 0)
+++ extra-x86_64/LICENSE	2009-04-26 23:09:17 UTC (rev 36693)
@@ -0,0 +1,26 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 1996 by Steven Lang <tiger at tyger.org>
+
+AceCad tablet support ported by Arpad Gereoffy <arpi at esp-team.scene.hu>
+originally written by Shane Watts <shane at bofh.asn.au>
+                  and Fredrik Chabot <fhc at f6.nl>
+
+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 Steven Lang not be used in advertising
+or publicity pertaining to distribution of the software without specific,
+written prior permission.  Steven Lang makes no representations about the
+suitability of this software for any purpose.  It is provided "as is"
+without express or implied warranty.
+
+STEVEN LANG DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL STEVEN LANG 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 23:09:02 UTC (rev 36692)
+++ extra-x86_64/PKGBUILD	2009-04-26 23:09:17 UTC (rev 36693)
@@ -3,18 +3,20 @@
 
 pkgname=xf86-input-summa
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org Summagraphics tablet input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
+license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.6.0')
+makedepends=('pkgconfig' 'xorg-server>=1.6.0' 'xorg-util-macros')
 conflicts=('xorg-server<1.6.0')
 options=('!libtool')
 groups=('xorg-input-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-	git-113c24d8.patch)
-md5sums=('7e17468c0d90dcbbb6202a8242efff4b' 'ee46635e0e53f47ed1be0193f3d6660f')
+	git-113c24d8.patch LICENSE)
+md5sums=('7e17468c0d90dcbbb6202a8242efff4b' 'ee46635e0e53f47ed1be0193f3d6660f'\
+         'aa361666e395a1183872a3167807ead4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -26,4 +28,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