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

Eric Bélanger eric at archlinux.org
Sun Apr 26 21:12:41 UTC 2009


    Date: Sunday, April 26, 2009 @ 17:12:41
  Author: eric
Revision: 36659

upgpkg: xf86-input-digitaledge 1.1.1-3
    Added license, Added xorg-util-macros makedepends

Added:
  xf86-input-digitaledge/trunk/LICENSE
Modified:
  xf86-input-digitaledge/trunk/PKGBUILD

----------+
 LICENSE  |   22 ++++++++++++++++++++++
 PKGBUILD |   11 +++++++----
 2 files changed, 29 insertions(+), 4 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2009-04-26 21:12:41 UTC (rev 36659)
@@ -0,0 +1,22 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 1996 by Steven Lang <tiger at tyger.org>
+
+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: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-26 21:10:26 UTC (rev 36658)
+++ PKGBUILD	2009-04-26 21:12:41 UTC (rev 36659)
@@ -3,18 +3,20 @@
 
 pkgname=xf86-input-digitaledge
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="X.Org Digital Edge 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')
 groups=('xorg-input-drivers')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-	git-5e7b6ec4.patch)
-md5sums=('4c27e0f3c6447e76df39a837fd46a00f' 'cf6907f42cb02de58213c09b757547fe')
+	git-5e7b6ec4.patch LICENSE)
+md5sums=('4c27e0f3c6447e76df39a837fd46a00f' 'cf6907f42cb02de58213c09b757547fe'\
+         '79cd41855c39c23c920e4774e12e0558')
 
 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