summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-03-15Fix Version SchemeAlbert Westra
2020-03-15Update Version SchemeAlbert Westra
2020-01-29Update Version to 2.0 to prep for next release.Albert Westra
2020-01-23Added Optimization Flags and added .gitignoreAlbert Westra
Added optimization flags recomended in mypaint's BUILDING.MD file These can be skipped by passing the --noprepare option in makepkg.
2019-01-25Manually call build_config to set brushdirShadowKyogre
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.
2019-01-16Add mypaint-brushes-git dependencyShadowKyogre
2018-09-28AUR PATCH: Revert ChangesAlbert Westra
Problem has been fixed upstream now.
2018-09-27Update SRCINFOAlbert Westra
Forgot to update the srcinfo from the last commit.
2018-09-27AUR_PATCH: Load PNG again.Albert Westra
Added a patch file to fix mypaint from not loading png files.
2018-06-05Fix Provides ErrorAlbert Westra
Removed hyphen form _basever to follow provides=() syntax requirements.
2018-03-12Build with Python3Albert Westra
Forgot to change the build commands to use python3 instead of python2.
2018-03-09Switch Dependencies to Python 3Albert Westra
MyPaint Alpha builds now depends on python 3 libraries instead of python 2 libaries.
2018-02-12Update To latest CommitAlbert Westra
Updating Alpha Builds to latest commit. This brings in new changes to the layer management system.
2017-11-01Update VersionAlbert Westra
9 new commits were added to mypaint repo.
2017-09-22Update VersionAlbert Westra
Update commit version to the latest from master branch
2017-09-04UpdateAlbert Westra
2017-07-30Weekly UpdateAlbert Westra
2017-07-23Weekly UpdateAlbert Westra
I plan to update mypaint weekly if there are commit changes.
2017-07-16UpdateAlbert Westra
2017-07-14Update SRCINFOAlbert Westra
2017-07-14Update VersioningAlbert Westra
2017-07-06Remove Gegl Support and Fix VersioningAlbert Westra
Remove gegl dependency temporarliy until it is fixed. Also fix versioning that reflex mypaint versioning scheme.
2016-05-19Build against libmypaint-gitShadowKyogre
2016-02-05Fix for libmypaint-tests was pushed upstreamShadowKyogre
2016-01-09Update upstream URLShadowKyogre
2016-01-07Update pkgver() function to better reflect verShadowKyogre
Prior to this, it was only checking the most recent annotated tag. The beta tags weren't annotated, so the versioning function made it look like it was being built against the pre-beta versions. This may have been confusing to the people who marked this package out of date even though it builds against the beta.
2015-12-27Provide libmypaint-gitShadowKyogre
This is so gimp-git can live side-by-side with mypaint-git. Also, there's a fix for the current build (it breaks without the libmypaint-tests.so). The issue will need to be reported upstream later.
2015-10-02Instead of sed'ing away the references, use theShadowKyogre
install-sandbox option of scons to make sure the ${pkgdir} references don't exist in the first place. See https://github.com/mypaint/mypaint/issues/346#issuecomment-145183536 and onward for more information.
2015-07-15initial import to AUR4 and adoption of mypaint-gitShadowKyogre