[WIP] New package: zotero-8.0.2#58915
Draft
remisphere wants to merge 1 commit intovoid-linux:masterfrom
Draft
Conversation
related issues: void-linux#21434, void-linux#25508
remisphere
commented
Feb 11, 2026
Author
remisphere
left a comment
There was a problem hiding this comment.
huh, forgot to submit the comment
| vsrcextract -C chrome/content/zotero/xpcom/utilities "utilities.tar.gz" | ||
| vsrcextract -C chrome/content/zotero/xpcom/utilities/resource/schema/global "utilities_schema.tar.gz" | ||
| # WARN: This is Firefox's **binaries** release, not the source. | ||
| vsrccopy "firefox-${_firefox_version}-x86_64.tar.xz" app/xulrunner/ # TODO: firefox alt archs |
Author
There was a problem hiding this comment.
This is problematic.
They download a binary release For Firefox and delete, search and replace a bunch of stuff in there during the build.
Ideally I guess, this would be replaced by the xbps packaged version.
I'm trying to do this by adding firefox-esr as dependency, and tarxzing /usr/lib/firefox pre-build (no luck this far), but it feels hackish;
is there a more straightforward way of getting a tarball of the packaged version ?
They use the latest Firefox ESR release (140.7.0 at this time), which differs from the latest void-packaged one (140.2.0), that doesn't help with testing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related issues: #21434, #25508
Testing the changes
New package
Local build testing
Status
This currently builds and seems to run,
but,
distfilesbut I doubt this is satisfactory enoughfirefox-esr(which is behind schedule, currently at 140.2.0 while zotero uses 140.7.0)XBPS_TARGET_MACHINE, there will have to be some switch case sprinkling