[arch-commits] CVS update of extra/x11/font-misc-ethiopic (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jan 7 04:34:38 UTC 2008


    Date: Sunday, January 6, 2008 @ 23:34:38
  Author: eric
    Path: /home/cvs-extra/extra/x11/font-misc-ethiopic

   Added: LICENSE (1.1)
Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: font-misc-ethiopic 1.0.0-4
added license, PKGBUILD cleanup


----------+
 LICENSE  |   38 ++++++++++++++++++++++++++++++++++++++
 PKGBUILD |   21 +++++++++++----------
 2 files changed, 49 insertions(+), 10 deletions(-)


Index: extra/x11/font-misc-ethiopic/LICENSE
diff -u /dev/null extra/x11/font-misc-ethiopic/LICENSE:1.1
--- /dev/null	Sun Jan  6 23:34:38 2008
+++ extra/x11/font-misc-ethiopic/LICENSE	Sun Jan  6 23:34:38 2008
@@ -0,0 +1,38 @@
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright (C) 1999,2000,2001 Compaq Computer Corporation
+Copyright (C) 1999,2000,2001 Hewlett-Packard Company
+Copyright (C) 1999,2000,2001 IBM Corporation
+Copyright (C) 1999,2000,2001 Hummingbird Communications Ltd.
+Copyright (C) 1999,2000,2001 Silicon Graphics, Inc.
+Copyright (C) 1999,2000,2001 Sun Microsystems, Inc.
+Copyright (C) 1999,2000,2001 The Open Group
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Soft-
+ware"), to deal in the Software without restriction, including without
+limitation the rights to use, copy, modify, merge, publish, distribute,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, provided that the above copyright
+notice(s) and this permission notice appear in all copies of the Soft-
+ware and that both the above copyright notice(s) and this permission
+notice appear in supporting documentation.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
+ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
+RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
+THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
+QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
+MANCE OF THIS SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization of
+the copyright holder.
+
+X Window System is a trademark of The Open Group.
Index: extra/x11/font-misc-ethiopic/PKGBUILD
diff -u extra/x11/font-misc-ethiopic/PKGBUILD:1.5 extra/x11/font-misc-ethiopic/PKGBUILD:1.6
--- extra/x11/font-misc-ethiopic/PKGBUILD:1.5	Thu Aug  3 15:11:45 2006
+++ extra/x11/font-misc-ethiopic/PKGBUILD	Sun Jan  6 23:34:38 2008
@@ -1,16 +1,19 @@
-# $Id: PKGBUILD,v 1.5 2006/08/03 19:11:45 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
+# $Id: PKGBUILD,v 1.6 2008/01/07 04:34:38 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=font-misc-ethiopic
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="X.org Misc Ethiopic fonts"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
-depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
+license=('MIT')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
 install=xfonts.install
-source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-
+source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2 LICENSE)
+md5sums=('0b271fc617087d77560bdca20c0cdbb0' '059abd0312fb05b4ae583a5d0b8df49e')
+sha1sums=('d598b873ea897574b86167a36b4c151f84d22d68' '1015aac496f1270a076b07e021f3e2ec8fbe028a')
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
@@ -20,7 +23,5 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
   rm -f ${startdir}/pkg/usr/share/fonts/*/fonts.*
-
+  install -D -m644 ../LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
 }
-
-md5sums=('0b271fc617087d77560bdca20c0cdbb0')




More information about the arch-commits mailing list