From: Guilherme Amadio Date: Tue, 6 Mar 2018 07:06:18 +0000 (+0100) Subject: sci-physics/root: update GTK+ icon cache X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3c919926eb18a4dfe8ef58172405949498ab2aad;p=gentoo.git sci-physics/root: update GTK+ icon cache Closes: https://bugs.gentoo.org/648694 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- 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 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 }