Date: Monday, May 21, 2018 @ 07:13:19 Author: arojas Revision: 324664
Update to 0.6.5 Modified: fonts-tlwg/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-21 07:07:34 UTC (rev 324663) +++ PKGBUILD 2018-05-21 07:13:19 UTC (rev 324664) @@ -2,7 +2,7 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=fonts-tlwg -pkgver=0.6.4 +pkgver=0.6.5 pkgrel=1 pkgdesc='Collection of scalable Thai fonts' url='https://linux.thai.net/projects/fonts-tlwg' @@ -11,7 +11,7 @@ makedepends=('fontforge') depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig') source=("https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('e008257c8e0b95dbd37e43d5a62a43ea1b33b5dc') +sha1sums=('1b05b5595daf7f03811de0573ab72eb85973bcf9') conflicts=('ttf-tlwg') provides=('ttf-tlwg') @@ -30,6 +30,9 @@ package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install + mkdir -p "$pkgdir"/etc/fonts + mv "$pkgdir"/usr/share/fontconfig/conf.avail "$pkgdir"/etc/fonts + rm -r "$pkgdir"/usr/share/fontconfig install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }
