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

Evgeniy Alekseev arcanis at archlinux.org
Mon Feb 19 07:10:48 UTC 2018


    Date: Monday, February 19, 2018 @ 07:10:47
  Author: arcanis
Revision: 296312

archrelease: copy trunk to community-testing-x86_64

Added:
  t1utils/repos/community-testing-x86_64/
  t1utils/repos/community-testing-x86_64/LICENSE
    (from rev 296311, t1utils/trunk/LICENSE)
  t1utils/repos/community-testing-x86_64/PKGBUILD
    (from rev 296311, t1utils/trunk/PKGBUILD)

----------+
 LICENSE  |   22 ++++++++++++++++++++++
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

Copied: t1utils/repos/community-testing-x86_64/LICENSE (from rev 296311, t1utils/trunk/LICENSE)
===================================================================
--- community-testing-x86_64/LICENSE	                        (rev 0)
+++ community-testing-x86_64/LICENSE	2018-02-19 07:10:47 UTC (rev 296312)
@@ -0,0 +1,22 @@
+The README file includes the following notices:
+
+   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
+   same redistribution copyright as I. Lee Hetherington's. See below
+   for I. Lee Hetherington's original README from 1992, updated
+   slightly for today's t1utils.
+
+   Eddie Kohler
+   eddietwo at lcs.mit.edu
+
+   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
+
+   Permission is hereby granted to use, modify, and distribute this
+   program for any purpose provided this copyright notice and the one
+   below remain intact.
+
+   Note that these tools should not be used to illegally copy type-1
+   font programs.  Typeface design is an intricate art that should be
+   rewarded.
+
+   I. Lee Hetherington
+   ilh at lcs.mit.edu

Copied: t1utils/repos/community-testing-x86_64/PKGBUILD (from rev 296311, t1utils/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-02-19 07:10:47 UTC (rev 296312)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Simo Leone <neotuli at gmail.com>
+
+pkgname=t1utils
+pkgver=1.41
+pkgrel=1
+pkgdesc="A collection of simple Type 1 font manipulation programs"
+arch=('x86_64')
+url="http://www.lcdf.org/~eddietwo/type/#t1utils"
+license=("custom")
+depends=('glibc')
+source=("https://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz"
+        "LICENSE")
+sha256sums=('fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427'
+            'fd00d777e6114f1d346978844f19bbec1652641ea40d24c12ec5aac6f3ebc7cb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list