rebuild against new poppler, added it as dependency

This commit is contained in:
Neophytos Kolokotronis 2015-03-22 22:38:26 +00:00
parent ebc724b975
commit 57229f735c

View File

@ -2,14 +2,14 @@
pkgname=inkscape pkgname=inkscape
pkgver=0.91 pkgver=0.91
pkgrel=1 pkgrel=3
pkgdesc='Vector graphics editor using the SVG file format' pkgdesc='Vector graphics editor using the SVG file format'
url='http://inkscape.sourceforge.net/' url='http://inkscape.sourceforge.net/'
license=('GPL' 'LGPL') license=('GPL' 'LGPL')
arch=('x86_64') arch=('x86_64')
makedepends=('boost' 'intltool') makedepends=('boost' 'intltool')
depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 'popt' depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler' 'poppler-glib' 'popt'
'python2' 'desktop-file-utils' 'hicolor-icon-theme') 'python2' 'desktop-file-utils' 'hicolor-icon-theme' 'fftw')
optdepends=('pstoedit: latex formulas' optdepends=('pstoedit: latex formulas'
'texlive-core: latex formulas' 'texlive-core: latex formulas'
'python2-numpy: some extensions' 'python2-numpy: some extensions'
@ -17,7 +17,7 @@ optdepends=('pstoedit: latex formulas'
'pyxml: some extensions' 'pyxml: some extensions'
'uniconvertor: reading/writing to some proprietary formats') 'uniconvertor: reading/writing to some proprietary formats')
#source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") #source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2") source=("https://inkscape.global.ssl.fastly.net/media/resources/file/$pkgname-$pkgver.tar.bz2")
sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3') sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
install=install install=install