commit: db614eef02897a914aa2dd512f21d6ce5594ad5b Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Dec 22 11:28:30 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Dec 22 11:35:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db614eef
net-p2p/qbittorrent: sync live ebuild with latest release Package-Manager: Portage-2.3.14, Repoman-2.3.6 net-p2p/qbittorrent/qbittorrent-9999.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index a946e151196..24631e72b86 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils +inherit cmake-utils gnome2-utils xdg-utils DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="https://www.qbittorrent.org/" @@ -34,6 +34,7 @@ RDEPEND=" dbus? ( dev-qt/qtdbus:5 ) X? ( dev-qt/qtgui:5 + dev-qt/qtsvg:5 dev-qt/qtwidgets:5 )" DEPEND="${RDEPEND} @@ -51,3 +52,13 @@ src_configure() { ) cmake-utils_src_configure } + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +}
