mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
Fonts-TLWG: update to 0.7.0.
This commit is contained in:
parent
b3774e92ee
commit
11b4dccf3d
2 changed files with 15 additions and 4 deletions
1
srcpkgs/Fonts-TLWG-otf
Symbolic link
1
srcpkgs/Fonts-TLWG-otf
Symbolic link
|
@ -0,0 +1 @@
|
|||
Fonts-TLWG
|
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'Fonts-TLWG'
|
||||
pkgname=Fonts-TLWG
|
||||
version=0.6.5
|
||||
version=0.7.0
|
||||
revision=1
|
||||
wrksrc="fonts-tlwg-${version}"
|
||||
noarch=yes
|
||||
wrksrc="fonts-tlwg-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ttfdir=/usr/share/fonts/TTF"
|
||||
configure_args="--with-ttfdir=/usr/share/fonts/TTF --with-otfdir=/usr/share/fonts/OTF
|
||||
--enable-ttf"
|
||||
hostmakedepends="fontforge"
|
||||
depends="font-util"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
|
@ -14,8 +15,17 @@ maintainer="ColdPhoenix <coldphoenix@interia.pl>"
|
|||
license="GPL-2.0-or-later, Bitstream Font License"
|
||||
homepage="https://linux.thai.net/projects/fonts-tlwg"
|
||||
distfiles="https://github.com/tlwg/fonts-tlwg/releases/download/v${version}/fonts-tlwg-${version}.tar.xz"
|
||||
checksum=06faaa60f9bbbb178c788697dcc10676165595de1403b79c868bd57f60223bd1
|
||||
checksum=442793eed437c6866201759de207c9969bee1fd44a1c082d2e45cf2796dd3b08
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
Fonts-TLWG-otf_package() {
|
||||
noarch=yes
|
||||
short_desc="Thai fonts OTF"
|
||||
font_dirs="/usr/share/fonts/OTF"
|
||||
pkg_install() {
|
||||
vmove usr/share/fonts/OTF
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue