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 B83051396D0 for ; Wed, 6 Sep 2017 19:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A74BE0C64; Wed, 6 Sep 2017 19:40:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DD6BCE0C64 for ; Wed, 6 Sep 2017 19:40:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AB0F0341669 for ; Wed, 6 Sep 2017 19:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0007D8C0F for ; Wed, 6 Sep 2017 19:40:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1504726638.e031bff8abca8691dc70282cd4abfb0985a37f98.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontforge/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fontforge/fontforge-20170731.ebuild X-VCS-Directories: media-gfx/fontforge/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e031bff8abca8691dc70282cd4abfb0985a37f98 X-VCS-Branch: master Date: Wed, 6 Sep 2017 19:40:12 +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: e0ccaa56-e7ee-4655-8e54-694e75086942 X-Archives-Hash: 63580ba57778802b310bc7be1c96684d commit: e031bff8abca8691dc70282cd4abfb0985a37f98 Author: Mike Gilbert gentoo org> AuthorDate: Wed Sep 6 19:36:33 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Sep 6 19:37:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e031bff8 media-gfx/fontforge: call gnome2_icon_cache_update Closes: https://bugs.gentoo.org/630116 Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38 media-gfx/fontforge/fontforge-20170731.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/fontforge/fontforge-20170731.ebuild b/media-gfx/fontforge/fontforge-20170731.ebuild index fa3074403de..dedc0ed2127 100644 --- a/media-gfx/fontforge/fontforge-20170731.ebuild +++ b/media-gfx/fontforge/fontforge-20170731.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit python-single-r1 xdg-utils +inherit gnome2-utils python-single-r1 xdg-utils DESCRIPTION="postscript font editor and converter" HOMEPAGE="http://fontforge.github.io/" @@ -102,11 +102,13 @@ src_install() { } pkg_postrm() { + gnome2_icon_cache_update xdg_desktop_database_update xdg_mimeinfo_database_update } pkg_postinst() { + gnome2_icon_cache_update xdg_desktop_database_update xdg_mimeinfo_database_update }