Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | Update Version and Gitignore | Albert Westra | |
Updated PKGBUILD with latest commit and have it ignore the *.pkg.tar.zst packages that arch has adopted to prevent unintended package pushes. | |||
2020-01-23 | Added Optimization Flags and added .gitignore | Albert Westra | |
Added optimization flags recomended in mypaint's BUILDING.MD file These can be skipped by passing the --noprepare option in makepkg. | |||
2019-01-25 | Manually call build_config to set brushdir | ShadowKyogre | |
setup.py's build_config command calls pkg-config to find out where the brushes are installed. This is much cleaner than manually using sed to edit the lib/config.py. |