[arch-commits] Commit in t1utils/repos/community-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Mon May 25 16:14:47 UTC 2020


    Date: Monday, May 25, 2020 @ 16:14:46
  Author: felixonmars
Revision: 634639

archrelease: copy trunk to community-x86_64

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

----------+
 LICENSE  |   44 ++++++++++++++++-----------------
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 61 insertions(+), 62 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2020-05-25 16:14:24 UTC (rev 634638)
+++ LICENSE	2020-05-25 16:14:46 UTC (rev 634639)
@@ -1,22 +0,0 @@
-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-x86_64/LICENSE (from rev 634638, t1utils/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2020-05-25 16:14:46 UTC (rev 634639)
@@ -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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 16:14:24 UTC (rev 634638)
+++ PKGBUILD	2020-05-25 16:14:46 UTC (rev 634639)
@@ -1,40 +0,0 @@
-# $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=2
-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"
-        "memmem-decl.patch::https://github.com/kohler/t1utils/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch"
-        "LICENSE")
-sha512sums=('b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b'
-            '573a15133e8227100820039aaf5dea12d038674dd486510a38647e9f500c9de2c16034d99c8b26444f6c7253fe788833aa6dbd3f46be389bc1ca1b031deb51c8'
-            '82dbc206391a9f9116038be74360455c960ddb76e35fdeb123044f74c74014223c3b35d7f1894ae7224c7a9e091acc1ff00df2a43d38a856b4f75988fb4dbd3e')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # FS#57999 and https://github.com/kohler/t1utils/issues/8
-  patch -p1 -i "${srcdir}/memmem-decl.patch"
-}
-
-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"
-}
-

Copied: t1utils/repos/community-x86_64/PKGBUILD (from rev 634638, t1utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 16:14:46 UTC (rev 634639)
@@ -0,0 +1,39 @@
+# 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=3
+pkgdesc="A collection of simple Type 1 font manipulation programs"
+arch=('x86_64')
+url="https://www.lcdf.org/~eddietwo/type/#t1utils"
+license=("custom")
+depends=('glibc')
+source=("https://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz"
+        "memmem-decl.patch::https://github.com/kohler/t1utils/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch"
+        "LICENSE")
+sha512sums=('b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b'
+            '573a15133e8227100820039aaf5dea12d038674dd486510a38647e9f500c9de2c16034d99c8b26444f6c7253fe788833aa6dbd3f46be389bc1ca1b031deb51c8'
+            '82dbc206391a9f9116038be74360455c960ddb76e35fdeb123044f74c74014223c3b35d7f1894ae7224c7a9e091acc1ff00df2a43d38a856b4f75988fb4dbd3e')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#57999 and https://github.com/kohler/t1utils/issues/8
+  patch -p1 -i "${srcdir}/memmem-decl.patch"
+}
+
+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