commit: 6806329e83902090dc21c135b8bcfd86a3b43ce9 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Wed Aug 22 16:56:19 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat Dec 29 12:41:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6806329e
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 <hanetzer <AT> startmail.com> Closes: https://github.com/gentoo/gentoo/pull/9667 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org> ...-3.22.3.ebuild => gnome-themes-standard-3.22.3-r1.ebuild} | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 a279c0c948f..ebc9862982b 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 +}
