[arch-commits] Commit in xf86-video-unichrome/repos (3 files)

Eric Bélanger eric at archlinux.org
Tue Apr 28 02:38:01 UTC 2009


    Date: Monday, April 27, 2009 @ 22:38:01
  Author: eric
Revision: 36826

Merged revisions 36825 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xf86-video-unichrome/trunk

........
  r36825 | eric | 2009-04-27 22:37:44 -0400 (Mon, 27 Apr 2009) | 2 lines
  
  upgpkg: xf86-video-unichrome 0.2.7-1
      Added license
........

Added:
  xf86-video-unichrome/repos/extra-x86_64/LICENSE
    (from rev 36825, xf86-video-unichrome/trunk/LICENSE)
Modified:
  xf86-video-unichrome/repos/extra-x86_64/	(properties)
  xf86-video-unichrome/repos/extra-x86_64/PKGBUILD

----------+
 LICENSE  |   23 +++++++++++++++++++++++
 PKGBUILD |    8 +++++---
 2 files changed, 28 insertions(+), 3 deletions(-)


Property changes on: xf86-video-unichrome/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xf86-video-unichrome/trunk:1-28640
   + /xf86-video-unichrome/trunk:1-36825

Copied: xf86-video-unichrome/repos/extra-x86_64/LICENSE (from rev 36825, xf86-video-unichrome/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE	                        (rev 0)
+++ extra-x86_64/LICENSE	2009-04-28 02:38:01 UTC (rev 36826)
@@ -0,0 +1,23 @@
+Copyright (c) 2004-2007 Luc Verhaegen. All Rights Reserved.
+Copyright (c) 2004-2005 The Unichrome Project. All Rights Reserved.
+Copyright (c) 1998-2003 VIA Technologies, Inc. All Rights Reserved.
+Copyright (c) 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.

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-28 02:37:44 UTC (rev 36825)
+++ extra-x86_64/PKGBUILD	2009-04-28 02:38:01 UTC (rev 36826)
@@ -2,17 +2,18 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-video-unichrome
 pkgver=0.2.7
-pkgrel=0.2
+pkgrel=1
 _gitversion=9f0c08b8e54af3ffb3f12c157e310d7628c8bc9b
 pkgdesc="Unichrome video drivers for X.Org"
 arch=(i686 x86_64)
 url="http://unichrome.sf.net/"
+license=('custom')
 depends=('unichrome-dri>=7.3')
 makedepends=('pkgconfig' 'xorg-server>=1.6.0' 'xorg-util-macros' 'xf86driproto' 'glproto' 'mesa>=7.3' 'autoconf' 'automake' 'libtool')
 options=('!libtool')
 conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 'xorg-server<1.6.0')
-source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2)
-md5sums=('41f9e4f666a1eb5fe5d5a76d78486e68')
+source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2 LICENSE)
+md5sums=('41f9e4f666a1eb5fe5d5a76d78486e68' '6ea7d64c87c5c32201a1e38e3336e44a')
 
 build() {
   cd "${srcdir}/${pkgname}-${_gitversion}"
@@ -20,4 +21,5 @@
                --enable-dri
   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