summaryrefslogtreecommitdiff
path: root/user/arcticfox
AgeCommit message (Collapse)AuthorFilesLines
2024-11-29user/arcticfox: Provide firefox-esr with low verA. Wilcox1-0/+1
This allows us to put 'firefox-esr' back in the Standard case of Horizon, because on PPC where firefox-esr isn't available APK will fall back to Arctic Fox. But on platforms where the real Firefox is available, it will install that.
2024-11-24user/[foxes]: Ensure proper somask on all Moz s/wA. Wilcox1-0/+4
Right now, Arctic Fox, Firefox, and Thunderbird all conflict with each other because abuild finds their .so files. These files are local to their respective apps (in /usr/lib/$pkgname) but are picked up because we have to set ldpath or else abuild will complain that libs are missing. Set the somask to all of their installed libs so they stop conflicting. Also, fix Skia build on little endian systems.
2024-11-24user/arcticfox: New packageA. Wilcox6-0/+281
This browser would not be necessary if Firefox worked on the PPCs. Tested on 32-bit and 64-bit PowerPC.