Package Details: apple-fonts 6.0.1.1726709071-2

Git Clone URL: https://aur.archlinux.org/apple-fonts.git (read-only, click to copy)
Package Base: apple-fonts
Description: Fonts for Apple platforms, including San Francisco and New York typefaces
Upstream URL: https://developer.apple.com/fonts/
Licenses: custom
Provides: ttf-font
Submitter: ilbuonmarcio
Maintainer: ilbuonmarcio (Bubbu0129)
Last Packager: Bubbu0129
Votes: 39
Popularity: 2.11
First Submitted: 2021-03-13 19:14 (UTC)
Last Updated: 2025-01-06 12:19 (UTC)

Dependencies (1)

Required by (249)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

jvybihal commented on 2022-10-31 08:39 (UTC)

Just a thought, but there is too much packages with apple fonts all over the aur. (mis)labeled and/or sourced from whatever.

This package apple-fonts is the one I decided to use. It installs what I expect and works. But it would make much more sense, if this was just a meta package and pulls each font package in the "depends".

Or... if it itself wants to installs the fonts, it should definitely include properly defined provides and conflicts.

Also it does NOT check checksums of what it downloads and does download stuff in the package(), which, as I understand, is really not a good thing (build should be reproducible offline). This is not how PKGBUILDs should be written.

Thoughts?

ilbuonmarcio commented on 2022-06-22 10:09 (UTC)

Builds correctly for me with makepkg -si, unflagged as out-of-date

ilbuonmarcio commented on 2021-11-14 17:51 (UTC)

Thanks @jkilp, should be all good now!

jkilp commented on 2021-11-12 17:19 (UTC) (edited on 2021-11-12 17:29 (UTC) by jkilp)

@ilbuonmarcio

Had a look and it seems they've changed the naming of SFPro and SFCompact, this worked:

mkdir $pkgdir/fontfiles/

curl -O https://devimages-cdn.apple.com/design/resources/download/SF-Pro.dmg
7z x SF-Pro.dmg
cd SFProFonts
7z x 'SF Pro Fonts.pkg'
7z x 'Payload~'
mv Library/Fonts/* $pkgdir/fontfiles
cd ..

curl -O https://devimages-cdn.apple.com/design/resources/download/SF-Compact.dmg
7z x SF-Compact.dmg
cd SFCompactFonts
7z x 'SF Compact Fonts.pkg'
7z x 'Payload~'
mv Library/Fonts/* $pkgdir/fontfiles
cd ..

curl -O https://devimages-cdn.apple.com/design/resources/download/SF-Mono.dmg
7z x SF-Mono.dmg
cd SFMonoFonts
7z x 'SF Mono Fonts.pkg'
7z x 'Payload~'
mv Library/Fonts/* $pkgdir/fontfiles
cd ..

curl -O https://devimages-cdn.apple.com/design/resources/download/NY.dmg
7z x NY.dmg
cd NYFonts
7z x 'NY Fonts.pkg'
7z x 'Payload~'
mv Library/Fonts/* $pkgdir/fontfiles
cd ..

rm -r *.dmg NYFonts SFCompactFonts SFProFonts SFMonoFonts

mkdir -p $pkgdir/usr/share/fonts/OTF $pkgdir/usr/share/fonts/TTF
mv $pkgdir/fontfiles/*.otf $pkgdir/usr/share/fonts/OTF
mv $pkgdir/fontfiles/*.ttf $pkgdir/usr/share/fonts/TTF
rm -rf $pkgdir/fontfiles

ilbuonmarcio commented on 2021-11-12 16:57 (UTC)

@jkilp it can be that some files and directories of downloaded zipfiles are changed from before. Can you spot what changed? I'm currently unable to fix the issue at this point in time.

jkilp commented on 2021-11-12 16:54 (UTC)

Seems like this is broken, I'm getting:

PKGBUILD: line 18: cd: SanFranciscoPro: No such file or directory

ilbuonmarcio commented on 2021-07-02 18:48 (UTC)

Fixed, it was a file name change from their side!

ilbuonmarcio commented on 2021-07-01 23:01 (UTC)

I need to check on that and fix it, thanks for the alert!

erickochen commented on 2021-06-29 06:11 (UTC) (edited on 2021-06-29 06:12 (UTC) by erickochen)

Same issue.

Extracting archive: SF-Font-Pro.dmg

ERROR: SF-Font-Pro.dmg

SF-Font-Pro.dmg

Open ERROR: Can not open the file as [Dmg] archive