[arch-commits] Commit in font-bh-ttf/repos (testing-any testing-any/PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Mar 26 00:53:26 UTC 2021


    Date: Friday, March 26, 2021 @ 00:53:26
  Author: heftig
Revision: 411047

archrelease: copy trunk to testing-any

Added:
  font-bh-ttf/repos/testing-any/
  font-bh-ttf/repos/testing-any/PKGBUILD
    (from rev 411046, font-bh-ttf/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: font-bh-ttf/repos/testing-any/PKGBUILD (from rev 411046, font-bh-ttf/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2021-03-26 00:53:26 UTC (rev 411047)
@@ -0,0 +1,31 @@
+#Maintainer: Gaetan Bisson <bisson at archlinux.org>
+#Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=font-bh-ttf
+pkgver=1.0.3
+pkgrel=7
+pkgdesc='X.org Luxi Truetype fonts'
+url='https://xorg.freedesktop.org/'
+license=('custom')
+arch=('any')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --with-fontdir=/usr/share/fonts/TTF \
+    --with-fc-confdir=/usr/share/fontconfig \
+    MKFONTSCALE=/bin/true MKFONTDIR=/bin/true
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install \
+    actualconfigdir=/usr/share/fontconfig/conf.default
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list