mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
liberation-fonts-ttf: update to 2.1.0.
This commit is contained in:
parent
4c9f33a59b
commit
158256732a
1 changed files with 9 additions and 8 deletions
|
@ -1,21 +1,24 @@
|
||||||
# Template file for 'liberation-fonts-ttf'
|
# Template file for 'liberation-fonts-ttf'
|
||||||
pkgname=liberation-fonts-ttf
|
pkgname=liberation-fonts-ttf
|
||||||
version=2.00.5
|
version=2.1.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
makedepends="font-util xbps-triggers"
|
wrksrc=${pkgname%-*}-${version}
|
||||||
depends="${makedepends}"
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="fontforge fonttools"
|
||||||
|
depends="font-util"
|
||||||
short_desc="TrueType fonts from RedHat"
|
short_desc="TrueType fonts from RedHat"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="OFL-1.1"
|
license="OFL-1.1"
|
||||||
homepage="https://github.com/liberationfonts/liberation-fonts"
|
homepage="https://github.com/liberationfonts/liberation-fonts"
|
||||||
distfiles="https://github.com/liberationfonts/liberation-fonts/files/2926169/liberation-fonts-ttf-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/liberationfonts/liberation-fonts/devel/ChangeLog"
|
||||||
checksum=f14ff0a0be87b5aeb672e669363b5a699db76feb1144b06798261c0fdcd2b24d
|
distfiles="https://github.com/liberationfonts/liberation-fonts/archive/${version}.tar.gz"
|
||||||
|
checksum=a7761e42b43dfd0b4580f411829062ef98a6de6c2bafe0bfaf3041eb057d9107
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fonts/TTF
|
vmkdir usr/share/fonts/TTF
|
||||||
install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF
|
install -m644 ${pkgname}-${version}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
||||||
|
|
||||||
# install fontconfig files
|
# install fontconfig files
|
||||||
vinstall ${FILESDIR}/30-0-liberation-mono.conf 644 \
|
vinstall ${FILESDIR}/30-0-liberation-mono.conf 644 \
|
||||||
|
@ -24,6 +27,4 @@ do_install() {
|
||||||
etc/fonts/conf.avail 30-${pkgname}-sans.conf
|
etc/fonts/conf.avail 30-${pkgname}-sans.conf
|
||||||
vinstall ${FILESDIR}/30-0-liberation-serif.conf 644 \
|
vinstall ${FILESDIR}/30-0-liberation-serif.conf 644 \
|
||||||
etc/fonts/conf.avail 30-${pkgname}-serif.conf
|
etc/fonts/conf.avail 30-${pkgname}-serif.conf
|
||||||
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue