32 lines
933 B
Plaintext
32 lines
933 B
Plaintext
# Template file for 'cantarell-fonts'
|
|
pkgname=cantarell-fonts
|
|
version=0.0.12
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fontconfig"
|
|
short_desc="Cantarell family of TrueType fonts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://abattis.org/cantarell/"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
|
|
checksum=3d509e1117dd92a6b80ef8b2586c89e178dc21a03c7c61f5c50772def5c4934b
|
|
|
|
post_install() {
|
|
vmkdir etc/fonts/conf.d
|
|
mv ${DESTDIR}/usr/share/fontconfig/conf.avail \
|
|
${DESTDIR}/etc/fonts/conf.avail
|
|
rmdir ${DESTDIR}/usr/share/fontconfig
|
|
ln -s ../conf.avail/31-cantarell.conf ${DESTDIR}/etc/fonts/conf.d
|
|
vinstall ${FILESDIR}/21-cantarell-hinting.conf 644 etc/fonts/conf.avail
|
|
ln -s ../conf.avail/21-cantarell-hinting.conf ${DESTDIR}/etc/fonts/conf.d
|
|
}
|
|
|
|
cantarell-fonts_package() {
|
|
depends="fontconfig"
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|