[arch-commits] Commit in fonts-tlwg/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Nov 4 18:06:00 UTC 2018


    Date: Sunday, November 4, 2018 @ 18:05:59
  Author: arojas
Revision: 337839

Update to 0.7.1

Modified:
  fonts-tlwg/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 17:57:19 UTC (rev 337838)
+++ PKGBUILD	2018-11-04 18:05:59 UTC (rev 337839)
@@ -1,7 +1,7 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=fonts-tlwg
-pkgver=0.6.5
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Collection of scalable Thai fonts'
 url='https://linux.thai.net/projects/fonts-tlwg'
@@ -10,7 +10,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=('1b05b5595daf7f03811de0573ab72eb85973bcf9')
+sha1sums=('5a2c2090e92c382170808f5bb7d1518c57b8894e')
 
 conflicts=('ttf-tlwg')
 provides=('ttf-tlwg')
@@ -21,8 +21,9 @@
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
-    --with-ttfdir=/usr/share/fonts/TTF \
-
+    --enable-ttf \
+    --disable-otf \
+    --with-ttfdir=/usr/share/fonts/TTF
   make
 }
 



More information about the arch-commits mailing list