diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 03:37:08 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 03:37:08 (GMT) |
commit | 7c5f001026414ccb3fc0a83287b889a41078bbc4 (patch) | |
tree | ef0b336d5ee21acc668bbd92557048d6dd596149 /abs/core/xf86-video-chips | |
parent | 88d2b4ec6aeaa8a367c64b891dadf40425060d81 (diff) | |
download | linhes_pkgbuild-7c5f001026414ccb3fc0a83287b889a41078bbc4.zip linhes_pkgbuild-7c5f001026414ccb3fc0a83287b889a41078bbc4.tar.gz linhes_pkgbuild-7c5f001026414ccb3fc0a83287b889a41078bbc4.tar.bz2 |
xf86-video-*: recompiled against local arch abs.
Diffstat (limited to 'abs/core/xf86-video-chips')
-rw-r--r-- | abs/core/xf86-video-chips/LICENSE | 89 | ||||
-rw-r--r-- | abs/core/xf86-video-chips/PKGBUILD | 4 |
2 files changed, 2 insertions, 91 deletions
diff --git a/abs/core/xf86-video-chips/LICENSE b/abs/core/xf86-video-chips/LICENSE deleted file mode 100644 index 312a710..0000000 --- a/abs/core/xf86-video-chips/LICENSE +++ /dev/null @@ -1,89 +0,0 @@ -This package was downloaded from -http://xorg.freedesktop.org/releases/individual/driver/ - -Copyright 1993 by Jon Block <block@frc.com> -Modified by Mike Hollick <hollick@graphics.cis.upenn.edu> -Modified 1994 by RĂ©gis Cridlig <cridlig@dmi.ens.fr> - -Major Contributors to XFree86 3.2 -Modified 1995/6 by Nozomi Ytow -Modified 1996 by Egbert Eich <eich@xfree86.org> -Modified 1996 by David Bateman <dbateman@club-internet.fr> -Modified 1996 by Xavier Ducoin <xavier@rd.lectra.fr> - -Contributors to XFree86 3.2 -Modified 1995/6 by Ken Raeburn <raeburn@raeburn.org> -Modified 1996 by Shigehiro Nomura <nomura@sm.sony.co.jp> -Modified 1996 by Marc de Courville <marc@courville.org> -Modified 1996 by Adam Sulmicki <adam@cfar.umd.edu> -Modified 1996 by Jens Maurer <jmaurer@cck.uni-kl.de> - -Large parts rewritten for XFree86 4.0 -Modified 1998 by David Bateman <dbateman@club-internet.fr> -Modified 1998 by Egbert Eich <eich@xfree86.org> -Modified 1998 by Nozomi Ytow - -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 the authors not be used in -advertising or publicity pertaining to distribution of the software without -specific, written prior permission. The authors makes no representations -about the suitability of this software for any purpose. It is provided -"as is" without express or implied warranty. - -THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -EVENT SHALL THE AUTHORS 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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - -Copyright 1997 -Digital Equipment Corporation. All rights reserved. -This software is furnished under license and may be used and copied only in -accordance with the following terms and conditions. Subject to these -conditions, you may download, copy, install, use, modify and distribute -this software in source and/or binary form. No title or ownership is -transferred hereby. -1) Any source code used, modified or distributed must reproduce and retain -this copyright notice and list of conditions as they appear in the -source file. - -2) No right is granted to use any trade name, trademark, or logo of Digital -Equipment Corporation. Neither the "Digital Equipment Corporation" name -nor any trademark or logo of Digital Equipment Corporation may be used -to endorse or promote products derived from this software without the -prior written permission of Digital Equipment Corporation. - -3) This software is provided "AS-IS" and any express or implied warranties, -including but not limited to, any implied warranties of merchantability, -fitness for a particular purpose, or non-infringement are disclaimed. In -no event shall DIGITAL be liable for any damages whatsoever, and in -particular, DIGITAL shall not be liable for special, indirect, -consequential, or incidental damages or damages for lost profits, loss -of revenue or loss of use, whether such damages arise in contract, -negligence, tort, under statute, in equity, at law or otherwise, even if -advised of the possibility of such damage. - -Copyright 1994 The XFree86 Project - -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 -DAVID WEXELBLAT 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. diff --git a/abs/core/xf86-video-chips/PKGBUILD b/abs/core/xf86-video-chips/PKGBUILD index 14bcaa0..b0bab50 100644 --- a/abs/core/xf86-video-chips/PKGBUILD +++ b/abs/core/xf86-video-chips/PKGBUILD @@ -10,8 +10,8 @@ arch=(i686 x86_64) url="http://xorg.freedesktop.org/" license=('custom') depends=(glibc) -makedepends=('xorg-server') -conflicts=('xorg-server<1.8.1') +makedepends=('xorg-server-devel') +conflicts=('xorg-server<1.9.0') groups=('xorg-video-drivers') options=('!libtool') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) |