From: Joonas Niilola Date: Tue, 10 Dec 2019 15:45:27 +0000 (+0200) Subject: www-client/qutebrowser: inherit desktop, call xdg_icon_cache_update X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=081e2959e975482929b48db27cb9fc4c1d293bcb;p=gentoo.git www-client/qutebrowser: inherit desktop, call xdg_icon_cache_update Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Joonas Niilola --- diff --git a/www-client/qutebrowser/qutebrowser-1.8.1.ebuild b/www-client/qutebrowser/qutebrowser-1.8.1.ebuild index 384c7f0ad710..74f6b986b0ff 100644 --- a/www-client/qutebrowser/qutebrowser-1.8.1.ebuild +++ b/www-client/qutebrowser/qutebrowser-1.8.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python{3_5,3_6,3_7} ) -inherit distutils-r1 eutils xdg-utils +inherit desktop distutils-r1 eutils xdg-utils DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine" HOMEPAGE="https://www.qutebrowser.org/ https://github.com/qutebrowser/qutebrowser" @@ -67,12 +67,12 @@ python_install_all() { pkg_postinst() { optfeature "PDF display support" www-plugins/pdfjs xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update - gnome2_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update - gnome2_icon_cache_update }