diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-12-10 17:45:27 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-10 19:25:28 +0200 |
commit | 081e2959e975482929b48db27cb9fc4c1d293bcb (patch) | |
tree | 031c44bad4380675edb62430f0e76e7b52249133 /www-client/qutebrowser | |
parent | www-client/qutebrowser: Drop old 1.6.3 and 1.7.0 (diff) | |
download | gentoo-081e2959e975482929b48db27cb9fc4c1d293bcb.tar.gz gentoo-081e2959e975482929b48db27cb9fc4c1d293bcb.tar.bz2 gentoo-081e2959e975482929b48db27cb9fc4c1d293bcb.zip |
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 <juippis@gentoo.org>
Diffstat (limited to 'www-client/qutebrowser')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-1.8.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |