summaryrefslogtreecommitdiff
path: root/gimp/Pkgfile
blob: c5137c4f718418c4508ee9b689b8e3c0f7c0c12a (plain)
    1 # Description: The GIMP
    2 # URL:         http://www.gimp.org/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Packager:    Simone Rota, sip at crux dot nu
    5 # Depends on:  libart_lgpl, xorg-libxmu, xorg-libxpm, gegl
    6 # Nice to have: gimp-print, libsdl, ghostscript, librsvg, libmng
    7 
    8 name=gimp
    9 version=2.8.20
   10 release=1
   11 source=(http://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2 cve-2013-1913)
   12 
   13 build() {
   14   cd gimp-$version
   15   
   16   patch -p1 -i ../cve-2013-1913
   17 
   18   sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in
   19   ./configure --prefix=/usr \
   20     --disable-static \
   21     --disable-python \
   22     --disable-nls \
   23     --without-webkit LIBS="-lm"
   24 
   25   make
   26   make DESTDIR=$PKG install
   27   rm -rf $PKG/usr/share/{gtk-doc,locale}
   28 }

Generated by cgit