[arch-commits] Commit in (5 files)

Jan de Groot jgc at archlinux.org
Thu Dec 16 15:36:09 UTC 2010


    Date: Thursday, December 16, 2010 @ 10:36:09
  Author: jgc
Revision: 103224

Add xlsfonts package

Added:
  xorg-xlsfonts/
  xorg-xlsfonts/repos/
  xorg-xlsfonts/trunk/
  xorg-xlsfonts/trunk/PKGBUILD
  xorg-xlsfonts/trunk/copyright.patch

-----------------+
 PKGBUILD        |   25 +++++++++++++++++++++++++
 copyright.patch |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Added: xorg-xlsfonts/trunk/PKGBUILD
===================================================================
--- xorg-xlsfonts/trunk/PKGBUILD	                        (rev 0)
+++ xorg-xlsfonts/trunk/PKGBUILD	2010-12-16 15:36:09 UTC (rev 103224)
@@ -0,0 +1,25 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xlsfonts
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="List X fonts available on X server"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2
+        copyright.patch)
+sha1sums=('9d4e0adbcb83362dd9234e90507c0528f60e309b'
+          'abedbde85cc391021901c069d086882c143ac621')
+
+build() {
+  cd "${srcdir}/xlsfonts-${pkgver}"
+  ./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-xlsfonts/trunk/copyright.patch
===================================================================
--- xorg-xlsfonts/trunk/copyright.patch	                        (rev 0)
+++ xorg-xlsfonts/trunk/copyright.patch	2010-12-16 15:36:09 UTC (rev 103224)
@@ -0,0 +1,43 @@
+From 0e2aac955e2a3887cb2dcb356f296b58f9e3b5df Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith <alan.coopersmith at oracle.com>
+Date: Fri, 06 Aug 2010 18:29:09 +0000
+Subject: Fill in COPYING file with copyright notices from source code
+
+Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
+---
+diff --git a/COPYING b/COPYING
+index 7f33cbf..0ad0f43 100644
+--- a/COPYING
++++ b/COPYING
+@@ -1,12 +1,21 @@
+-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, 1993, 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.
+ 
+-http://lists.freedesktop.org/mailman/listinfo/xorg
++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.
+--
+cgit v0.8.3-6-g21f6




More information about the arch-commits mailing list