mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:47:13 +08:00
upgraded ttf-raleway on Malcer's request (contains support for further languages?)
This commit is contained in:
parent
44b4e353c3
commit
fa6ac06b58
@ -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/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user