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

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


    Date: Monday, April 27, 2009 @ 22:27:48
  Author: eric
Revision: 36818

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

........
  r36817 | eric | 2009-04-27 22:27:28 -0400 (Mon, 27 Apr 2009) | 2 lines
  
  upgpkg: xf86-video-sisusb 0.9.1-2
      Added license, Added xineramaproto makedepends
........

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

----------+
 LICENSE  |   26 ++++++++++++++++++++++++++
 PKGBUILD |   10 ++++++----
 2 files changed, 32 insertions(+), 4 deletions(-)


Property changes on: xf86-video-sisusb/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xf86-video-sisusb/trunk:1-28525
   + /xf86-video-sisusb/trunk:1-36817

Copied: xf86-video-sisusb/repos/extra-x86_64/LICENSE (from rev 36817, xf86-video-sisusb/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE	                        (rev 0)
+++ extra-x86_64/LICENSE	2009-04-28 02:27:48 UTC (rev 36818)
@@ -0,0 +1,26 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1) Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2) Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3) The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-28 02:27:28 UTC (rev 36817)
+++ extra-x86_64/PKGBUILD	2009-04-28 02:27:48 UTC (rev 36818)
@@ -3,21 +3,23 @@
 
 pkgname=xf86-video-sisusb
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org SiS USB video 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' 'xineramaproto')
 conflicts=('xorg-server<1.6.0')
 groups=('xorg-video-drivers')
 options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('42069e70578bf3fb353cdacad186f6c0')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)
+md5sums=('42069e70578bf3fb353cdacad186f6c0' '8ff3e22b7d1443bb88fdf0d822f62730')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./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