From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50928138334 for ; Sat, 27 Oct 2018 21:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFC37E08BE; Sat, 27 Oct 2018 21:12:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC87FE08BB for ; Sat, 27 Oct 2018 21:12:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E64E335C94 for ; Sat, 27 Oct 2018 21:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BEE544D for ; Sat, 27 Oct 2018 21:12:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1540674714.2f2065d40af5583e2fdd972f240add0cdf4cd575.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/inkscape/inkscape-0.92.3-r1.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2f2065d40af5583e2fdd972f240add0cdf4cd575 X-VCS-Branch: master Date: Sat, 27 Oct 2018 21:12:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5bd79da1-fbcf-4855-b76f-cbd9dbbf2d73 X-Archives-Hash: bd2603635c610e1072821b13a0383e5d commit: 2f2065d40af5583e2fdd972f240add0cdf4cd575 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 27 20:37:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 27 21:11:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2065d4 media-gfx/inkscape: Add missing dev-util/glib-utils DEPEND Closes: https://bugs.gentoo.org/667464 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/inkscape/inkscape-0.92.3-r1.ebuild | 18 ++++++------------ 1 file 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 36a68a10d4e..ed69409396c 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