Patches for various AUR packages.
Please report installation failures or bugs in the issue tracker of this repository — Many patches contained in this repository modify the way packages are built or the package’s source code. If your issue persists even with the unpatched version then reporting the problem to the original packager is recommended.
Use the install and uninstall shell scripts located in the repository
root to manage the installation and removal of patches packages.
./install package_name_here./uninstall package_name_hereThese patches are mainly intended for my personal use but feel free to use them, create issues, or pull-requests.
Conventional commits are preferred for pull-requests in the following format:
type(package_name): message
Example commit:
fix(kwin-effects-forceblur-git): add missing depedency
All patches should provide an “explainer” file which explains what the purpose of the patch is. Orgmode is preferred for this, but Markdown is also acceptable. Templates for both are available in the repository root.
Orgmode template: explainer-template.org Markdown template: explainer-template.md
All patches must contain a .gitignore which ignores the cloned package. This is to ensure that
only patches are ever committed and not package sources.
If your package’s name is my-package, your .gitignore would look like this:
my-package/