[arch-commits] Commit in bdf-unifont/repos (3 files)

Christian Hesse eworm at archlinux.org
Thu May 18 11:25:33 UTC 2017


    Date: Thursday, May 18, 2017 @ 11:25:32
  Author: eworm
Revision: 296249

archrelease: copy trunk to testing-any

Added:
  bdf-unifont/repos/testing-any/
  bdf-unifont/repos/testing-any/LICENSE
    (from rev 296248, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/testing-any/PKGBUILD
    (from rev 296248, bdf-unifont/trunk/PKGBUILD)

----------+
 LICENSE  |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD |   22 ++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: bdf-unifont/repos/testing-any/LICENSE (from rev 296248, bdf-unifont/trunk/LICENSE)
===================================================================
--- testing-any/LICENSE	                        (rev 0)
+++ testing-any/LICENSE	2017-05-18 11:25:32 UTC (rev 296249)
@@ -0,0 +1,60 @@
+CENSE
+-------
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+     All of my works you find here are freeware. You may
+     freely copy, use, quote, modify or redistribute them
+     as long as you properly attribute my contribution and
+     have given a quick thought about whether Roman might
+     perhaps be interested to read what you did with his
+     stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named "hex2bdf-split"
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except "johab2ucs2" and
+"blanks.hex", mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+     These are released under the terms of the GNU General Public
+     License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+     Any fonts using glyphs from the "wqy-cjk.hex" file (including
+     the default TrueType font) are bound by the terms of the Wen
+     Quan Yi font license.  Those fonts are released under the terms
+     of the GNU General Public License (GPL) versionn 2, with the
+     exception that embedding the font in a document does not by
+     itself bind that document to the terms of the GNU GPL.
+
+     Any fonts that do not use glyphs from the "wqy-cjk.hex" file
+     fall under the above "License for all of Roman Czyborra's work".
+
+     The fonts in "./font/precompiled" do use wqy-cjk.hex, and so
+     are licensed under the GNU GPL version 2, with the exception
+     that embedding the font in a document does not in itself bind
+     that document to the terms of the GNU GPL.  The following
+     paragraphs explaining the exception is taken from the Wen
+     Quan Yi font distribution:
+
+          ** GPL v2.0 license with font embedding exception:
+
+          As a special exception, if you create a document which
+          uses this font, and embed this font or unaltered portions
+          of this font into the document, this font does not by
+          itself cause the resulting document to be covered by
+          the GNU General Public License. This exception does not
+          however invalidate any other reasons why the document
+          might be covered by the GNU General Public License.
+          If you modify this font, you may extend this exception
+          to your version of the font, but you are not obligated
+          to do so. If you do not wish to do so, delete this
+          exception statement from your version.
+
+License for "blanks.hex":
+
+     There is one exception to the above rules: Paul Hardy earlier
+     released the "blanks.hex" file into the public domain.

Copied: bdf-unifont/repos/testing-any/PKGBUILD (from rev 296248, bdf-unifont/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-05-18 11:25:32 UTC (rev 296249)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.5 2008/09/24 07:16:54 ronald Exp $
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+
+pkgname=bdf-unifont
+pkgver=9.0.06
+pkgrel=1
+pkgdesc="GNU Unifont Glyphs"
+arch=('any')
+license=('custom' 'GPL2')
+url="http://unifoundry.com/unifont.html"
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("http://unifoundry.com/pub/unifont-${pkgver}/font-builds/unifont-${pkgver}.bdf.gz"{,.sig} 'LICENSE')
+validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
+sha256sums=('4246c4773ed70f78a7e27ff1118fd257a280d1102200265ad5d58bb2011195ef'
+            'SKIP'
+            'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
+
+package() {
+  install -Dm644 "${srcdir}/unifont-${pkgver}.bdf" \
+    "${pkgdir}/usr/share/fonts/misc/unifont.bdf"
+  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list