According to man PKGBUILD:
-
./configure should be part of build()!!! Otherwise custom CFLAGS/LDFLAGS from makepkg.conf are not used.
-
prepare() should be used for sourcefiles preparations, such as patching ONLY.
Git Clone URL: | https://aur.archlinux.org/gimp-git.git (read-only, click to copy) |
---|---|
Package Base: | gimp-git |
Description: | GNU Image Manipulation Program |
Upstream URL: | https://www.gimp.org |
Licenses: | GPL, LGPL |
Conflicts: | gimp |
Provides: | gimp |
Submitter: | None |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 116 |
Popularity: | 0.52 |
First Submitted: | 2009-05-27 08:12 (UTC) |
Last Updated: | 2024-11-14 16:59 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 46 Next › Last »
According to man PKGBUILD:
./configure should be part of build()!!! Otherwise custom CFLAGS/LDFLAGS from makepkg.conf are not used.
prepare() should be used for sourcefiles preparations, such as patching ONLY.
@FFY00: yep, you can't implement this in PKGBUILD
but I presumed you are going to rebuild this package daily basis, aren't you. Injecting additional piece of a script before the rebuild and automatically pushing changes to git@aur afterwards is worth the effort if the package can have properly instantiated dependencies version, isn't it.
That can't be properly implemented, you would need to have the source unpacked for that.
@FFY00, why removing deps pkgver? Why not probe those from configure? update.PKGBUILD (° ͜ʖ°)
Like Ionaowna reported, I've got this error:
Error: GIMP configuration failed.
Dependencies should be updated: gegl>=0.4.13
, babl>=0.1.61
Oh, my mistake. I don't know where my head was, haha. Use /usr/share/blender-devel
, that's what I wanted to say.
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!