Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

lilyvex/aurpatches

Repository files navigation

aurpatches

Patches for various AUR packages.

Reporting Installation Failures or Bugs

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.

Usage

Use the install and uninstall shell scripts located in the repository root to manage the installation and removal of patches packages.

Installation

./install package_name_here

Removal

./uninstall package_name_here

About

These patches are mainly intended for my personal use but feel free to use them, create issues, or pull-requests.

Pull-request Considerations

Conventional Commits

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

Patch Explainers

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

.gitignore File

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/

About

Various patches for AUR packages (Moved to Codeberg)

Topics

Resources

License

Stars

Watchers

Forks

Languages