mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-visualization/paraview: use xdg-utils instead of gnome2-utils
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
||||
inherit cmake-utils desktop gnome2-utils python-single-r1 toolchain-funcs
|
||||
inherit cmake-utils desktop python-single-r1 toolchain-funcs xdg-utils
|
||||
|
||||
MAIN_PV=$(ver_cut 0-1)
|
||||
MAJOR_PV=$(ver_cut 1-2)
|
||||
@@ -304,9 +304,9 @@ src_install() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user