gimp: taken from opt

This commit is contained in:
Thomas Penteker 2009-01-12 23:21:50 +01:00
parent b2aee020b6
commit 09632bac7e
4 changed files with 1138 additions and 0 deletions

1104
gimp/.footprint Normal file

File diff suppressed because it is too large Load Diff

1
gimp/.md5sum Normal file
View File

@ -0,0 +1 @@
39c30867511b79391eb9177c86c8b79a gimp-2.6.3.tar.bz2

25
gimp/Pkgfile Normal file
View File

@ -0,0 +1,25 @@
# Description: The GIMP
# URL: http://www.gimp.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on: gtk, libart_lgpl, xorg-libxmu, xorg-libxpm, intltool, gegl
# Nice to have: gimp-print
name=gimp
version=2.6.3
release=1
source=(ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-$version.tar.bz2)
build() {
cd gimp-$version
sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-static \
--disable-python \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}

8
gimp/README Normal file
View File

@ -0,0 +1,8 @@
README for gimp
If libmng, librsvg, and/or lcms are installed on your system, you'll get a
footprint mismatch when building the gimp. It can be pkgadd'ed anyway
and will function as normal.