From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B849139084 for ; Fri, 22 Dec 2017 11:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F22C7E0F46; Fri, 22 Dec 2017 11:35:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3C94E0F46 for ; Fri, 22 Dec 2017 11:35:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7247341669 for ; Fri, 22 Dec 2017 11:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 547A1AE7F for ; Fri, 22 Dec 2017 11:35:39 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1513942523.db614eef02897a914aa2dd512f21d6ce5594ad5b.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: db614eef02897a914aa2dd512f21d6ce5594ad5b X-VCS-Branch: master Date: Fri, 22 Dec 2017 11:35:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 225ae643-4336-4372-93a7-ba5612f70516 X-Archives-Hash: e812b07dc5e47a4e65bb841c2b3525fc commit: db614eef02897a914aa2dd512f21d6ce5594ad5b Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 22 11:28:30 2017 +0000 Commit: Michael Palimaka gentoo 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 +}