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 DA372138334 for ; Sun, 15 Jul 2018 16:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80BE3E085B; Sun, 15 Jul 2018 16:09:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3A3A4E0839 for ; Sun, 15 Jul 2018 16:09:17 +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 C9D8F335C9A for ; Sun, 15 Jul 2018 16:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA00C37C for ; Sun, 15 Jul 2018 16:09:12 +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: <1531670938.de72078c0cd18d583f798d91968d33ca3201c9b6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.5.2.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: de72078c0cd18d583f798d91968d33ca3201c9b6 X-VCS-Branch: master Date: Sun, 15 Jul 2018 16:09: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: ad3a927d-4a22-4b38-85ca-15a78441ddfc X-Archives-Hash: 2f4040766310169f8ad78555c6267729 commit: de72078c0cd18d583f798d91968d33ca3201c9b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 15 09:36:11 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 15 16:08:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de72078c sci-visualization/paraview: Update GTK+ icon cache Package-Manager: Portage-2.3.41, Repoman-2.3.9 sci-visualization/paraview/paraview-5.5.2.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sci-visualization/paraview/paraview-5.5.2.ebuild b/sci-visualization/paraview/paraview-5.5.2.ebuild index 8f9a79d3dae..801dd7dea96 100644 --- a/sci-visualization/paraview/paraview-5.5.2.ebuild +++ b/sci-visualization/paraview/paraview-5.5.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils desktop eapi7-ver python-single-r1 toolchain-funcs +inherit cmake-utils desktop eapi7-ver gnome2-utils python-single-r1 toolchain-funcs MAIN_PV=$(ver_cut 0-1) MAJOR_PV=$(ver_cut 1-2) @@ -271,3 +271,11 @@ src_install() { use python && python_optimize "${D}"/usr/$(get_libdir)/${PN}-${MAJOR_PV} } + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}