Date: Wednesday, December 22, 2010 @ 09:46:31 Author: jgc Revision: 103688
upgpkg: xorg-iceauth 1.0.4-1 Update to 1.0.4, remove license patch Modified: xorg-iceauth/trunk/PKGBUILD Deleted: xorg-iceauth/trunk/license.patch ---------------+ PKGBUILD | 11 ++++------- license.patch | 47 ----------------------------------------------- 2 files changed, 4 insertions(+), 54 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-22 14:40:27 UTC (rev 103687) +++ PKGBUILD 2010-12-22 14:46:31 UTC (rev 103688) @@ -2,22 +2,19 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=xorg-iceauth -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=1 -pkgdesc="Tool to manipulate and generate authentication data for ICE, the X Inter-Client Exchange library" +pkgdesc="ICE authority file utility" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" license=('custom') depends=('libice') makedepends=('xorg-util-macros' 'xproto') -source=(http://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2 - license.patch) -sha1sums=('b75b87fed108bc4fe14ef06f76025016fa54299a' - 'ef82460151b7df25d2b9d1ef31765f78b8adaaa5') +source=(http://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2) +sha1sums=('9b446c0d1815dce48bdea32db7dea7e429f6a310') build() { cd "${srcdir}/iceauth-${pkgver}" - patch -Np1 -i "${srcdir}/license.patch" ./configure --prefix=/usr make make DESTDIR="${pkgdir}" install Deleted: license.patch =================================================================== --- license.patch 2010-12-22 14:40:27 UTC (rev 103687) +++ license.patch 2010-12-22 14:46:31 UTC (rev 103688) @@ -1,47 +0,0 @@ -From 1944291c5f541796b1ac9f036a51cb1dae0cdd81 Mon Sep 17 00:00:00 2001 -From: Gaetan Nadon <[email protected]> -Date: Thu, 07 Jan 2010 22:46:31 +0000 -Subject: COPYING: replace stub with actual Copyright notice - -Refer to iceauth.c -Copyright 1989, 1998 The Open Group - -Signed-off-by: Gaetan Nadon <[email protected]> ---- -diff --git a/COPYING b/COPYING -index 7f33cbf..7e643bc 100644 ---- a/COPYING -+++ b/COPYING -@@ -1,12 +1,22 @@ --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 1989, 1998 The Open Group - --Please submit updated COPYING files to the Xorg bugzilla: -+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. - --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 -+OPEN GROUP 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. -+ -+Except as contained in this notice, the name of The Open Group 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 Open Group. - --http://lists.freedesktop.org/mailman/listinfo/xorg --- -cgit v0.8.3-6-g21f6
