sci-physics/root: update GTK+ icon cache
authorGuilherme Amadio <amadio@gentoo.org>
Tue, 6 Mar 2018 07:06:18 +0000 (08:06 +0100)
committerGuilherme Amadio <amadio@gentoo.org>
Tue, 6 Mar 2018 14:43:04 +0000 (15:43 +0100)
Closes: https://bugs.gentoo.org/648694
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sci-physics/root/root-6.12.04-r3.ebuild [moved from sci-physics/root/root-6.12.04-r2.ebuild with 98% similarity]

similarity index 98%
rename from sci-physics/root/root-6.12.04-r2.ebuild
rename to sci-physics/root/root-6.12.04-r3.ebuild
index 15613207ee7590754c8a2586a7f405b5cce2b980..54a2507bc98d7cd58b445baba079cf3f2556bbd4 100644 (file)
@@ -9,8 +9,8 @@ CMAKE_MAKEFILE_GENERATOR=emake
 FORTRAN_NEEDED="fortran"
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
-inherit cmake-utils elisp-common eutils fortran-2 python-single-r1 \
-       toolchain-funcs user versionator xdg-utils
+inherit cmake-utils elisp-common eutils fortran-2 gnome2-utils \
+       python-single-r1 toolchain-funcs user versionator xdg-utils
 
 DESCRIPTION="C++ data analysis framework and interpreter from CERN"
 HOMEPAGE="https://root.cern"
@@ -336,8 +336,10 @@ src_install() {
 
 pkg_postinst() {
        xdg_desktop_database_update
+       gnome2_icon_cache_update
 }
 
 pkg_postrm() {
        xdg_desktop_database_update
+       gnome2_icon_cache_update
 }