Date: Sunday, November 28, 2010 @ 16:11:41 Author: jgc Revision: 101317
upgpkg: xorg-xeyes 1.1.1-1 Update to 1.1.1 Modified: xorg-xeyes/trunk/PKGBUILD Deleted: xorg-xeyes/trunk/copyright.patch -----------------+ PKGBUILD | 9 +++------ copyright.patch | 47 ----------------------------------------------- 2 files changed, 3 insertions(+), 53 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-28 21:10:26 UTC (rev 101316) +++ PKGBUILD 2010-11-28 21:11:41 UTC (rev 101317) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=xorg-xeyes -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="Follow the mouse/SHAPE extension X demo" arch=(i686 x86_64) @@ -10,14 +10,11 @@ license=('custom') depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender') makedepends=('xorg-util-macros') -source=(http://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.bz2 - copyright.patch) -sha1sums=('3422f65b6c5b9480cf74f48df115a6c837b84dae' - 'f578cd2309092260eb4ca7c2cb23a4c4af75d3c3') +source=(http://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.bz2) +sha1sums=('efe6116d31a7f69e4fb6038613e52b0960b9b61c') build() { cd "${srcdir}/xeyes-${pkgver}" - patch -Np1 -i "${srcdir}/copyright.patch" ./configure --prefix=/usr make make DESTDIR="${pkgdir}" install Deleted: copyright.patch =================================================================== --- copyright.patch 2010-11-28 21:10:26 UTC (rev 101316) +++ copyright.patch 2010-11-28 21:11:41 UTC (rev 101317) @@ -1,47 +0,0 @@ -From 2cbe4f83d4b24794679bda517573f907bb3de710 Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith <[email protected]> -Date: Fri, 06 Aug 2010 16:04:12 +0000 -Subject: Fill in COPYING file with copyright notices from source code - -Signed-off-by: Alan Coopersmith <[email protected]> ---- -diff --git a/COPYING b/COPYING -index 7f33cbf..f968ebe 100644 ---- a/COPYING -+++ b/COPYING -@@ -1,12 +1,25 @@ --This is a stub file. This package has not yet had its complete licensing --information compiled. Please see the individual source files for details on --your rights to use and modify this software. -+Copyright (c) 1991 X Consortium - --Please submit updated COPYING files to the Xorg bugzilla: -+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: - --https://bugs.freedesktop.org/enter_bug.cgi?product=xorg -+The above copyright notice and this permission notice shall be included -+in all copies or substantial portions of the Software. - --All licensing questions regarding this software should be directed at the --Xorg mailing list: -+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 X CONSORTIUM 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. - --http://lists.freedesktop.org/mailman/listinfo/xorg -+Except as contained in this notice, the name of the X Consortium shall -+not be used in advertising or otherwise to promote the sale, use or -+other dealings in this Software without prior written authorization -+from the X Consortium. --- -cgit v0.8.3-6-g21f6
