diff options
author | 2018-10-27 22:37:04 +0200 | |
---|---|---|
committer | 2018-10-27 23:11:54 +0200 | |
commit | 2f2065d40af5583e2fdd972f240add0cdf4cd575 (patch) | |
tree | 9c5f99ce35fdfdc5dd13785f5385deddd887f4c9 /media-gfx/inkscape | |
parent | sci-libs/xdmf2: Drop 1.0_p141226-r2 (diff) | |
download | gentoo-2f2065d40af5583e2fdd972f240add0cdf4cd575.tar.gz gentoo-2f2065d40af5583e2fdd972f240add0cdf4cd575.tar.bz2 gentoo-2f2065d40af5583e2fdd972f240add0cdf4cd575.zip |
media-gfx/inkscape: Add missing dev-util/glib-utils DEPEND
Closes: https://bugs.gentoo.org/667464
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r-- | media-gfx/inkscape/inkscape-0.92.3-r1.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/media-gfx/inkscape/inkscape-0.92.3-r1.ebuild b/media-gfx/inkscape/inkscape-0.92.3-r1.ebuild index 36a68a10d4e9..ed69409396c3 100644 --- a/media-gfx/inkscape/inkscape-0.92.3-r1.ebuild +++ b/media-gfx/inkscape/inkscape-0.92.3-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" - inherit autotools flag-o-matic gnome2-utils xdg toolchain-funcs python-single-r1 MY_P="${P/_/}" -DESCRIPTION="A SVG based generic vector-drawing program" +DESCRIPTION="SVG based generic vector-drawing program" HOMEPAGE="https://inkscape.org/" SRC_URI="https://inkscape.global.ssl.fastly.net/media/resources/file/${P}.tar.bz2" @@ -21,8 +21,7 @@ IUSE+=" lcms nls spell static-libs visio wpg" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -COMMON_DEPEND=" - ${PYTHON_DEPS} +COMMON_DEPEND="${PYTHON_DEPS} >=app-text/poppler-0.26.0:=[cairo] >=dev-cpp/glibmm-2.48 >=dev-cpp/gtkmm-2.18.0:2.4 @@ -44,9 +43,9 @@ COMMON_DEPEND=" >=x11-libs/gtk+-2.10.7:2 >=x11-libs/pango-1.24 cdr? ( - media-libs/libcdr app-text/libwpg:0.3 dev-libs/librevenge + media-libs/libcdr ) dbus? ( dev-libs/dbus-glib ) exif? ( media-libs/libexif ) @@ -68,7 +67,6 @@ COMMON_DEPEND=" dev-libs/librevenge ) " - # These only use executables provided by these packages # See share/extensions for more details. inkscape can tell you to # install these so we could of course just not depend on those and rely @@ -84,9 +82,9 @@ RDEPEND="${COMMON_DEPEND} ) postscript? ( app-text/ghostscript-gpl ) " - DEPEND="${COMMON_DEPEND} >=dev-libs/boost-1.36 + dev-util/glib-utils >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 virtual/pkgconfig @@ -163,10 +161,6 @@ src_install() { python_optimize "${ED%/}"/usr/share/${PN}/extensions } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update xdg_mimeinfo_database_update |