summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2018-03-06 08:06:18 +0100
committerGuilherme Amadio <amadio@gentoo.org>2018-03-06 15:43:04 +0100
commit3c919926eb18a4dfe8ef58172405949498ab2aad (patch)
tree2fb25df36ee7a094b66b2ab77e6441076b32777a /sci-physics/root
parentdev-util/lcov: prefix support (diff)
downloadgentoo-3c919926eb18a4dfe8ef58172405949498ab2aad.tar.gz
gentoo-3c919926eb18a4dfe8ef58172405949498ab2aad.tar.bz2
gentoo-3c919926eb18a4dfe8ef58172405949498ab2aad.zip
sci-physics/root: update GTK+ icon cache
Closes: https://bugs.gentoo.org/648694 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-physics/root')
-rw-r--r--sci-physics/root/root-6.12.04-r3.ebuild (renamed from sci-physics/root/root-6.12.04-r2.ebuild)6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-physics/root/root-6.12.04-r2.ebuild b/sci-physics/root/root-6.12.04-r3.ebuild
index 15613207ee75..54a2507bc98d 100644
--- a/sci-physics/root/root-6.12.04-r2.ebuild
+++ b/sci-physics/root/root-6.12.04-r3.ebuild
@@ -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
}