25 lines
844 B
Bash
25 lines
844 B
Bash
# Template file for 'cantarell-fonts'
|
|
pkgname=cantarell-fonts
|
|
version=0.0.20
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
depends="fontconfig"
|
|
short_desc="Cantarell family of TrueType fonts"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://abattis.org/cantarell/"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
|
|
checksum=fb78a5cb6bdcfc464b763a030186c818080860107283bff8adcbb2d084f8f8de
|
|
|
|
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
|
|
}
|