upgraded ttf-raleway on Malcer's request (contains support for further languages?)

This commit is contained in:
Fabian 2012-08-08 20:10:29 +00:00
parent 44b4e353c3
commit fa6ac06b58

View File

@ -2,17 +2,17 @@
pkgname=ttf-raleway pkgname=ttf-raleway
pkgver=1 pkgver=1
pkgrel=1 pkgrel=2
pkgdesc="A sans-serif typeface" pkgdesc="A sans-serif typeface"
arch=('any') arch=('any')
url="http://theleagueofmoveabletype.com/raleway/" url="http://theleagueofmoveabletype.com/raleway/"
license=('OFL') license=('OFL')
depends=('fontconfig' 'xorg-font-utils') depends=('fontconfig' 'xorg-font-utils')
install=ttf.install install=ttf.install
source=('http://theleagueofmoveabletype.com/raleway/download') source=('http://www.impallari.com/media/uploads/prosources/update-35-source.zip')
md5sums=('ff280d51659a149751a3fe194d2944b4') md5sums=('d61ac36dbb0efd1ffaddc78ab9a082f8')
package() { package() {
install -d ${pkgdir}/usr/share/fonts/TTF/ install -d ${pkgdir}/usr/share/fonts/TTF/
install -m644 ${srcdir}/theleagueof-raleway-40afd9d/*.ttf ${pkgdir}/usr/share/fonts/TTF/ install -m644 ${srcdir}/raleway-family-v2/*.ttf ${pkgdir}/usr/share/fonts/TTF/
} }