[arch-commits] Commit in xorg-bdftopcf/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Allan McRae
allan at archlinux.org
Thu May 7 03:14:29 UTC 2020
Date: Thursday, May 7, 2020 @ 03:14:28
Author: allan
Revision: 382502
archrelease: copy trunk to extra-x86_64
Added:
xorg-bdftopcf/repos/extra-x86_64/PKGBUILD
(from rev 382501, xorg-bdftopcf/trunk/PKGBUILD)
Deleted:
xorg-bdftopcf/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 61 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 30 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-07 03:14:14 UTC (rev 382501)
+++ PKGBUILD 2020-05-07 03:14:28 UTC (rev 382502)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-bdftopcf
-pkgver=1.1
-pkgrel=1
-pkgdesc="Convert X font from Bitmap Distribution Format to Portable Compiled Format"
-arch=(i686 x86_64)
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-util-macros' 'xproto' 'fontsproto')
-groups=('xorg' 'xorg-apps')
-source=(https://xorg.freedesktop.org/archive/individual/app/bdftopcf-${pkgver}.tar.bz2{,.sig})
-sha256sums=('4b4df05fc53f1e98993638d6f7e178d95b31745c4568cee407e167491fd311a2'
- 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E' # "Alan Coopersmith <alan.coopersmith at oracle.com>"
- '995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson <ajax at nwnk.net>"
-
-build() {
- cd "${srcdir}/bdftopcf-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/bdftopcf-${pkgver}"
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: xorg-bdftopcf/repos/extra-x86_64/PKGBUILD (from rev 382501, xorg-bdftopcf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-07 03:14:28 UTC (rev 382502)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-bdftopcf
+pkgver=1.1
+pkgrel=2
+pkgdesc="Convert X font from Bitmap Distribution Format to Portable Compiled Format"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-util-macros' 'xorgproto')
+groups=('xorg' 'xorg-apps')
+source=(https://xorg.freedesktop.org/archive/individual/app/bdftopcf-${pkgver}.tar.bz2{,.sig})
+sha256sums=('4b4df05fc53f1e98993638d6f7e178d95b31745c4568cee407e167491fd311a2'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E' # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+ '995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson <ajax at nwnk.net>"
+
+build() {
+ cd "${srcdir}/bdftopcf-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/bdftopcf-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list