From: Marty E. Plummer Date: Wed, 22 Aug 2018 16:56:19 +0000 (-0500) Subject: x11-themes/gnome-themes-standard: add missing gnome2-utils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6806329e83902090dc21c135b8bcfd86a3b43ce9;p=gentoo.git x11-themes/gnome-themes-standard: add missing gnome2-utils Package-Manager: Portage-2.3.48, Repoman-2.3.10 Signed-off-by: Marty E. Plummer Closes: https://github.com/gentoo/gentoo/pull/9667 Signed-off-by: Gilles Dartiguelongue --- diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3-r1.ebuild similarity index 86% rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3.ebuild rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3-r1.ebuild index a279c0c948fa..ebc9862982b7 100644 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3.ebuild +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools gnome.org +inherit autotools gnome.org gnome2-utils DESCRIPTION="Standard Themes for GNOME Applications" HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/" @@ -43,3 +43,11 @@ src_configure() { --disable-gtk3-engine \ GTK_UPDATE_ICON_CACHE=$(type -P true) } + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}