[arch-commits] CVS update of extra/x11/openchrome (LICENSE.txt PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Nov 28 07:45:14 UTC 2007


    Date: Wednesday, November 28, 2007 @ 02:45:14
  Author: eric
    Path: /home/cvs-extra/extra/x11/openchrome

   Added: LICENSE.txt (1.1)
Modified: PKGBUILD (1.13 -> 1.14)

upgpkg: openchrome 20070903-2
added license


-------------+
 LICENSE.txt |   26 ++++++++++++++++++++++++++
 PKGBUILD    |    8 +++++---
 2 files changed, 31 insertions(+), 3 deletions(-)


Index: extra/x11/openchrome/LICENSE.txt
diff -u /dev/null extra/x11/openchrome/LICENSE.txt:1.1
--- /dev/null	Wed Nov 28 02:45:14 2007
+++ extra/x11/openchrome/LICENSE.txt	Wed Nov 28 02:45:14 2007
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2005-2007 The Openchrome Project  [openchrome.org]
+ * Copyright 2004-2006 Luc Verhaegen.
+ * Copyright 2004-2005 The Unichrome Project  [unichrome.sf.net]
+ * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
+ * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
+ *
+ * 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, sub license,
+ * 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 (including the
+ * next paragraph) 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 NON-INFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS 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.
+ */
Index: extra/x11/openchrome/PKGBUILD
diff -u extra/x11/openchrome/PKGBUILD:1.13 extra/x11/openchrome/PKGBUILD:1.14
--- extra/x11/openchrome/PKGBUILD:1.13	Sat Nov 24 06:49:14 2007
+++ extra/x11/openchrome/PKGBUILD	Wed Nov 28 02:45:14 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.13 2007/11/24 11:49:14 juergen Exp $
+# $Id: PKGBUILD,v 1.14 2007/11/28 07:45:14 eric Exp $
 # Contributor: Paul Mattal <paul at mattal.com>
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
@@ -8,16 +8,18 @@
 pkgdesc="Most developed drivers for Via Unichrome/Unichrome Pro under xorg"
 arch=(i686 x86_64)
 url="http://www.openchrome.org"
+license=('MIT')
 depends=('unichrome-dri')
 makedepends=('pkgconfig' 'xorg-server>=1.1.1' 'xf86driproto' 'xorg-util-macros')
 options=('!libtool')
 conflicts=('xf86-video-via' 'xf86-video-unichrome')
-source=(http://archlinux.org/~paul/${pkgname}-${pkgver}.tar.gz)
-md5sums=('79b7111977a1685dde22234c2ae5229f')
+source=(http://archlinux.org/~paul/${pkgname}-${pkgver}.tar.gz LICENSE.txt)
+md5sums=('79b7111977a1685dde22234c2ae5229f' 'addb3cf2671f4cf7e91156952de1627f')
 
 build() {
   cd ${startdir}/src/${pkgname} || return 1
   ./autogen.sh --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
+  install -D -m644 ../LICENSE.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE.txt
 }




More information about the arch-commits mailing list