opt/gimp/Pkgfile

22 lines
560 B
Plaintext

# Description: The GIMP
# URL: http://www.gimp.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: freetype, x11, gtk, gimp-print, libart_lgpl, p5-xml-parser
name=gimp
version=2.2.11
release=1
source=(ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-$version.tar.bz2 \
$name-$version-libpng.patch)
build() {
cd gimp-$version
patch -p1 -i $SRC/$name-$version-libpng.patch
sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}