-
-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dissect: add module packages #4361
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a lot of work. I don't have time to test this right now. At a glance I can see license identifiers are old, could you upgrade to SPDX identifier please?
I hope in the long run that won't turn to be a hell to maintain and that we won't need to switch to virtualenv.
Licenses upgraded. I did basic tests on all of them during packaging and they worked correctly. |
Yes but it will be soon obsolete when AL RFC-0016 will be finalised. https://wiki.archlinux.org/title/PKGBUILD#license
|
At least we can manage that massive license change by 1 or 2 sed commands. Btw thanks for the last link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, also check, if something is being compiled use arch=('x86_64' 'aarch64')
otherwise you can leave arch=('any')
@D3vil0p3r wrong arch setups :/ i've fixed them - please check my last commits for |
Sorry @noptrix during the building of them I noted that it produced |
Close #3688