@FFY00 Does it build for you this very moment, out-of-the box with unmodified PKGBUILDs of gimp-git and ALL dependencies that would also be built from AUR?
I just tried and ran into file conflicts because libmypaint-git was still left over after one of my previous attempts. I am considering retrying in a clean Archlinux docker container with just makepkg (I was using aurman), but I don't have much hope since I can also see two pinned comments by mytbk that indicate another issue with libmypaint, and NO indication that said issue already has a fix committed to AUR; it requires modifying the build command of libmypaint, which is a "doesn't build OOTB" in my book.
Pinned Comments
bartus commented on 2019-08-01 19:45 (UTC) (edited on 2023-11-11 15:48 (UTC) by bartus)
Note: If you want to have both
gimp-git
and stockgimp
installed, there's a non-conflicting version of this package calledgimp-develop-git
This package is also hosted on GitHub.
Please report
issues
andpatches
to gimp-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-gimp-git.svg?branch=master" />
Use env vars to control build process:
DISABLE_MESON=1
to build with Autotools build system (disabled by default)MAKEFLAGS="xxx"
to override default make flags.Usage cases:
makepkg DISABLE_MESON=1
yay -S gimp-git --mflags "DISABLE_MESON=1"
Disclaimer: Package uses Travis to automatically update version of dependencies. Script executes once a day, so please wait a day before reporting dependencies version mismatch, thanks!