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

David Runge dvzrv at archlinux.org
Tue Oct 27 15:53:10 UTC 2020


    Date: Tuesday, October 27, 2020 @ 15:53:10
  Author: dvzrv
Revision: 734507

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 37 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 15:53:02 UTC (rev 734506)
+++ PKGBUILD	2020-10-27 15:53:10 UTC (rev 734507)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Simo Leone <neotuli at gmail.com>
-
-pkgname=t1utils
-pkgver=1.41
-pkgrel=4
-pkgdesc="Utilities for manupulating Adobe Type 1 font software "
-arch=('x86_64')
-url="https://github.com/kohler/t1utils"
-license=('custom')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kohler/${pkgname}/archive/v${pkgver}.tar.gz"
-        "${pkgname}-1.41-memmem-decl.patch::https://github.com/kohler/${pkgname}/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch")
-sha512sums=('155406eb56721ed2c3298c9ddd0a1bcac0f782f37dc209ed993fee356d4455b8462970b8da70f189bfff55ab60522cd9e4d1f505429f8008e57a15a5f75e1381'
-            '573a15133e8227100820039aaf5dea12d038674dd486510a38647e9f500c9de2c16034d99c8b26444f6c7253fe788833aa6dbd3f46be389bc1ca1b031deb51c8')
-b2sums=('6c6e20d5816a2333e5cc1fe619e28d0930343b58837ce839f076360993b37e40672d69858947368f375e2105c72fe8d2613a8e7b940f8dba05efbd024f142d98'
-        '571231de362261aa9f7cda5c0180e26027177703d40e8ad30d3a1edc51cd1190c93d9930db51ebf54dd2745a59feab7721232ebb3614d1568a47e439c240500a')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # check for memmem declaration
-  # FS#57999 and https://github.com/kohler/t1utils/issues/8
-  patch -p1 -i "${srcdir}/${pkgname}-1.41-memmem-decl.patch"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -vDm 644 {NEWS,README}.md \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-

Copied: t1utils/repos/community-x86_64/PKGBUILD (from rev 734506, t1utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-27 15:53:10 UTC (rev 734507)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Simo Leone <neotuli at gmail.com>
+
+pkgname=t1utils
+pkgver=1.42
+pkgrel=1
+pkgdesc="Utilities for manupulating Adobe Type 1 font software "
+arch=('x86_64')
+url="https://github.com/kohler/t1utils"
+license=('custom')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kohler/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('29e983a488a0c51e31fe45572d66cfa8a987d85b32f303873c35d0551db29c09d424eb10e76374f908ef62bc7c60236231bbddf40eb60f1be9652322da4b1f5e')
+b2sums=('5aabd8a559c79b8c4ee0711ce679dc8a6a091a7606261da7533b16b65295c0c12c0c77ac8f921a36a608e91584f90722c439127feeecde2480e6304428e7e6c0')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -vDm 644 {NEWS,README}.md \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+



More information about the arch-commits mailing list