diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-04 16:33:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-04 16:34:07 +0300 |
commit | 50e0e959e162daf3260fe438152175d8cd29a38b (patch) | |
tree | d25bdc66bbe02c8f68978fcb5913a3c77a5f9c17 /net-p2p | |
parent | net-p2p/qbittorrent: inmvoke xdg_icon_cache_update (diff) | |
download | gentoo-50e0e959e162daf3260fe438152175d8cd29a38b.tar.gz gentoo-50e0e959e162daf3260fe438152175d8cd29a38b.tar.bz2 gentoo-50e0e959e162daf3260fe438152175d8cd29a38b.zip |
net-p2p/qbittorrent: sync live ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 22b2a5ad4a47..7813f67cbfa8 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome2-utils xdg-utils +inherit xdg-utils DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="https://www.qbittorrent.org @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git" else SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 x86" S="${WORKDIR}/qBittorrent-release-${PV}" fi @@ -59,11 +59,11 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } |