liberation-fonts-ttf: update to 2.00.0.

This commit is contained in:
Juan RP 2012-08-07 23:27:08 +02:00
parent a5ea0ea287
commit 0c3ddd68b2
1 changed files with 6 additions and 7 deletions

View File

@ -1,14 +1,14 @@
# Template build file for 'liberation-fonts-ttf'. # Template build file for 'liberation-fonts-ttf'.
pkgname=liberation-fonts-ttf pkgname=liberation-fonts-ttf
version=1.07.1 version=2.00.0
homepage="http://www.redhat.com/promo/fonts/"
distfiles="https://fedorahosted.org/releases/l/i/${pkgname%-ttf}/$pkgname-$version.tar.gz"
fulldepends="font-util"
revision=1 revision=1
fulldepends="font-util"
short_desc="TrueType fonts from RedHat" short_desc="TrueType fonts from RedHat"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, ${pkgname}" license="GPL-2, ${pkgname}"
checksum=de646f7dc38ce0941247ba694a1a8372e0b7c2d79478e1ec83b67ac8d0e92d48 homepage="http://www.redhat.com/promo/fonts/"
distfiles="https://fedorahosted.org/releases/l/i/liberation-fonts/${pkgname}-${version}.tar.gz"
checksum=3b7214e7352b8e4990c71018031ecb0f40d6793f140d7a956d7345997c8c5100
long_desc=" long_desc="
On May 9, 2007, Red Hat announced the public release of these fonts On May 9, 2007, Red Hat announced the public release of these fonts
under the trademark LIBERATION at the Red Hat Summit. There are three under the trademark LIBERATION at the Red Hat Summit. There are three
@ -18,12 +18,11 @@ long_desc="
substitute for Courier New, Cumberland, Courier, Nimbus Mono L, substitute for Courier New, Cumberland, Courier, Nimbus Mono L,
and Bitstream Vera Sans Mono)." and Bitstream Vera Sans Mono)."
noarch=yes noarch=yes
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 *.ttf ${DESTDIR}/usr/share/fonts/TTF
vinstall COPYING 644 usr/share/licenses/${pkgname} vinstall LICENSE 644 usr/share/licenses/${pkgname}
} }