Hi!
Zotero 8 ships ARM Linux Support, see: https://www.zotero.org/blog/zotero-8/#arm-linux-support
We have been testing this in the zotero-beta-bin (https://aur.archlinux.org/packages/zotero-beta-bin) for a while now already and it works great.
Here is the commit from August last year that introduced aarch64 support in zotero-beta-bin: https://aur.archlinux.org/cgit/aur.git/commit/?h=zotero-beta-bin&id=2f13b4807337db19dd0b898efa6d0af16bb64b60
Now that Zotero 8 is released, it would be great if this zotero package could also support aarch64:
It's actually quite easy, just one workaround is needed because CARCH refers to aarch64 in Arch, but the staging folder of Zotero uses arm64 in its name.
To make things easy I set up things in a zotero_aarch64 branch here: https://github.com/mkurz/aur/commits/zotero_aarch64
That branch contains just one commit on top of your zotero branch you maintain, with the fix necessary: https://github.com/mkurz/aur/commit/bf9b1a60f2aa710ea28c6c3845f4b77730ff060e
You can apply that code now easily in your repo with:
git remote add mkurz git@github.com:mkurz/aur.git
git fetch mkurz zotero_aarch64
git merge mkurz/zotero_aarch64
I have tested that branch on my aarch64 (Asahi Linux) and it works great, the package will be created correctly.
Afterwards you could release a new version - please do not forget to bump pkgrel.
Would be great if you could do that :) What do you think?
Thank you very much!
PS: I also added a similiar commit to https://aur.archlinux.org/packages/zotero-bin to make things work over there as well.
Pinned Comments
agkphysics commented on 2023-06-14 11:31 (UTC)
@jeyes https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
agkphysics commented on 2023-02-08 10:12 (UTC)
If people are having issues, try building with
extra-x86_64-buildin a clean chroot.