[arch-commits] Commit in (5 files)

Jan de Groot jgc at archlinux.org
Sun Oct 24 15:23:17 UTC 2010


    Date: Sunday, October 24, 2010 @ 11:23:15
  Author: jgc
Revision: 96738

Add standalone iceauth package

Added:
  xorg-iceauth/
  xorg-iceauth/repos/
  xorg-iceauth/trunk/
  xorg-iceauth/trunk/PKGBUILD
  xorg-iceauth/trunk/license.patch

---------------+
 PKGBUILD      |   26 ++++++++++++++++++++++++++
 license.patch |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

Added: xorg-iceauth/trunk/PKGBUILD
===================================================================
--- xorg-iceauth/trunk/PKGBUILD	                        (rev 0)
+++ xorg-iceauth/trunk/PKGBUILD	2010-10-24 15:23:15 UTC (rev 96738)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-iceauth
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Tool to manipulate and generate authentication data for ICE, the X Inter-Client Exchange library"
+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')
+
+build() {
+  cd "${srcdir}/iceauth-${pkgver}"
+  patch -Np1 -i "${srcdir}/license.patch"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Added: xorg-iceauth/trunk/license.patch
===================================================================
--- xorg-iceauth/trunk/license.patch	                        (rev 0)
+++ xorg-iceauth/trunk/license.patch	2010-10-24 15:23:15 UTC (rev 96738)
@@ -0,0 +1,47 @@
+From 1944291c5f541796b1ac9f036a51cb1dae0cdd81 Mon Sep 17 00:00:00 2001
+From: Gaetan Nadon <memsize at videotron.ca>
+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 <memsize at videotron.ca>
+---
+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




More information about the arch-commits mailing list