[arch-commits] Commit in ati-dri/repos (3 files)

Eric Bélanger eric at archlinux.org
Sun Apr 5 02:46:42 UTC 2009


    Date: Saturday, April 4, 2009 @ 22:46:42
  Author: eric
Revision: 33856

Merged revisions 33855 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/ati-dri/trunk

........
  r33855 | eric | 2009-04-04 22:46:22 -0400 (Sat, 04 Apr 2009) | 2 lines
  
  upgpkg: ati-dri 7.4-2
      Added license
........

Added:
  ati-dri/repos/testing-x86_64/LICENSE
    (from rev 33855, ati-dri/trunk/LICENSE)
Modified:
  ati-dri/repos/testing-x86_64/	(properties)
  ati-dri/repos/testing-x86_64/PKGBUILD

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


Property changes on: ati-dri/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /ati-dri/trunk:1-32226
   + /ati-dri/trunk:1-33855

Copied: ati-dri/repos/testing-x86_64/LICENSE (from rev 33855, ati-dri/trunk/LICENSE)
===================================================================
--- testing-x86_64/LICENSE	                        (rev 0)
+++ testing-x86_64/LICENSE	2009-04-05 02:46:42 UTC (rev 33856)
@@ -0,0 +1,29 @@
+/*
+Copyright (C) The Weather Channel, Inc.  2002.  All Rights Reserved.
+
+The Weather Channel (TM) funded Tungsten Graphics to develop the
+initial release of the Radeon 8500 driver under the XFree86 license.
+This notice must be preserved.
+
+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 (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 NONINFRINGEMENT.
+IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS 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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-04-05 02:46:22 UTC (rev 33855)
+++ testing-x86_64/PKGBUILD	2009-04-05 02:46:42 UTC (rev 33856)
@@ -3,18 +3,20 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 pkgname=ati-dri
 pkgver=7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="DRI drivers for ATI/AMD videochips"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
+license=('MIT')
 depends=('libdrm>=2.4.5-3' 'libgl>=7.4' 'expat>=2.0.1')
 makedepends=('glproto>=1.4.9' 'pkgconfig' 'libxfixes' 'libxdamage' 'libxxf86vm' 'libxext' 'dri2proto>=1.99.3' 'mesa>=7.4')
 conflicts=('xf86-video-ati<6.9.0-6')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/mesa3d/MesaLib-${pkgver}.tar.bz2
-       mesa-7.1-link-shared.patch)
-md5sums=('7ecddb341a2691e0dfdb02f697109834'
-         'f0baa948d9810f268413111ee439d24b')
+       mesa-7.1-link-shared.patch
+       LICENSE)
+md5sums=('7ecddb341a2691e0dfdb02f697109834' 'f0baa948d9810f268413111ee439d24b'\
+         '7ba429de367a2b3d273d2230cc705771')
 
 build() {
   cd "${srcdir}/Mesa-${pkgver}"
@@ -31,6 +33,7 @@
   make || return 1
   cd src/mesa/drivers/dri || return 1
   make DESTDIR="${pkgdir}" install || return 1
+  install -D -m644 "${srcdir}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   rm -f "${pkgdir}/usr/lib/xorg/modules/dri/libdricore.so"
   rm -rf "${pkgdir}/usr/include"
   rm -rf "${pkgdir}/usr/lib/pkgconfig"




More information about the arch-commits mailing list