x11-themes/gnome-themes-standard: add missing gnome2-utils
authorMarty E. Plummer <hanetzer@startmail.com>
Wed, 22 Aug 2018 16:56:19 +0000 (11:56 -0500)
committerGilles Dartiguelongue <eva@gentoo.org>
Sat, 29 Dec 2018 12:41:07 +0000 (13:41 +0100)
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>
x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3-r1.ebuild [moved from x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3.ebuild with 86% similarity]

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 a279c0c948fab503214b6f4e12462fb31eb3b068..ebc9862982b72569cae711c27a00688b625d2fd2 100644 (file)
@@ -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
+}