# Maintainer: Márcio Silva # Maintainer (Arch): Daniel Isenmann _pkgname=gimp pkgname=gimp-git pkgver=r36013.789e9f2 pkgrel=1 pkgdesc="GNU Image Manipulation Program" arch=('i686' 'x86_64' 'armv7h') url="http://www.${_pkgname}.org/" license=('GPL' 'LGPL') depends=('pygtk' 'lcms2' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 'dbus-glib' 'libgexiv2' 'gegl-git' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 'babl' 'libgudev' 'libmypaint-gegl-git' 'aalib') # openexr is unstable makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'poppler-data' 'alsa-lib' 'iso-codes' 'ghostscript' 'gtk-doc' 'git' 'sdl' 'suitesparse' 'ffmpeg' 'lensfun' 'libraw' 'lua') optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support' 'webkitgtk2: for the help browser' 'poppler-glib: for pdf support' 'poppler-data: for pdf import with Cyrillic and CJK support' 'alsa-lib: for MIDI event controller module' 'mypaint-gegl-git: for use mypaint brushes' 'ghostscript: for postscript support') options=('!makeflags') provides=("${_pkgname}") conflicts=("${_pkgname}") install=${_pkgname}.install source=(${_pkgname}-${pkgver}::git+git://git.gnome.org/${_pkgname}.git 16-${_pkgname}-prefs-folders-icon-themes.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/16/${_pkgname}-prefs-folders-icon-themes.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 16-${_pkgname}-prefs-icon-theme.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/16/${_pkgname}-prefs-icon-theme.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 22-${_pkgname}-prefs-folders-icon-themes.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/22/${_pkgname}-prefs-folders-icon-themes.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 22-${_pkgname}-prefs-icon-theme.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/22/${_pkgname}-prefs-icon-theme.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 48-${_pkgname}-prefs-folders-icon-themes.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/48/${_pkgname}-prefs-folders-icon-themes.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 48-${_pkgname}-prefs-icon-theme.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/48/${_pkgname}-prefs-icon-theme.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 linux-kernel.gpl) md5sums=('SKIP' '1bd9199d99663d1418557e0abb101ada' '4b90f51fd82c783ff8a15903df266298' '9f43e10cbc033489dce23b6bbfb39069' '2be93e54af2854499203a6a071de882d' 'e1daf16478537788eee10d9ae269573d' '6573c96d86a6bd2cea5ecd952a243d60' '36854ad996c96df06249f1e94bd996d5') pkgver() { cd "${srcdir}/${_pkgname}-${pkgver}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" # # fix OpenEXR support # sed -i '\|if test "x$with_openexr" != xno; then|,+6 d # s|have_openexr=no|have_openexr=yes| # ' configure.ac # sed -i 's|ImfChannelList[.]h|OpenEXR/ImfChannelList.h| # s|ImfInputFile[.]h|OpenEXR/ImfInputFile.h| # s|ImfRgbaFile[.]h|OpenEXR/ImfRgbaFile.h| # s|ImfRgbaYca[.]h|OpenEXR/ImfRgbaYca.h| # s|ImfStandardAttributes[.]h|OpenEXR/ImfStandardAttributes.h| # ' plug-ins/file-exr/openexr-wrapper.cc # Taoism (Ying Yang) icons removal from Symbolic icon theme, since it is software for all users, not just for Taotists ones: # https://git.gnome.org/browse/gimp/commit/?id=836cce83896cb47ef00458b5190d5f0a5e1acd5d # https://bugzilla.gnome.org/show_bug.cgi?id=760281 cp ../16-${_pkgname}-prefs-folders-icon-themes.png icons/Symbolic/16/${_pkgname}-prefs-folders-icon-themes.png cp ../16-${_pkgname}-prefs-icon-theme.png icons/Symbolic/16/${_pkgname}-prefs-icon-theme.png cp ../22-${_pkgname}-prefs-folders-icon-themes.png icons/Symbolic/22/${_pkgname}-prefs-folders-icon-themes.png cp ../22-${_pkgname}-prefs-icon-theme.png icons/Symbolic/22/${_pkgname}-prefs-icon-theme.png cp ../48-${_pkgname}-prefs-folders-icon-themes.png icons/Symbolic/48/${_pkgname}-prefs-folders-icon-themes.png cp ../48-${_pkgname}-prefs-icon-theme.png icons/Symbolic/48/${_pkgname}-prefs-icon-theme.png } build() { cd "${srcdir}/${_pkgname}-${pkgver}" NOCONFIGURE=1 ./autogen.sh PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ --enable-mp --enable-gimp-console --enable-python make } package() { cd "${srcdir}/${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' "${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py install -D -m644 "${srcdir}/linux-kernel.gpl" "${pkgdir}/usr/share/gimp/2.0/palettes/Linux-kernel.gpl" ln -s gimp-2.9 "${pkgdir}/usr/bin/gimp" ln -s gimp-console-2.9 "${pkgdir}/usr/bin/gimp-console" ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool" ln -sf gimp-2.9.1.gz "${pkgdir}/usr/share/man/man1/gimp.1.gz" ln -sf gimp-console-2.9.1.gz "${pkgdir}/usr/share/man/man1/gimp-console.1.gz" ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz" ln -sf gimprc-2.9.5.gz "${pkgdir}/usr/share/man/man5/gimprc.5.gz" }