www-client/qutebrowser: inherit desktop, call xdg_icon_cache_update
authorJoonas Niilola <juippis@gentoo.org>
Tue, 10 Dec 2019 15:45:27 +0000 (17:45 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 10 Dec 2019 17:25:28 +0000 (19:25 +0200)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
www-client/qutebrowser/qutebrowser-1.8.1.ebuild

index 384c7f0ad710e2876f69e31aa3fadc158aa2b181..74f6b986b0ff34d671b5a6512c387713f5d3767b 100644 (file)
@@ -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
 }