commit: 3c919926eb18a4dfe8ef58172405949498ab2aad Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Tue Mar 6 07:06:18 2018 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Tue Mar 6 14:43:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c919926
sci-physics/root: update GTK+ icon cache Closes: https://bugs.gentoo.org/648694 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-physics/root/{root-6.12.04-r2.ebuild => root-6.12.04-r3.ebuild} | 6 ++++-- 1 file 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 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 15613207ee7..54a2507bc98 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 }
