[arch-commits] Commit in font-misc-ethiopic/trunk (LICENSE PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Oct 31 18:42:16 UTC 2009


    Date: Saturday, October 31, 2009 @ 14:42:14
  Author: jgc
Revision: 57496

upgpkg: font-misc-ethiopic 1.0.1-1
    Update to 1.0.1, use upstream license file

Modified:
  font-misc-ethiopic/trunk/PKGBUILD
Deleted:
  font-misc-ethiopic/trunk/LICENSE

----------+
 LICENSE  |   38 --------------------------------------
 PKGBUILD |   15 ++++++---------
 2 files changed, 6 insertions(+), 47 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2009-10-31 18:38:51 UTC (rev 57495)
+++ LICENSE	2009-10-31 18:42:14 UTC (rev 57496)
@@ -1,38 +0,0 @@
-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.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-31 18:38:51 UTC (rev 57495)
+++ PKGBUILD	2009-10-31 18:42:14 UTC (rev 57496)
@@ -3,20 +3,17 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=font-misc-ethiopic
-pkgver=1.0.0
-pkgrel=5
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="X.org Misc Ethiopic fonts"
 arch=('any')
 url="http://xorg.freedesktop.org/"
 license=('MIT')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
 install=xfonts.install
-source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2
-        LICENSE)
-md5sums=('0b271fc617087d77560bdca20c0cdbb0'
-         '059abd0312fb05b4ae583a5d0b8df49e')
-sha1sums=('d598b873ea897574b86167a36b4c151f84d22d68'
-          '1015aac496f1270a076b07e021f3e2ec8fbe028a')
+source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4c88c79b8e5d47af90b21e948d42755f')
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
@@ -28,5 +25,5 @@
   rm -f "${pkgdir}/usr/share/fonts"/*/fonts.*
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
 }




More information about the arch-commits mailing list