#Maintainer: George Vlahavas pkgname=inkscape pkgver=0.47 pkgrel=2gv arch=x86_64 source=("http://downloads.sourceforge.net/inkscape/inkscape-$pkgver.tar.gz" "00-poppler-api.patch") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.inkscape.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "inkscape - an Open Source vector graphics editor" "Inkscape is an Open Source vector graphics editor, with capabilities" "similar to Illustrator, CorelDraw, or Xara X, using the W3C standard" "Scalable Vector Graphics (SVG) file format. Inkscape supports many" "advanced SVG features (markers, clones, alpha blending, etc.) and" "great care is taken in designing a streamlined interface. It is very" "easy to edit nodes, perform complex path operations, trace bitmaps and" "much more. We also aim to maintain a thriving user and developer" "community by using open, community-oriented development." ) build() { cd $startdir/src/$pkgname-$pkgver # patch for poppler > 0.12.1 patch -p1 < ../00-poppler-api.patch || return 1 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --enable-lcms --enable-poppler-cairo make -j3 || return 1 make install DESTDIR=$startdir/pkg }