a08d005693
--HG-- branch : gnome3
25 lines
819 B
Text
25 lines
819 B
Text
# Template file for 'cantarell-fonts'
|
|
pkgname=cantarell-fonts
|
|
version=0.0.6
|
|
distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Cantarell family of TrueType fonts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=bf2cce939aeea3244f6786cd6b09dd40e63d65fadd5f3e37f354baf68d4d91df
|
|
long_desc="
|
|
The Cantarell typeface family is a contemporary Humanist
|
|
sans serif, and is used by the GNOME project for its user
|
|
interface and the Fedora project."
|
|
|
|
noarch=yes
|
|
Add_dependency build pkg-config
|
|
Add_dependency full fontconfig
|
|
|
|
post_install()
|
|
{
|
|
install -d ${DESTDIR}/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
|
|
}
|