2011-04-07 09:27:32 +02:00
|
|
|
# Template file for 'cantarell-fonts'
|
|
|
|
pkgname=cantarell-fonts
|
2012-12-21 08:52:46 +01:00
|
|
|
version=0.0.12
|
2012-06-12 17:00:40 +02:00
|
|
|
revision=1
|
2012-12-21 08:52:46 +01:00
|
|
|
noarch=yes
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config"
|
|
|
|
fulldepends="fontconfig"
|
2011-04-07 09:27:32 +02:00
|
|
|
short_desc="Cantarell family of TrueType fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-06-12 17:00:40 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
|
2012-12-21 08:52:46 +01:00
|
|
|
checksum=3d509e1117dd92a6b80ef8b2586c89e178dc21a03c7c61f5c50772def5c4934b
|
2011-04-07 09:27:32 +02:00
|
|
|
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."
|
|
|
|
|
2012-03-27 07:25:29 +02:00
|
|
|
post_install() {
|
|
|
|
vmkdir etc/fonts/conf.d
|
2011-04-07 09:27:32 +02:00
|
|
|
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
|
|
|
|
}
|