Date: Tuesday, June 18, 2013 @ 17:49:25 Author: heftig Revision: 188730
0.0.13 Modified: cantarell-fonts/trunk/PKGBUILD Deleted: cantarell-fonts/trunk/21-cantarell-hinting.conf ---------------------------+ 21-cantarell-hinting.conf | 13 ------------- PKGBUILD | 13 +++---------- 2 files changed, 3 insertions(+), 23 deletions(-) Deleted: 21-cantarell-hinting.conf =================================================================== --- 21-cantarell-hinting.conf 2013-06-18 15:46:36 UTC (rev 188729) +++ 21-cantarell-hinting.conf 2013-06-18 15:49:25 UTC (rev 188730) @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> -<fontconfig> - <!-- Force the autohinter for Cantarell, as it does not have TT hinting --> - <match target="font"> - <test name="family" compare="eq" ignore-blanks="true"> - <string>Cantarell</string> - </test> - <edit name="autohint"> - <bool>true</bool> - </edit> - </match> -</fontconfig> Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-18 15:46:36 UTC (rev 188729) +++ PKGBUILD 2013-06-18 15:49:25 UTC (rev 188730) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> pkgname=cantarell-fonts -pkgver=0.0.12 +pkgver=0.0.13 pkgrel=1 pkgdesc="Cantarell font family" arch=('any') @@ -10,10 +10,8 @@ license=('GPL2') depends=('fontconfig') install=cantarell-fonts.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz - 21-cantarell-hinting.conf) -sha256sums=('3d509e1117dd92a6b80ef8b2586c89e178dc21a03c7c61f5c50772def5c4934b' - '7da2d00e68d9eeab071cb861fe7da35098d5164008f638a5a9c289f717924bd0') +source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz) +sha256sums=('afc53ffa27418932301a3bc030cf811684a1261faa761744fe2d3ce696b6492c') build() { cd $pkgname-$pkgver @@ -24,11 +22,6 @@ package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install - install -Dm644 ../21-cantarell-hinting.conf \ - "$pkgdir/etc/fonts/conf.avail/21-cantarell-hinting.conf" - install -d "$pkgdir/etc/fonts/conf.d" - ln -s ../conf.avail/21-cantarell-hinting.conf "$pkgdir/etc/fonts/conf.d" - ln -s ../conf.avail/31-cantarell.conf "$pkgdir/etc/fonts/conf.d" } # vim:set ts=2 sw=2 et: