Fonts-TLWG: update to 0.6.5. (#275)
This commit is contained in:
parent
93757a4bae
commit
be93ae9f2b
1 changed files with 9 additions and 9 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'Fonts-TLWG'
|
||||
pkgname=Fonts-TLWG
|
||||
version=0.6.4
|
||||
version=0.6.5
|
||||
revision=1
|
||||
wrksrc=fonts-tlwg-${version}
|
||||
wrksrc="fonts-tlwg-${version}"
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ttfdir=/usr/share/fonts/TTF"
|
||||
hostmakedepends="fontforge xbps-triggers"
|
||||
depends="font-util xbps-triggers"
|
||||
hostmakedepends="fontforge"
|
||||
depends="font-util"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
short_desc="Thai fonts TTF"
|
||||
maintainer="ColdPhoenix <coldphoenix@interia.pl>"
|
||||
license="GPL-2, Bitstream Font License"
|
||||
license="GPL-2.0-or-later, Bitstream Font License"
|
||||
homepage="https://linux.thai.net/projects/fonts-tlwg"
|
||||
distfiles="https://linux.thai.net/pub/thailinux/software/fonts-tlwg/fonts-tlwg-${version}.tar.xz"
|
||||
checksum=e82da504bb31e148a5d1de3fe39dda49933cc7e06b9b377c6c50a8a995d16b32
|
||||
noarch="yes"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
distfiles="https://github.com/tlwg/fonts-tlwg/releases/download/v${version}/fonts-tlwg-${version}.tar.xz"
|
||||
checksum=06faaa60f9bbbb178c788697dcc10676165595de1403b79c868bd57f60223bd1
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue