Improve packaging and project structure, Add PKGBUILD for archlinux#4
Open
casualsnek wants to merge 8 commits intoarfelious:mainfrom
Open
Improve packaging and project structure, Add PKGBUILD for archlinux#4casualsnek wants to merge 8 commits intoarfelious:mainfrom
casualsnek wants to merge 8 commits intoarfelious:mainfrom
Conversation
added 6 commits
February 22, 2026 19:55
Author
|
I have tested that package build and install properly within archlinux, including the DKMS module. Please test other use cases and methods of usage and let me know if anything is broken |
Owner
|
Packaging into separate parts makes sense. I am ok with the directory structure changes as far as I could see. I haven't gone through all the changes yet, though. There seems to be a conflict after my latest commit, can you resolve it while I go through the rest of the changes? |
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.
This PR changes the project structure to standard python application package structure.
This also introduces support for ArchLinux PKGBUILD that allows packaging the project's Kernel Module Part and Fan Control Application Parts seperately, while ensuring that the application writes to same directories and makes same changes however it is used, either directly with python, uv, pipx or as system installed packages.
It also add proper entry points for application in python build system so the app can be launched easily after installation.