diff options
author | 2010-12-28 10:48:33 +0000 | |
---|---|---|
committer | 2010-12-28 10:48:33 +0000 | |
commit | 42c6a073d92d3eee3352df20519384f350ce6221 (patch) | |
tree | e998fbd45dee4cd0e33ff699e228f5a886be342d /media-gfx/inkscape/inkscape-0.48.0.ebuild | |
parent | Version bump with a huge amount of improvements and bug fixes over the 0.10.1... (diff) | |
download | gentoo-2-42c6a073d92d3eee3352df20519384f350ce6221.tar.gz gentoo-2-42c6a073d92d3eee3352df20519384f350ce6221.tar.bz2 gentoo-2-42c6a073d92d3eee3352df20519384f350ce6221.zip |
inkscape poppler 0.16 fix
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/inkscape/inkscape-0.48.0.ebuild')
-rw-r--r-- | media-gfx/inkscape/inkscape-0.48.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/inkscape/inkscape-0.48.0.ebuild b/media-gfx/inkscape/inkscape-0.48.0.ebuild index 42f1692b6675..362ea98452d2 100644 --- a/media-gfx/inkscape/inkscape-0.48.0.ebuild +++ b/media-gfx/inkscape/inkscape-0.48.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.0.ebuild,v 1.8 2010/12/28 01:44:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.0.ebuild,v 1.9 2010/12/28 10:48:32 hanno Exp $ EAPI=2 inherit eutils flag-o-matic autotools gnome2 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.inkscape.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86" IUSE="dia gnome gs inkjar lcms nls spell wmf" RESTRICT="test" @@ -81,6 +81,10 @@ pkg_setup() { src_prepare() { gnome2_src_prepare epatch "${FILESDIR}"/${P}-spell.patch + + # Upstream commit: + # http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/revision/9727 + epatch "${FILESDIR}"/${P}-poppler-0.16.patch eautoreconf } |