[arch-commits] Commit in font-bh-ttf/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jun 29 09:19:01 UTC 2020


    Date: Monday, June 29, 2020 @ 09:19:01
  Author: andyrtr
Revision: 390581

upgpkg: font-bh-ttf 1.0.3-6: remove transitional package xorg-font-utils / remove unneeded fontconfig and xorg-mkfontscale dependencies

Modified:
  font-bh-ttf/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 09:07:54 UTC (rev 390580)
+++ PKGBUILD	2020-06-29 09:19:01 UTC (rev 390581)
@@ -3,18 +3,20 @@
 
 pkgname=font-bh-ttf
 pkgver=1.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc='X.org Luxi Truetype fonts'
 url='https://xorg.freedesktop.org/'
 license=('custom')
 arch=('any')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+makedepends=('xorg-mkfontscale' 'xorg-util-macros')
 source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
 sha256sums=('1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF
+	./configure --prefix=/usr \
+          --with-fontdir=/usr/share/fonts/TTF \
+          --with-fc-confdir=/etc/fonts
 	make
 }
 



More information about the arch-commits mailing list