2011-04-07 07:27:32 +00:00
|
|
|
# Template file for 'cantarell-fonts'
|
|
|
|
pkgname=cantarell-fonts
|
2013-09-25 07:14:47 +00:00
|
|
|
version=0.0.15
|
2013-06-18 17:22:56 +00:00
|
|
|
revision=1
|
2014-01-01 15:10:11 +00:00
|
|
|
noarch="yes"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-12 06:55:23 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="fontconfig"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="${makedepends}"
|
2011-04-07 07:27:32 +00:00
|
|
|
short_desc="Cantarell family of TrueType fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-29 09:33:14 +00:00
|
|
|
homepage="http://abattis.org/cantarell/"
|
|
|
|
license="GPL-2"
|
2012-06-12 15:00:40 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
|
2013-09-25 07:14:47 +00:00
|
|
|
checksum=521cdcc8c9ad4a187816ad79736a8b428d5243b0569543966cf3d22cddffbc7e
|
2011-04-07 07:27:32 +00:00
|
|
|
|
2012-03-27 05:25:29 +00:00
|
|
|
post_install() {
|
|
|
|
vmkdir etc/fonts/conf.d
|
2011-04-07 07:27:32 +00: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
|
2013-01-29 09:33:14 +00:00
|
|
|
vinstall ${FILESDIR}/21-cantarell-hinting.conf 644 etc/fonts/conf.avail
|
|
|
|
ln -s ../conf.avail/21-cantarell-hinting.conf ${DESTDIR}/etc/fonts/conf.d
|
2011-04-07 07:27:32 +00:00
|
|
|
}
|