diff options
author | Nikos Chantziaras <realnc@gmail.com> | 2018-08-14 08:31:36 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-08-15 04:35:46 +0300 |
commit | 6b8f708ebb27f95f2262b642c6f3a920f4b35e06 (patch) | |
tree | 61a2b769e948293e8a80f955bd5b6030814d2275 /net-p2p | |
parent | media-plugins/kodi-game-libretro-nestopia: Nestopia for Kodi (diff) | |
download | gentoo-6b8f708ebb27f95f2262b642c6f3a920f4b35e06.tar.gz gentoo-6b8f708ebb27f95f2262b642c6f3a920f4b35e06.tar.bz2 gentoo-6b8f708ebb27f95f2262b642c6f3a920f4b35e06.zip |
net-p2p/qbittorrent: install desktop file
Closes: https://bugs.gentoo.org/663554
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9570
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild index 2c128403ac6f..dba40dca433b 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit gnome2-utils xdg-utils +inherit desktop gnome2-utils xdg-utils DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="https://www.qbittorrent.org @@ -54,6 +54,7 @@ src_configure() { src_install() { emake STRIP="/bin/false" INSTALL_ROOT="${D}" install + domenu dist/unix/qbittorrent.desktop einstalldocs } |