Package Details: ttf-mac 10.8.1-5

Package Base: ttf-mac
Description: Mac OS X TrueType fonts. Please consult https://github.com/GutenYe/aur/tree/master/ttf-mac for Installation.
Upstream URL: http://www.apple.com/osx/
Category: x11
Licenses: custom
Submitter: GutenYe
Maintainer: GutenYe
Last Packager: None
Votes: 12
First Submitted: 2012-09-16 07:39
Last Updated: 2012-09-23 11:41

Dependencies (1)

Required by (0)

Sources

  • 6
  • 6
  • 8
  • 8
  • Apple
  • Apple
  • Apple
  • Apple
  • Apple
  • Bold.ttf
  • Braille
  • Braille
  • Braille
  • Braille
  • Braille.ttf
  • Courier.dfont
  • Dot.ttf
  • Dot.ttf
  • Dot.ttf
  • Dot.ttf
  • Geeza
  • Geeza
  • Geneva.dfont
  • Helvetica.dfont
  • HelveticaNeue.dfont
  • HelveticaNeueDeskUI.ttc
  • Keyboard.ttf
  • LucidaGrande.ttc
  • MarkerFelt.ttc
  • Menlo.ttc
  • Monaco.dfont
  • Outline
  • Outline
  • Pinpoint
  • Pinpoint
  • Pro
  • Pro.ttf
  • Symbol.ttf
  • Thonburi.ttf
  • ThonburiBold.ttf
  • Times.dfont
  • ZapfDingbats.ttf

Latest Comments

Comment by Wr8rR

2014-01-12 13:34

Well, it's a shame. But as far as I know the other ttf-mac package, ttf-mac-fonts, include Lucida fonts which they have too Copyright.

Comment by GutenYe

2014-01-11 12:05

@Wr8rR

due to copyright, we can't include these fonts in the PKGBUILD.

Comment by Wr8rR

2014-01-10 17:46

I've marked this package as out of date. I build my own PKGBUILD following the GutenYe's instructions because the old PKGBUILD required downloading fonts.

# Maintainer: Guten Ye
# Contributor: Wr8rR

pkgname=ttf-mac
pkgver=10.8.1
pkgrel=5
pkgdesc='Mac OS X TrueType fonts. Please consult https://github.com/GutenYe/aur/tree/master/ttf-mac for Installation.'
arch=('any')
source=('https://invisible-files.googlecode.com/files/ttf-mac-fonts.tar.gz')
license=('custom')
depends=('fontconfig')
makedepends=('fondu')
install='install'

prepare() {
tar xvfz ttf-mac-fonts.tar.gz -C $srcdir
}

package() {
cd "$srcdir/ttf-mac-fonts"
fondu -force *.dfont
install -dm755 "$pkgdir/usr/share/fonts/TTF"
install -m644 *.ttf *.ttc "$pkgdir/usr/share/fonts/TTF"
}
md5sums=('4f84a9630c3c8faf1f4ba8ea075108bc')

Comment by GutenYe

2012-12-19 05:54

@lybin

It doesn't contain any actual .ttf files, you need to find them by yourself.

Comment by lybin

2012-12-18 20:48

==> Making package: ttf-mac 10.8.1-5 (Wed Dec 19 03:47:48 NOVT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
==> ERROR: Apple Braille.ttf was not found in the build directory and is not a URL.
==> ERROR: Makepkg was unable to build ttf-mac.

Comment by roi.dm

2012-09-16 12:00

yeah ur right , i did the same as you, thx for the tip :)

Comment by GutenYe

2012-09-16 10:25

Because Times.dfont file size is 0. You can't copy /mnt/mac/.. font files under linux. (I don't know why. maybe symbol link?)

What I did is login into Mac OS X and copy them to a directory.

Comment by roi.dm

2012-09-16 10:04

hi there!!

Can't find an appropriate resource fork in Courier.dfont
Can't find an appropriate resource fork in Geneva.dfont
Can't find an appropriate resource fork in Helvetica.dfont
Can't find an appropriate resource fork in HelveticaNeue.dfont
Can't find an appropriate resource fork in Monaco.dfont
Can't find an appropriate resource fork in Times.dfont

Comment by GutenYe

2012-09-16 07:57

yes. you need move fonts manually. the github link works now.

Anonymous comment

2012-09-16 07:55

Ohh i see... but the github link is 404, so i have to download and move he fonts manually into the source folder?

Comment by GutenYe

2012-09-16 07:54

@hg2rbw

Just like ttf-ms-win8 package, for copyright reason, it doesn't contain any fonts. please consult https://github.com/GutenYe/aur/tree/master/ttf-mac README.

Anonymous comment

2012-09-16 07:51

Did you try to install this package? It doesn't find the fonts. Please fix it.