1 # Maintainer: loonyphoenix <loonyphoenix at gmail dot com>
2 # Contributor: birdflesh <antkoul at gmail dot com>
3 # Contributor: Army <uli.armbruster@gmail.com>
4 # Contributor: Thayer Williams <thayer@archlinux.org>
5 # Contributor: dale <dale@archlinux.org>
7 # This package is a modified ttf-ms-fonts without Arial, Times New Roman and Courier New.
8 # These fonts have free metric substitutes, which are Liberation Sans, Liberation Serif and
9 # Liberation Mono. This package depends upon the ttf-liberation package that contains them.
11 pkgname=ttf-ms-webfonts
14 pkgdesc="Core TTF Fonts from Microsoft minus Arial, Times New Roman and Courier New"
16 url="http://corefonts.sourceforge.net/"
17 license=('custom:microsoft')
18 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils' 'ttf-liberation')
19 makedepends=('cabextract')
20 conflicts=('ttf-ms-fonts')
21 provides=('ttf-ms-fonts')
22 install=$pkgname.install
23 _sfpath="http://downloads.sourceforge.net/corefonts"
24 source=(${_sfpath}/andale32.exe ${_sfpath}/comic32.exe ${_sfpath}/georgi32.exe
25 ${_sfpath}/impact32.exe ${_sfpath}/trebuc32.exe ${_sfpath}/verdan32.exe
26 ${_sfpath}/webdin32.exe
28 md5sums=('cbdc2fdd7d2ed0832795e86a8b9ee19a'
29 '2b30de40bb5e803a0452c7715fc835d1'
30 '4d90016026e2da447593b41a8d8fa8bd'
31 '7907c7dd6684e9bade91cff82683d9d7'
32 '0d7ea16cac6261f8513a061fbfcdb2b5'
33 '12d2a75f8156e10607be1eaa8e8ef120'
34 '230a1d13a365b22815f502eb24d9149b'
35 '7a760fc266e256421078597e47f1af68')
38 install -dm755 ${pkgdir}/usr/share/fonts/TTF
39 for font in ${srcdir}/*.exe
41 cabextract --lowercase --directory=${pkgdir}/usr/share/fonts/TTF/ ${font} -F '*.ttf'
43 install -Dm644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE