diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-22 11:56:19 -0500 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-12-29 13:41:07 +0100 |
commit | 6806329e83902090dc21c135b8bcfd86a3b43ce9 (patch) | |
tree | ee0c5261e8d2afeb6ffcfa26309db242aa7fc767 /x11-themes/gnome-themes-standard | |
parent | profiles: package.mask cleanup (diff) | |
download | gentoo-6806329e83902090dc21c135b8bcfd86a3b43ce9.tar.gz gentoo-6806329e83902090dc21c135b8bcfd86a3b43ce9.tar.bz2 gentoo-6806329e83902090dc21c135b8bcfd86a3b43ce9.zip |
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@startmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9667
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'x11-themes/gnome-themes-standard')
-rw-r--r-- | x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3-r1.ebuild (renamed from x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3.ebuild) | 12 |
1 files 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 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 +} |