freefont-ttf: update to 20120503.
This commit is contained in:
parent
e8e489d619
commit
18f1f5f35e
22
srcpkgs/freefont-ttf/files/conf.avail
Normal file
22
srcpkgs/freefont-ttf/files/conf.avail
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>FreeMono</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>FreeSans</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>FreeSerif</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
@ -1,24 +1,20 @@
|
|||||||
# Template file for 'freefont-ttf'
|
# Template file for 'freefont-ttf'
|
||||||
pkgname=freefont-ttf
|
pkgname=freefont-ttf
|
||||||
version=20100919
|
version=20120503
|
||||||
wrksrc=freefont-${version}
|
|
||||||
distfiles="http://ftp.gnu.org/gnu/freefont/${pkgname}-${version}.tar.gz"
|
|
||||||
fulldepends="font-util"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc=freefont-${version}
|
||||||
|
makedepends="unzip"
|
||||||
|
fulldepends="font-util"
|
||||||
short_desc="Free family of scalable outline fonts"
|
short_desc="Free family of scalable outline fonts"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=e471339040cf0aa53e6d5ee5a716fdeae0a0407314f8cea78db3ad1aae2c70e0
|
homepage="http://www.nongnu.org/freefont/"
|
||||||
long_desc="
|
license="GPL-2"
|
||||||
GNU FreeFont is a free family of scalable outline fonts, suitable for
|
distfiles="http://ftp.gnu.org/gnu/freefont/${pkgname}-${version}.zip"
|
||||||
general use on computers and for desktop publishing. It is Unicode-encoded
|
checksum=7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af
|
||||||
for compatibility with all modern operating systems."
|
|
||||||
|
|
||||||
noarch=yes
|
do_install() {
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
vmkdir usr/share/fonts/TTF
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
install -d ${DESTDIR}/usr/share/fonts/TTF
|
|
||||||
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
||||||
|
vinstall ${FILESDIR}/conf.avail 644 etc/fonts/conf.avail 69-freefont.conf
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user