Package Details: apple-fonts 1.0.5-1

Git Clone URL: https://aur.archlinux.org/apple-fonts.git (read-only, click to copy)
Package Base: apple-fonts
Description: Apple San Francisco, New York fonts, directly from Apple official source
Upstream URL: https://developer.apple.com/fonts/
Licenses: custom
Provides: ttf-font
Submitter: ilbuonmarcio
Maintainer: ilbuonmarcio (Bubbu0129)
Last Packager: Bubbu0129
Votes: 29
Popularity: 0.36
First Submitted: 2021-03-13 19:14 (UTC)
Last Updated: 2024-02-27 14:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

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

rustatian commented on 2021-06-28 08:37 (UTC)

Error during the build:

7-Zip [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28
p7zip Version 17.04 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,32 CPUs x64)

Scanning the drive for archives:
1 file, 243 bytes (1 KiB)

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



Can't open as archive: 1
Files: 0
Size:       0
Compressed: 0