diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-10 20:18:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-10 21:50:53 +0200 |
commit | 5c2065be33c1154fbef2b55f9e7d9383b6872af7 (patch) | |
tree | de5d917b52ff23b7b4225dd1139a926b8329c771 /media-gfx/blender | |
parent | */*: USE colorio -> color-management (diff) | |
download | gentoo-5c2065be33c1154fbef2b55f9e7d9383b6872af7.tar.gz gentoo-5c2065be33c1154fbef2b55f9e7d9383b6872af7.tar.bz2 gentoo-5c2065be33c1154fbef2b55f9e7d9383b6872af7.zip |
media-gfx/blender: gnome2-utils -> xdg-utils
Minor modernisation.
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/blender')
-rw-r--r-- | media-gfx/blender/blender-2.79b-r1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/media-gfx/blender/blender-2.79b-r1.ebuild b/media-gfx/blender/blender-2.79b-r1.ebuild index 4e307518c21b..147bcd56b0d9 100644 --- a/media-gfx/blender/blender-2.79b-r1.ebuild +++ b/media-gfx/blender/blender-2.79b-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{3_5,3_6} ) -inherit check-reqs cmake-utils xdg-utils flag-o-matic gnome2-utils \ +inherit check-reqs cmake-utils xdg-utils flag-o-matic xdg-utils \ pax-utils python-single-r1 toolchain-funcs eapi7-ver DESCRIPTION="3D Creation/Animation/Publishing System" @@ -256,10 +256,6 @@ src_install() { python_optimize "${ED%/}/usr/share/blender/${MY_PV}/scripts" } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { elog elog "Blender uses python integration. As such, may have some" @@ -277,12 +273,12 @@ pkg_postinst() { ewarn "If you are concerned about security, file a bug upstream:" ewarn " https://developer.blender.org/" ewarn - gnome2_icon_cache_update + xdg_icon_cache_update xdg_mimeinfo_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_mimeinfo_database_update ewarn "" |