[arch-commits] Commit in xf86-video-dummy/trunk (LICENSE PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Jul 12 17:43:44 UTC 2010


    Date: Monday, July 12, 2010 @ 13:43:44
  Author: jgc
Revision: 85378

upgpkg: xf86-video-dummy 0.3.4-1
Update to 0.3.4 - use upstream copyright file

Modified:
  xf86-video-dummy/trunk/PKGBUILD
Deleted:
  xf86-video-dummy/trunk/LICENSE

----------+
 LICENSE  |   26 --------------------------
 PKGBUILD |   16 ++++++++--------
 2 files changed, 8 insertions(+), 34 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2010-07-12 17:41:00 UTC (rev 85377)
+++ LICENSE	2010-07-12 17:43:44 UTC (rev 85378)
@@ -1,26 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright (C) 1994-2003 The XFree86 Project, 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, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is fur-
-nished 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, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
-NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the XFree86 Project shall not
-be used in advertising or otherwise to promote the sale, use or other deal-
-ings in this Software without prior written authorization from the XFree86
-Project.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-12 17:41:00 UTC (rev 85377)
+++ PKGBUILD	2010-07-12 17:43:44 UTC (rev 85378)
@@ -2,7 +2,7 @@
 #Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xf86-video-dummy
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="X.org dummy video driver"
 arch=(i686 x86_64)
@@ -13,14 +13,14 @@
 conflicts=('xorg-server<1.8.0')
 groups=('xorg-video-drivers')
 options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-        LICENSE)
-md5sums=('3ffe3a28f4452e66bf56180e7da9cbc5' '6db298bec5113f63f5619567bcda9b56')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('876ed7165ea2821bbddd73232a1ce0b79c1f14ff')
 
 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" || return 1
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }




More information about the arch-commits mailing list