sci-mathematics/genius: add back gtk-update-icon-cache dep

Upstream checks for it in configure.ac and hard errors if not
found, despite not actually running it with DESTDIR set..

Closes: https://bugs.gentoo.org/680148
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp
2019-03-12 21:21:15 +02:00
parent 7d0500007c
commit 92ef5e6b9f

View File

@@ -28,10 +28,12 @@ RDEPEND="
>=x11-libs/vte-0.26.0:0 )
"
DEPEND="${RDEPEND}
dev-util/gtk-update-icon-cache
dev-util/intltool
virtual/yacc
sys-devel/flex
" # eautoreconf needs autoconf-archive
# dev-util/gtk-update-icon-cache because configure checks for it for some reason and never calls it with DESTDIR set..
src_configure() {
# Unrecognized --disable-scrollkeeper warning comes from gnome2.eclass adding it based on grep, but upstream has them commented out in .ac with "#" instead of "dnl"