diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-07 00:16:06 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-07 00:17:24 +0300 |
commit | 985ec691cbd2dbd4ee3933f2a69df06496757cff (patch) | |
tree | d0d45ca0a594478e0b30858c26ffd8b41a3e5033 /media-gfx | |
parent | media-gfx/inkscape: multiple bugfixes (diff) | |
download | gentoo-985ec691cbd2dbd4ee3933f2a69df06496757cff.tar.gz gentoo-985ec691cbd2dbd4ee3933f2a69df06496757cff.tar.bz2 gentoo-985ec691cbd2dbd4ee3933f2a69df06496757cff.zip |
media-gfx/inkscape: sync live ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/inkscape-9999.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index b87ca681947f..1cc566e61354 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="xml" MY_P="${P/_/}" inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1 git-r3 @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="cdr dbus dia exif graphicsmagick imagemagick inkjar jemalloc jpeg lcms nls +IUSE="cdr dbus dia exif graphicsmagick imagemagick inkjar jemalloc jpeg lcms openmp postscript spell static-libs svg2 visio wpg" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -117,6 +117,7 @@ src_configure() { local mycmakeargs=( # -DWITH_LPETOOL # Compile with LPE Tool and experimental LPEs enabled + -DWITH_NLS=ON -DENABLE_POPPLER=ON -DENABLE_POPPLER_CAIRO=ON -DWITH_PROFILING=OFF @@ -132,14 +133,6 @@ src_configure() { -DWITH_LIBVISIO=$(usex visio) -DWITH_LIBWPG=$(usex wpg) ) - # We should also have, - # - # -DWITH_NLS=$(usex nls) - # - # in this list, but it's broken upstream at the moment: - # - # * https://bugs.gentoo.org/699658 - # * https://gitlab.com/inkscape/inkscape/issues/168 cmake_src_configure } |