[arch-commits] Commit in xf86-input-acecad/trunk (LICENSE PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Mar 10 19:16:33 UTC 2011


    Date: Thursday, March 10, 2011 @ 14:16:33
  Author: jgc
Revision: 113896

upgpkg: xf86-input-acecad 1.4.0-3
Use upstream license, change groups

Modified:
  xf86-input-acecad/trunk/PKGBUILD
Deleted:
  xf86-input-acecad/trunk/LICENSE

----------+
 LICENSE  |   24 ------------------------
 PKGBUILD |    9 ++++-----
 2 files changed, 4 insertions(+), 29 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2011-03-10 19:12:15 UTC (rev 113895)
+++ LICENSE	2011-03-10 19:16:33 UTC (rev 113896)
@@ -1,24 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright (c) 2001 Edouard TISSERANT <tissered at esstin.u-nancy.fr>
-Parts inspired from Shane Watts <shane at bofh.asn.au> XFree86 3 Acecad Driver
-Thanks to Emily, from AceCad, For giving me documents.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
-OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-10 19:12:15 UTC (rev 113895)
+++ PKGBUILD	2011-03-10 19:16:33 UTC (rev 113896)
@@ -12,10 +12,9 @@
 makedepends=('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=('51247dc0d73185e35bec326283bc49a5'
-         '6f401ccbe91e2938b01d5a85df350a7c')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4182aa30d4209ec60fd423a3e24e4951e16c0a4b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,5 +22,5 @@
   make
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }




More information about the arch-commits mailing list