You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Brother MFC-J470DW printer and the package was so similar that I was able to adapt the newer MFC-J480DW Solus package to it, and here is the result. I am only moderately familiar with Solus packaging, so bare with me, although I did once-upon-a-time build packages for PISI/Pardus, but I have forgotten all of that by now...
Checklist
Package was built and tested against unstable
This change could gainfully be listed in the weekly sync notes once merged
I agree to license this contribution and all my previous contributions under the licensing terms in LICENSE.md and have the power and authority to grant those licenses.
I would love to see if this can work without installing anything to /opt. Would you be willing to try installing the files to ${installdir}/%libdir%, updating the symlinks, and see if it works?
I would love to see if this can work without installing anything to /opt. Would you be willing to try installing the files to ${installdir}/%libdir%, updating the symlinks, and see if it works?
It definitely is doable (as I've pushed a commit which avoids /opt completely that works), but if you want it to completely stay away from /opt you'll have to patch a binary called ImagingArea, as I've done in the latest commit...
The other option would be a symlink in /opt, or just leave it alone.
Error: Package release is not incremented by 1 (ref: 5020f73acdecb79537da8d5621f7add4e9ca4d31)
It is the first release for this new package, so it shouldn't need to be incremented...
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
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.
Summary
I have a Brother MFC-J470DW printer and the package was so similar that I was able to adapt the newer MFC-J480DW Solus package to it, and here is the result. I am only moderately familiar with Solus packaging, so bare with me, although I did once-upon-a-time build packages for PISI/Pardus, but I have forgotten all of that by now...
Checklist