Package Details: gimp-git 2:3.0.0.RC1.r40.0cd0206917-1

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.51
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2024-11-14 16:59 (UTC)

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 stock gimp installed, there's a non-conflicting version of this package called gimp-develop-git
This package is also hosted on GitHub.
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!

Latest Comments

« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 Next › Last »

<deleted-account> commented on 2012-01-20 09:49 (UTC)

Updated with no-more-parentheses fix ;)

<deleted-account> commented on 2012-01-19 14:14 (UTC)

i would not say this package is out of date do to a simple change to the pkgbuild file. i do think the change should be made tho. but it does not make this out of date...

felixonmars commented on 2012-01-17 22:59 (UTC)

@dotterblaster Since pacman4 the brackets around install files will make the package not working, and many other packages have already removed them. Such as http://aur.archlinux.org/packages.php?ID=7222 see the maintainer's comment :)

<deleted-account> commented on 2012-01-17 17:19 (UTC)

It seems a pacman bug.

gjasso commented on 2012-01-17 16:21 (UTC)

Build fails with error: install file (('gimp-git.install') does not exist Works editing PKGBUILD and changing install=('gimp-git.install') to install=gimp-git.install PS: I'm using pacman-4.0

miffe commented on 2011-11-19 00:34 (UTC)

Please remote the () around on the install var, otherwise it wont build with makechrootpkg

Marcel_K commented on 2011-05-06 15:57 (UTC)

You don't need `|| return 1` anymore, makepkg can determine this itself now. You should put quotes around ${startdir} as it might contain spaces (or better, use "$srcdir" and "$pkgdir"). glib2-git is no longer required and gtk2 2.24.4 is now in [extra].

mbostwick commented on 2011-04-16 19:50 (UTC)

Package requires gtk2 >= 2.24 can be found in testing branch (http://www.archlinux.org/packages/testing/x86_64/gtk2/) easy solution is just to temporaryly add testing branch to pacman.conf at the bottem, download repo, install latest version of gtk and then remove testing branch from pacman.

<deleted-account> commented on 2011-04-08 06:25 (UTC)

Package requires gtk2 >= 2.24