Search Criteria
Package Details: otf-new-york 1-3
Git Clone URL: | https://aur.archlinux.org/otf-new-york.git (read-only, click to copy) |
---|---|
Package Base: | otf-new-york |
Description: | Apple-designed serif typeface based on essential aspects of historical type styles. |
Upstream URL: | https://developer.apple.com/fonts/ |
Licenses: | |
Submitter: | harrybeadle |
Maintainer: | Grelek |
Last Packager: | Grelek |
Votes: | 6 |
Popularity: | 0.54 |
First Submitted: | 2019-07-25 12:02 |
Last Updated: | 2021-01-25 14:41 |
Latest Comments
CrunchySnake commented on 2021-01-25 16:37
The problem mentioned by @constb an be fixed by doing something like this:
This will rename the DMG file something differently on each update.
constb commented on 2019-11-29 03:13
The checksum error is because makepkg doesn't re-download DMG-file. It runs checks against the copy that's left after previous install and fails.
After deleting the DMG, it ran curl again and eventually install was successful… Is this a makepkg issue?
garfunkel commented on 2019-11-28 13:15
Nice! One thing, it looks like you forgot to re-generate the .SRCINFO file. ;)
harrybeadle commented on 2019-11-28 09:06
@garfunkel Changed so 7zip is the only make dependency - thanks!
garfunkel commented on 2019-11-27 13:31
There are missing .so errors with the xar dependency, so this currently doesn't build.
A better approach is to remove xar as a dependency entirely, as it is not needed. Nor is cpio or dmg2img or gzip. 7z is able to do all the work and is already a dependency.
makedepends=('p7zip')
prepare() {
7z x NY-Font.dmg
7z x "NYFonts/NY Fonts.pkg"
7z x "Payload~"
}
Altus commented on 2019-11-14 12:43
Hi, I just tried to install this package today and got a failed validity check error with the NY-Font.dmg file.