[arch-commits] CVS update of extra/i18n/xpdf-japanese (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jan 5 03:36:38 UTC 2008


    Date: Friday, January 4, 2008 @ 22:36:38
  Author: eric
    Path: /home/cvs-extra/extra/i18n/xpdf-japanese

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

upgpkg: xpdf-japanese 20040727-3
added license, PKGBUILD cleanup


----------+
 LICENSE  |   18 ++++++++++++++++++
 PKGBUILD |   21 +++++++++++----------
 2 files changed, 29 insertions(+), 10 deletions(-)


Index: extra/i18n/xpdf-japanese/LICENSE
diff -u /dev/null extra/i18n/xpdf-japanese/LICENSE:1.1
--- /dev/null	Fri Jan  4 22:36:38 2008
+++ extra/i18n/xpdf-japanese/LICENSE	Fri Jan  4 22:36:37 2008
@@ -0,0 +1,18 @@
+-----------------------------------------------------------
+Copyright 1990-1998 Adobe Systems Incorporated.
+All Rights Reserved.
+
+Patents Pending
+
+NOTICE: All information contained herein is the property
+of Adobe Systems Incorporated.
+
+Permission is granted for redistribution of this file
+provided this copyright notice is maintained intact and
+that the contents of this file are not altered in any
+way from its original form.
+
+PostScript and Display PostScript are trademarks of
+Adobe Systems Incorporated which may be registered in
+certain jurisdictions.
+-----------------------------------------------------------
Index: extra/i18n/xpdf-japanese/PKGBUILD
diff -u extra/i18n/xpdf-japanese/PKGBUILD:1.4 extra/i18n/xpdf-japanese/PKGBUILD:1.5
--- extra/i18n/xpdf-japanese/PKGBUILD:1.4	Thu Jul 20 17:33:49 2006
+++ extra/i18n/xpdf-japanese/PKGBUILD	Fri Jan  4 22:36:37 2008
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD,v 1.4 2006/07/20 21:33:49 andyrtr Exp $
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor Tobias Kieslich <tobias at justdreams.de>
+# $Id: PKGBUILD,v 1.5 2008/01/05 03:36:37 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=xpdf-japanese
 pkgver=20040727
-pkgrel=2
-pkgdesc="adds support for Japanese fonts to xpdf"
-arch=(i686 x86_64)
+pkgrel=3
+pkgdesc="Adds support for Japanese fonts to xpdf"
+arch=('i686' 'x86_64')
+url="http://www.foolabs.com/xpdf/"
+license=('GPL2' 'custom')
 depends=('xpdf')
 install=$pkgname.install
-url="http://www.foolabs.com/xpdf/"
-source=(ftp://ftp.foolabs.com/pub/xpdf/$pkgname.tar.gz)
-md5sums=('a11ee6476d0f381983664fc614f7a95e')
+source=(ftp://ftp.foolabs.com/pub/xpdf/$pkgname.tar.gz LICENSE)
+md5sums=('a11ee6476d0f381983664fc614f7a95e' '80107f7a1cb3e6c7f2cbd1875a57b430')
 
 build() {
   _xpdfextdir=$startdir/pkg/usr/share/xpdf
@@ -39,5 +40,5 @@
 END_OF_RC_TWEAK
 
   install -Dm 644 add-to-xpdfrc $startdir/pkg/etc/xpdf/$pkgname
+  install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list