Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Wed, 04 Mar 2020 13:34:16
Message-Id: 1583328846.5aa5638062cae57eda38689bcb8718d4e1cbb605.zlogene@gentoo
1 commit: 5aa5638062cae57eda38689bcb8718d4e1cbb605
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 13:32:36 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 13:34:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa56380
7
8 net-p2p/qbittorrent: inmvoke xdg_icon_cache_update
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
17 index 91e0d2f3769..7813f67cbfa 100644
18 --- a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
19 +++ b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit gnome2-utils xdg-utils
25 +inherit xdg-utils
26
27 DESCRIPTION="BitTorrent client in C++ and Qt"
28 HOMEPAGE="https://www.qbittorrent.org
29 @@ -59,11 +59,11 @@ src_install() {
30 }
31
32 pkg_postinst() {
33 - gnome2_icon_cache_update
34 + xdg_icon_cache_update
35 xdg_desktop_database_update
36 }
37
38 pkg_postrm() {
39 - gnome2_icon_cache_update
40 + xdg_icon_cache_update
41 xdg_desktop_database_update
42 }